Roll chromium_revision 6ad0a6e52c..651b0c341c (517697:517702)

Change log: 6ad0a6e52c..651b0c341c
Full diff: 6ad0a6e52c..651b0c341c

Changed dependencies:
* src/third_party: 9ae1ba99d3..16a4dbaf1b
* src/third_party/depot_tools: 276e0454b7..8762632eb7
* src/tools: 1926acf2fa..5f6eb95a85
DEPS diff: 6ad0a6e52c..651b0c341c/DEPS

No update to Clang.

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

Change-Id: Id43f8ebe0fff3432e5997a37a73bc85993680764
Reviewed-on: https://webrtc-review.googlesource.com/24136
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20743}
This commit is contained in:
Autoroller 2017-11-17 21:06:03 -08:00 committed by Commit Bot
parent f07e8fa1b5
commit b8802651fe

8
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': '6ad0a6e52cd2efbe42a71db2408ea557eb5000f3',
'chromium_revision': '651b0c341c3c1b813250dd4df4c45b423d760e93',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -56,7 +56,7 @@ deps = {
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '14acaa118cfb712cd3ffc6de40646fb3498d631f',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '9ae1ba99d3fca3c434a8182d36f86ceb78610cef',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '16a4dbaf1b5e6f9453180f6552fd089ffc801be2',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + '9914c5704717424998c69e837be3631914d787cc',
'condition': 'checkout_android',
@ -76,7 +76,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' + '@' + '276e0454b797cc2124a3aa20bda093f97fad3d90',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '8762632eb7250063ebc4f4d8b3acd4ff16780abd',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '635c410fc42614b48518ae6818105bc83af88497',
'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' + '@' + '1926acf2facc17d8ce8c261a47fc222b1897179d',
Var('chromium_git') + '/chromium/src/tools' + '@' + '5f6eb95a853bf4020a5342c7c2e86ac46cdee052',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':