Roll chromium_revision 9e818a5aef..6374eaa6aa (576197:576310)

Change log: 9e818a5aef..6374eaa6aa
Full diff: 9e818a5aef..6374eaa6aa

Changed dependencies:
* src/base: aa3774f673..43bda94696
* src/build: 57a72e7f72..34c5b5f102
* src/ios: 12e5a306fa..a95b18308c
* src/testing: 598ab1ed8a..3557e864e2
* src/third_party: 8f36ed5654..e27a2a1aec
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/941ac6857d..26d6aff1b5
* src/third_party/depot_tools: 302bb847d3..f9afc77f28
* src/tools: 9a2418e8e7..1dcb77cd99
DEPS diff: 9e818a5aef..6374eaa6aa/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: I070265109e6d856f0ecdebc3e9bd433e24b6ef2e
Reviewed-on: https://webrtc-review.googlesource.com/89540
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24033}
This commit is contained in:
Autoroller 2018-07-18 18:45:02 -07:00 committed by Commit Bot
parent 76829d7c3d
commit 194afd2b0e

18
DEPS
View File

@ -7,7 +7,7 @@ vars = {
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': '9e818a5aefb3c9cffe78cd1877c32d2ac89584cf',
'chromium_revision': '6374eaa6aaa0aff9cd393bc9c0c7b5b482092e5c',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -24,7 +24,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': '941ac6857d71861d20588fc2e92c3be6be46d700',
'catapult_revision': '26d6aff1b57b0a3b225515a18f359f35d2fa5a66',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -42,9 +42,9 @@ deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved.
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + 'aa3774f67377a3e0d8fa34d098cea6bf609f5aec',
Var('chromium_git') + '/chromium/src/base' + '@' + '43bda9469614023d47768ea3e5f5ef391977c913',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '57a72e7f72881d75f682f1f47c41fe539f791a2e',
Var('chromium_git') + '/chromium/src/build' + '@' + '34c5b5f10218ce1eed5c884498e56b41dd2f0387',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -54,13 +54,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '12e5a306fa562f5dc0db874f66489d78dcf5d1cd',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'a95b18308c67e5ed238c26d03b2323a0a347f631',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '598ab1ed8ab789441d268c5f0d7c15e5d2475031',
Var('chromium_git') + '/chromium/src/testing' + '@' + '3557e864e2d15eef5b4b276fadb8d524a8654d32',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '8f36ed56545fc0d1a74fa8a755d8f118859d41b0',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e27a2a1aec230cbfd93baed06b4887badc12367e',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
'condition': 'checkout_android',
@ -84,7 +84,7 @@ deps = {
'src/third_party/colorama/src':
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/depot_tools':
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '302bb847d356a011f685542fc469f4c3e58b25fc',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'f9afc77f283e5e9f7973ac0619a3cc5c18973a44',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -175,7 +175,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '9a2418e8e75421445298054a884cd9e5e4c395ec',
Var('chromium_git') + '/chromium/src/tools' + '@' + '1dcb77cd9977f5569a969ef6bc85a8c7feb02e2c',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),