Roll chromium_revision a9fbefaa78..a467948082 (573255:573356)

Change log: a9fbefaa78..a467948082
Full diff: a9fbefaa78..a467948082

Changed dependencies:
* src/base: 157288f7cd..8839f14da1
* src/ios: 724777bb91..f4ab7d4f41
* src/testing: 127004e03d..44d50a3de3
* src/third_party: 4b5255c295..4b6ba77287
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/9eaedb7fa0..27380b171e
* src/tools: 4bcd23d605..b35866e4b8
DEPS diff: a9fbefaa78..a467948082/DEPS

No update to Clang.

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

Change-Id: I07207c18d80f9edb77e5b45ed026f0768d497674
Reviewed-on: https://webrtc-review.googlesource.com/87660
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23888}
This commit is contained in:
Autoroller 2018-07-09 10:45:31 -07:00 committed by Commit Bot
parent 7219d053d5
commit 478313fa8e

14
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': 'a9fbefaa78c92d1c89f42546dfa689d2b665ad63',
'chromium_revision': 'a4679480824b53bee194ae0ddd61a8b7ee7ea4d2',
'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': '9eaedb7fa00f7b1c3bba87eeb82f75e7a147f8d2',
'catapult_revision': '27380b171e3fd0073d475e0fb628fe8850571d06',
# 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,7 +42,7 @@ 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' + '@' + '157288f7cd071c040cc82894b2d3dba6ce476072',
Var('chromium_git') + '/chromium/src/base' + '@' + '8839f14da1dd544cf18800744d05041d8f1efe5f',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '4e517843d5b41958bb224346718b5a538be01054',
'src/buildtools':
@ -54,13 +54,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '724777bb911019890b459d0ac6990963444369ef',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f4ab7d4f41034093b6361ac8ca967fb7df698d94',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '127004e03d986403fe41be2ff86c03b827913428',
Var('chromium_git') + '/chromium/src/testing' + '@' + '44d50a3de3b9d8ef317a6fdcf56aca6ceb56ed12',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4b5255c29523a8fd4daee03c91b5ad02a15a15db',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4b6ba77287a77974c3a2b31d1a68c6463c63e740',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
'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' + '@' + '4bcd23d605aeab289a067aa9cf383f9f30e4c2be',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'b35866e4b8b2f266dd444eee1dc380728d274d81',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),