Roll chromium_revision da8f9ea66e..e5bff18836 (526110:526119)

Change log: da8f9ea66e..e5bff18836
Full diff: da8f9ea66e..e5bff18836

Changed dependencies:
* src/third_party: 36776ef6e4..efe3adc2d4
DEPS diff: da8f9ea66e..e5bff18836/DEPS

No update to Clang.

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

Change-Id: Id0366d8f8cf960e2d24965f773fa22af0cbd8d00
Reviewed-on: https://webrtc-review.googlesource.com/36261
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21443}
This commit is contained in:
Autoroller 2017-12-22 17:44:59 -08:00 committed by Commit Bot
parent dcc3c02468
commit dd99b7c94c

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': 'da8f9ea66e37e7f32f092afb9c3fb133bbdf4e1b',
'chromium_revision': 'e5bff188369dd4009bff90a0d06b0b61a8f0f973',
'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' + '@' + '8e923163dd2388b953418843ff9be4b7177023ce',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '36776ef6e44f0d7b9e39e1d4f61420bdb52152cf',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'efe3adc2d45b0546dcab65bc491d25ddcaddbe6c',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
'condition': 'checkout_android',