Roll chromium_revision de8b9fb8f0..f740ff4069 (524043:524047)

Change log: de8b9fb8f0..f740ff4069
Full diff: de8b9fb8f0..f740ff4069

Changed dependencies:
* src/third_party: 2500145b41..f8d53621c7
DEPS diff: de8b9fb8f0..f740ff4069/DEPS

No update to Clang.

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

Change-Id: Ic1fead58af911f5b771f3b4888dc536ecf2c7dc4
Reviewed-on: https://webrtc-review.googlesource.com/33022
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21280}
This commit is contained in:
Autoroller 2017-12-14 04:46:01 -08:00 committed by Commit Bot
parent 712989d86d
commit 6f772d26ce

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': 'de8b9fb8f030c1227ccc76d07962daab196d32f5',
'chromium_revision': 'f740ff406999c8e8f8fb8dade030a0a16731c17e',
'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' + '@' + '3739179d1f9da0e78c232042395f18c320f2bcc4',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '2500145b41c948cd8488b337a067a686b1bbddca',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f8d53621c7027b6bed603b5e9f24fe1904536f1b',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
'condition': 'checkout_android',