diff --git a/.gitignore b/.gitignore index b29171c7d8..bd6afb84a6 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,7 @@ /base /build /buildtools +/chrome /chromium/.gclient.tmp /chromium/.gclient.tmp_entries /chromium/.last_sync_chromium diff --git a/DEPS b/DEPS index 0656f73086..b333794101 100644 --- a/DEPS +++ b/DEPS @@ -6,7 +6,7 @@ vars = { 'extra_gyp_flag': '-Dextra_gyp_flag=0', 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'd131cacd36ca82c0a866d8caed6dce0fed30f588', + 'chromium_revision': 'a8b75a6d21f35fc1b99578036114a998b50fc760', } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/setup_links.py b/setup_links.py index 9aeb1e8764..5c980c595a 100755 --- a/setup_links.py +++ b/setup_links.py @@ -105,6 +105,7 @@ if 'ios' in target_os: DIRECTORIES.append('third_party/class-dump') FILES = { + 'chrome/VERSION': None, # TODO(kjellander): Get rid of this; webrtc:5160. 'tools/find_depot_tools.py': None, 'tools/isolate_driver.py': None, 'third_party/BUILD.gn': None,