Roll chromium_revision b6ed4eb6cc..dba3f95458 (539140:539260)

Change log: b6ed4eb6cc..dba3f95458
Full diff: b6ed4eb6cc..dba3f95458

Changed dependencies:
* src/base: 446a929a89..451004b61c
* src/ios: 67cbecc7b2..2236bd9b80
* src/testing: cc1b881acb..c0916443a8
* src/third_party: cc1987e49a..870fe6f8e2
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/534191e506..4607515962
* src/tools: 82f3e5546b..19b34301e1
DEPS diff: b6ed4eb6cc..dba3f95458/DEPS

No update to Clang.

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

Change-Id: I8fbd152de23b3b4b49e2ff912089f8637a50861e
Reviewed-on: https://webrtc-review.googlesource.com/57900
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22190}
This commit is contained in:
Autoroller 2018-02-26 12:45:36 -08:00 committed by Commit Bot
parent 72eeaa3fe4
commit 3359bd191a

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': 'b6ed4eb6ccbc6a596222190e7e695645cf8bab72',
'chromium_revision': 'dba3f95458edac26bde0049043a014fa93d67fb4',
'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': '534191e5068d883cfcbf61085e1dc44f708373ba',
'catapult_revision': '4607515962f867ebeb09b6ffc850efc790ab2a94',
# 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' + '@' + '446a929a89c593521d3131362a0efe2d79f32325',
Var('chromium_git') + '/chromium/src/base' + '@' + '451004b61cbfcfb2cd910ba3594c52bc20d48b01',
'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' + '@' + '67cbecc7b2d8f6b3c295cc044af923de8c628547',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2236bd9b804756e257e7bd6561f5f003bfe8b75e',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'cc1b881acb2302684cc7cd7daffa2463d32299d2',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c0916443a86129955a26a7181dd3627f73fe3650',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'cc1987e49a85cef70f425d23c1582928ca4c1e0b',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '870fe6f8e2a7d60f936f586d587856edc939209f',
'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' + '@' + '82f3e5546b8df6da18cb25cb298978261cf33c3a',
Var('chromium_git') + '/chromium/src/tools' + '@' + '19b34301e1c3db92f8bc553ce38099d39affdc5b',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':