Roll chromium_revision 34ad909848..6bbdd0a46f (532738:532839)

Change log: 34ad909848..6bbdd0a46f
Full diff: 34ad909848..6bbdd0a46f

Changed dependencies:
* src/base: 352cd788c1..6d586ab195
* src/build: 6491c4c2c8..f8323d8055
* src/testing: cd2b6a1191..b0dbf37c86
* src/third_party: 3694484c69..6344555f34
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/69f2184e9c..52dc3feb01
* src/tools: f3b128409c..f7efece782
DEPS diff: 34ad909848..6bbdd0a46f/DEPS

No update to Clang.

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

Change-Id: Ideb7ee647eaa24c772ec6c68bd0341c198ecb8fa
Reviewed-on: https://webrtc-review.googlesource.com/46080
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21804}
This commit is contained in:
Autoroller 2018-01-30 03:44:34 -08:00 committed by Commit Bot
parent 79d331b091
commit 775d7ec1bf

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': '34ad909848c7f3e543e9a29cd9d1dbadb126685d',
'chromium_revision': '6bbdd0a46fbdf2fdf0c2569927c7e6512870741f',
'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': '69f2184e9c4351f5216d1ebe52bfd4c37ea79081',
'catapult_revision': '52dc3feb012cce1d690b12d0b137c6c9bd5a4ff1',
# 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,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' + '@' + '352cd788c19ef4bbf40c213a6fe2e6cfed137dfc',
Var('chromium_git') + '/chromium/src/base' + '@' + '6d586ab195a2ec551dcb3528c8013b38fe1003b3',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '6491c4c2c8687ead71b5363fe93ce56cf6aca696',
Var('chromium_git') + '/chromium/src/build' + '@' + 'f8323d805516f49436fc473614728585a4678858',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f115f4786771afdfacb18a2299541b23e21f4792',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -54,9 +54,9 @@ deps = {
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'cd2b6a1191c77296a0d0b90630c424d771b4e64d',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'b0dbf37c8675a0411ca708b91becb198fe7084b6',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '3694484c6936184d11e9ae5ab41ca4aca1ae0327',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6344555f34fb96222e388ee6b2af9ccbf3838f0b',
'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' + '@' + 'f3b128409c22d184d25ae03f520ddb1b5fec0227',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'f7efece782c9a556c66452f68a466a85d257f11c',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':