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, }