From 698aa8d26e9916b8eb716a589354bd51b7e3f06d Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Fri, 6 Nov 2015 13:45:25 +0100 Subject: [PATCH] Cleanup workaround for grit version dependency BUG=webrtc:5160 R=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1420653006 . Cr-Commit-Position: refs/heads/master@{#10540} --- .gitignore | 1 - setup_links.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1a2ee045df..0a8ffdadcc 100644 --- a/.gitignore +++ b/.gitignore @@ -39,7 +39,6 @@ /base /build /buildtools -/chrome /chromium/.gclient.tmp /chromium/.gclient.tmp_entries /chromium/.last_sync_chromium diff --git a/setup_links.py b/setup_links.py index d789906cb6..b6a6ecc510 100755 --- a/setup_links.py +++ b/setup_links.py @@ -101,7 +101,6 @@ if 'ios' in target_os: DIRECTORIES.append('third_party/class-dump') FILES = { - 'chrome/VERSION': None, # TODO(kjellander): Get rid of this; webrtc:5160. 'tools/isolate_driver.py': None, 'third_party/BUILD.gn': None, }