Roll chromium_revision 3768946207..b6ed4eb6cc (539034:539140)

Change log: 3768946207..b6ed4eb6cc
Full diff: 3768946207..b6ed4eb6cc

Changed dependencies:
* src/base: 91b03cbd85..446a929a89
* src/ios: 802a580739..67cbecc7b2
* src/testing: b9951f21f8..cc1b881acb
* src/third_party: 7f8f5e62b5..cc1987e49a
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/8a42ad3cb1..534191e506
* src/tools: ccc4e33a02..82f3e5546b
DEPS diff: 3768946207..b6ed4eb6cc/DEPS

No update to Clang.

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

Change-Id: I747d1c027cf3e118cab92eebfbc9eb7103f0d5bf
Reviewed-on: https://webrtc-review.googlesource.com/57702
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22188}
This commit is contained in:
Autoroller 2018-02-26 07:45:01 -08:00 committed by Commit Bot
parent 278aa42718
commit 9f79a92e26

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': '376894620783bd2951ba1f412de4614936d7708a',
'chromium_revision': 'b6ed4eb6ccbc6a596222190e7e695645cf8bab72',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -28,7 +28,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': '8a42ad3cb185e340c32b20f657980fd057e3769f',
'catapult_revision': '534191e5068d883cfcbf61085e1dc44f708373ba',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -38,7 +38,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' + '@' + '91b03cbd85d6b1e0eeac6f9d1d9aea7b1b504273',
Var('chromium_git') + '/chromium/src/base' + '@' + '446a929a89c593521d3131362a0efe2d79f32325',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'df4bee0323995a53b606f7507fd3e62c4b2a0add',
'src/buildtools':
@ -50,13 +50,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '802a580739374f70128dbce22e9289c1f3b63395',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '67cbecc7b2d8f6b3c295cc044af923de8c628547',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'b9951f21f83b50491793007a7ce8cd090395693c',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'cc1b881acb2302684cc7cd7daffa2463d32299d2',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '7f8f5e62b5a2b932f57791d692a72b910f02e3cd',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'cc1987e49a85cef70f425d23c1582928ca4c1e0b',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55',
'condition': 'checkout_android',
@ -159,7 +159,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' + '@' + 'ccc4e33a02a6d41e65dea9c25cafca8f49845a6a',
Var('chromium_git') + '/chromium/src/tools' + '@' + '82f3e5546b8df6da18cb25cb298978261cf33c3a',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':