Roll chromium_revision 106b2819bf..6a6fa30811 (521703:521717)

Change log: 106b2819bf..6a6fa30811
Full diff: 106b2819bf..6a6fa30811

Changed dependencies:
* src/base: f252ccb35f..4d8974fbc4
* src/ios: 19d3cb919d..f1f7fdd0cd
* src/third_party: 9e8886d88b..109f5fa687
* src/tools: 09d84a4b66..719dfd7627
DEPS diff: 106b2819bf..6a6fa30811/DEPS

No update to Clang.

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

Change-Id: I2046e425779d5b654e00f7df024d8764389ba6ff
Reviewed-on: https://webrtc-review.googlesource.com/29920
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21091}
This commit is contained in:
Autoroller 2017-12-05 08:47:02 -08:00 committed by Commit Bot
parent 32be90f9cf
commit 7a3e9c6217

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': '106b2819bfca32edee99e803364395453b31a2ca',
'chromium_revision': '6a6fa308110f31327e0c9e08b6b77fec9a3ae901',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -38,7 +38,7 @@ 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' + '@' + 'f252ccb35f106eaf702712fa5d6224554e17f4be',
Var('chromium_git') + '/chromium/src/base' + '@' + '4d8974fbc461a6ad7ead27709a6eeaa2bb184d4d',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '3320fdec7b8314828b58c7b655e3d4662ceec29e',
'src/buildtools':
@ -50,13 +50,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '19d3cb919da307ca21f470f4c14d8d5b054b3a56',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f1f7fdd0cd16971e7438f02a14d8454c2ac9e3d7',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c11c00dc4c2c23e4949bc00d5a7c9d2a0eea3b35',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '9e8886d88b63a9dd2f80c30666f59813e6e507b3',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '109f5fa687e4a3b3f66ce54a6536e7dcef310ce5',
'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' + '@' + '09d84a4b66ba1c047bb852b2e0cd38f4957aa8c0',
Var('chromium_git') + '/chromium/src/tools' + '@' + '719dfd7627522b4793f7261c522f327388c352c8',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':