Roll chromium_revision 30b6296f5e..542cc9b451 (524839:524884)

Change log: 30b6296f5e..542cc9b451
Full diff: 30b6296f5e..542cc9b451

Changed dependencies:
* src/base: fcb1a38634..4b08d7e9ba
* src/build: a371945743..9f00b2f2ee
* src/ios: 04b516c645..6446f68e33
* src/testing: fed9a22494..55a3230b6f
* src/third_party: 1e27656d8a..d0ddb62e10
* src/tools: 88837bf58c..e882690f83
DEPS diff: 30b6296f5e..542cc9b451/DEPS

No update to Clang.

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

Change-Id: Iea8c7fe2cff3393f8dae1499cf3823624aaa8a36
Reviewed-on: https://webrtc-review.googlesource.com/34621
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21341}
This commit is contained in:
Autoroller 2017-12-18 16:46:46 -08:00 committed by Commit Bot
parent 56664b5832
commit 9106fb6d23

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': '30b6296f5ec516dcaa4c07584886929240dc297b',
'chromium_revision': '542cc9b45198152ca7094270c5d4a4ccf308338e',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -38,9 +38,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' + '@' + 'fcb1a3863401c25e69be5c59156733063da327c9',
Var('chromium_git') + '/chromium/src/base' + '@' + '4b08d7e9baeae1db8083acb28a3e655b1ee4a504',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'a3719457437554550fe6980b722c302d513e6f2f',
Var('chromium_git') + '/chromium/src/build' + '@' + '9f00b2f2ee7fb201cb7ae3ecc45c191758d2f074',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '1be57dc4c2c68fa564ee258a3af0cf8003007edf',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -50,13 +50,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '04b516c645e7d80dc50feeca32a6ca6d6d0868cb',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6446f68e3381bee70d913ee61a8d6bc9675a4a80',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'fed9a2249407ea460c549e01b658955a523d2e36',
Var('chromium_git') + '/chromium/src/testing' + '@' + '55a3230b6f090394986ed34074b7b557e3b57e45',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '1e27656d8a185bbc38d4c68b9d69cc250bf5daf3',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd0ddb62e10b31175185d48b9622f645568c7ddd7',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
'condition': 'checkout_android',
@ -155,7 +155,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' + '@' + '88837bf58c3fe20b3d06d91803ad92493907dbfc',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'e882690f833403bf5f4bc74747811033cb041390',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':