Roll chromium_revision 27d7d5f523..6812a72e52 (517741:517750)

Change log: 27d7d5f523..6812a72e52
Full diff: 27d7d5f523..6812a72e52

Changed dependencies:
* src/third_party: 52cd0168df..6fbaafc25d
DEPS diff: 27d7d5f523..6812a72e52/DEPS

No update to Clang.

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

Change-Id: I869da7fda07aec793c139a9e0d33d5f506f8b86f
Reviewed-on: https://webrtc-review.googlesource.com/24426
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20778}
This commit is contained in:
Autoroller 2017-11-19 19:11:03 -08:00 committed by Commit Bot
parent cbc71b22a9
commit 67364604ef

4
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': '27d7d5f523cbee15622c69ff8bc37ef6eeffd52e',
'chromium_revision': '6812a72e52906ef4b0c8ce4f7d2fba45d599f0d9',
'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' + '@' + '52cd0168dfae535b80fe153c09fca2828bfaca4a',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6fbaafc25d7de94dcde12b1da4c49745d6905e71',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + '9914c5704717424998c69e837be3631914d787cc',
'condition': 'checkout_android',