Roll chromium_revision bfb0b77f2c..04484f1ad8 (562200:562301)

Change log: bfb0b77f2c..04484f1ad8
Full diff: bfb0b77f2c..04484f1ad8

Roll chromium third_party 0d2b36d3cf..df47e60355
Change log: 0d2b36d3cf..df47e60355

Changed dependencies:
* src/base: 52cd03ae2f..60caf964a3
* src/ios: 862c941a16..9b90eea6f1
* src/testing: 8133f73370..8092ac5e3a
* src/tools: 99de29398b..331f1e2bf6
DEPS diff: bfb0b77f2c..04484f1ad8/DEPS

No update to Clang.

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

Change-Id: If7c2f0306f0af39bdf76f1359fb2b6f59e7ea41e
Reviewed-on: https://webrtc-review.googlesource.com/79464
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23421}
This commit is contained in:
Autoroller 2018-05-28 12:44:26 -07:00 committed by Commit Bot
parent 7645b18c04
commit 5e8a205021

12
DEPS
View File

@ -10,7 +10,7 @@ vars = {
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': 'bfb0b77f2cf970397d9ed0a4344d838b6adfa091',
'chromium_revision': '04484f1ad87b6168ee66c77fa6b58671b156b5e3',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -43,13 +43,13 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Chromium third_party
# and whatever else without interference from each other.
'chromium_third_party_revision': '0d2b36d3cf2d5f64ceb0b309946fc2d8262c90a9',
'chromium_third_party_revision': 'df47e603552ded44d8fdbbfaa73444aa015c2f0c',
}
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' + '@' + '52cd03ae2f1b08b99564e403bc6ff8008ad7fb35',
Var('chromium_git') + '/chromium/src/base' + '@' + '60caf964a31a0c0850372a2e421485f0c783c32c',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '39cffdabab587544c4bb01f3618ea3f7ae65a889',
'src/buildtools':
@ -61,11 +61,11 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '862c941a16f2cdaa961cf60a986c164e20d089c2',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9b90eea6f1e1e92d1557ccf7ffe3741504c73672',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '8133f733704e0a584555e608e7f1244960a8c581',
Var('chromium_git') + '/chromium/src/testing' + '@' + '8092ac5e3aac276c87d07a9f53285a36af677d70',
# This entry is used for chromium third_party rolling into webrtc third_party only.
'src/third_party_chromium': {
'url': Var('chromium_git') + '/chromium/src/third_party' + '@' + Var('chromium_third_party_revision'),
@ -175,7 +175,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '99de29398b546c057accc23fd794820dfc982ddd',
Var('chromium_git') + '/chromium/src/tools' + '@' + '331f1e2bf624a5835ad5fb89ea882e9ea23a1ca5',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':