Roll chromium_revision de566f6b16..07493032b5 (512797:512803)

Change log: de566f6b16..07493032b5
Full diff: de566f6b16..07493032b5

Changed dependencies:
* src/base: f073360234..e8fcacc606
* src/testing: 9648a9d6ce..1d0ff6c8e8
* src/third_party: 6251859a70..2609167cd8
DEPS diff: de566f6b16..07493032b5/DEPS

No update to Clang.

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

Change-Id: I907a6f1a92ffa02b8d920ad06fc75903406c6e72
Reviewed-on: https://webrtc-review.googlesource.com/17284
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20500}
This commit is contained in:
Autoroller
2017-10-31 04:50:22 -07:00
committed by Commit Bot
parent 90bace0958
commit 0110d3e0ca

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': 'de566f6b167db1716c47a8c04c3227900711bb98',
'chromium_revision': '07493032b5cf9f46de1d43087be1d3cdad6f1bb8',
'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' + '@' + 'f073360234c061f11cf73649a23bdb2704881462',
Var('chromium_git') + '/chromium/src/base' + '@' + 'e8fcacc60635d560659e53315b2fcc80f6287489',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '776578738f70c7cfdef7c02218670799edb24f92',
'src/buildtools':
@ -54,9 +54,9 @@ deps = {
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '9648a9d6ceb71a5875034271074d0748d561eaaf',
Var('chromium_git') + '/chromium/src/testing' + '@' + '1d0ff6c8e8c5347ae4477ea3764354189395fe6c',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6251859a702080f1f9579618056bdfe78cc4fcbc',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '2609167cd8c0d6b1b87c2f2c96830963c6b4e090',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'ca0bd083872ad925881736fe2bedc3ff855e08f5',
'condition': 'checkout_android',