Roll chromium_revision 306e8326db..e0c329f7fe (534215:534318)

Change log: 306e8326db..e0c329f7fe
Full diff: 306e8326db..e0c329f7fe

Changed dependencies:
* src/base: c56c769c28..ba771d5b2b
* src/build: 616662012e..508a6cdec6
* src/ios: 084efec45c..81a4f3f85e
* src/testing: 40d99d2ad9..557328f78b
* src/third_party: af73a24f33..3c66d64d62
* src/third_party/depot_tools: 5d5f22ce9d..3a998d1b23
* src/tools: 5556f3a372..40722e4d03
DEPS diff: 306e8326db..e0c329f7fe/DEPS

No update to Clang.

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

Change-Id: Iafe4fc2fe7014b7aa4fd28e6fffb4eb503d3104e
Reviewed-on: https://webrtc-review.googlesource.com/47785
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21887}
This commit is contained in:
Autoroller 2018-02-04 19:44:41 -08:00 committed by Commit Bot
parent 6b375dd68e
commit 59e29894dc

16
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': '306e8326db8514c89b4fcdab77395a69470a5680',
'chromium_revision': 'e0c329f7fea90bfda0818b4963ce5d54c98f44a1',
'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' + '@' + 'c56c769c288958fe103d574ce58b963a7d51fffd',
Var('chromium_git') + '/chromium/src/base' + '@' + 'ba771d5b2b4f66cf21982d76a3d1bf9caded004e',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '616662012ea01c4714537a921296e5c8f72c97b9',
Var('chromium_git') + '/chromium/src/build' + '@' + '508a6cdec66cd32879584b6504a740b0f2b515c5',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f115f4786771afdfacb18a2299541b23e21f4792',
# 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' + '@' + '084efec45cd14aaccba0529f1f11e2ab3adc8d41',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '81a4f3f85ebe4717ee4cc2b9d6602c535d8cf4da',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '40d99d2ad9542f41a15f8a58863095df258dd08b',
Var('chromium_git') + '/chromium/src/testing' + '@' + '557328f78bd282e90f438873c59bded50329ac55',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'af73a24f3376b1d85dd1ea541e12de76312f24db',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '3c66d64d626707b8f0284aecef949df41ebd3549',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55',
'condition': 'checkout_android',
@ -80,7 +80,7 @@ deps = {
'src/third_party/colorama/src':
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/depot_tools':
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '5d5f22ce9d6fdc2509b9cb46da30c49db60d8de8',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '3a998d1b232fc968cd0d83d23f6b8a9226fa7ff6',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8',
'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' + '@' + '5556f3a3726fdbcd5ff62c38f7800649d6155039',
Var('chromium_git') + '/chromium/src/tools' + '@' + '40722e4d03835ee14683738dd84a8b6e5d644dba',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':