Roll chromium_revision bfd7bcf815..9a34b2cc2d (632040:632146)
Change log:bfd7bcf815..9a34b2cc2d
Full diff:bfd7bcf815..9a34b2cc2d
Changed dependencies * src/base:21b2987f40..8f4487a1e9
* src/build:d7b4a0981f..7f6757275f
* src/ios:21b7d265e8..c34eafde76
* src/testing:15d911e392..847bd5d9c1
* src/third_party:97e8569c41..1f019ff756
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/63f9b85be5..8ba5518f87 * src/tools:56007f95ed..69818a7ff0
DEPS diff:bfd7bcf815..9a34b2cc2d
/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I12a5dc02459e823a67aa9660e6434ebc6862b075 Reviewed-on: https://webrtc-review.googlesource.com/c/123024 Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#26680}
This commit is contained in:

committed by
Commit Bot

parent
da825b1b12
commit
0179a3d224
16
DEPS
16
DEPS
@ -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': 'bfd7bcf81558b241a4fdc1b5fd9b51620ad34e96',
|
||||
'chromium_revision': '9a34b2cc2d58ebddda09189ed2c187cd5d8c6cae',
|
||||
'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': '63f9b85be556ed82b32e4b9f30b266152d523cdc',
|
||||
'catapult_revision': '8ba5518f87cc9179d81af3df7eaad5fb15a34acf',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -46,9 +46,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' + '@' + '21b2987f408310b13100f6ff7abcdf9ca94d318f',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '8f4487a1e9e7902d269128449916dcda109b9dcf',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'd7b4a0981fa577b65aa9d9b448e73989443744f9',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '7f6757275fceab8af0ac87a86d5802bff1403d9c',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '106e9fce3799633f42b45ca8bbe9e84e1e235603',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -58,13 +58,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '21b7d265e860414fea822e331ce2b974fdb957b9',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c34eafde76e4151f3a291feead31fc9256eadd4d',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '15d911e392e0f0ce05be3cd9e8d26d780bf2241c',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '847bd5d9c1b81e008758aa8c160591c9034252d4',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '97e8569c41fb20e95033b5444b971a469bcdf0b6',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '1f019ff756798846da7a39799dc3c9068e7551fe',
|
||||
|
||||
'src/buildtools/clang_format/script':
|
||||
Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917',
|
||||
@ -239,7 +239,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' + '@' + '56007f95ed409ecdd95810f5b54e221e831ae7f1',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '69818a7ff0a966a64f79ebcd9386ec727895a651',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user