Roll chromium_revision ad2869c08e..abb3c8f751 (521379:521395)

Change log: ad2869c08e..abb3c8f751
Full diff: ad2869c08e..abb3c8f751

Changed dependencies:
* src/ios: b886c6ea1d..133adb3c8e
* src/testing: 9331a3f8d5..802905f57c
* src/third_party: 4d24adbf07..c15db477e7
* src/tools: a587fde4d4..3e10589126
DEPS diff: ad2869c08e..abb3c8f751/DEPS

No update to Clang.

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

Change-Id: I1b1831fe95ad60146bdbb2be04a087e701e9cd9c
Reviewed-on: https://webrtc-review.googlesource.com/29280
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21051}
This commit is contained in:
Autoroller 2017-12-04 10:46:26 -08:00 committed by Commit Bot
parent eda6ccd0c2
commit f0f1eae2c5

10
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': 'ad2869c08ee6eda404d8bb2d59705492785f969f',
'chromium_revision': 'abb3c8f751ab5b0da94ac92872b3ee9a45cd796b',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -50,13 +50,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b886c6ea1dc9ab8539db2d7eb6648b50e0c67262',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '133adb3c8e686507ddcea532ca9d7f86dfadbd42',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '9331a3f8d530702cf0a2bfb3deab342893d61ad6',
Var('chromium_git') + '/chromium/src/testing' + '@' + '802905f57c0ba8923fa1a143c829217b97233ecf',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4d24adbf0789d7f0b16d498876914f1c42e7d541',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c15db477e79c73f3f50957b9c942865dcfd2727f',
'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' + '@' + 'a587fde4d493d26992ba2970237b378a7d9fa0b4',
Var('chromium_git') + '/chromium/src/tools' + '@' + '3e105891265ab42ce559c623f64bef3e8a0ee6e1',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':