Roll chromium_revision 915a3e2fdf..e93faff1da (525982:525989)

Change log: 915a3e2fdf..e93faff1da
Full diff: 915a3e2fdf..e93faff1da

Changed dependencies:
* src/third_party: 7a2f09131a..c9027b32d8
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/efc4a08476..5626f3590e
DEPS diff: 915a3e2fdf..e93faff1da/DEPS

No update to Clang.

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

Change-Id: Ibb3371ed93ec9ac517f619ae3f7a1e30a1a0d899
Reviewed-on: https://webrtc-review.googlesource.com/36046
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21430}
This commit is contained in:
Autoroller
2017-12-22 06:44:57 -08:00
committed by Commit Bot
parent 203e4f72ad
commit 3051aadbb6

6
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': '915a3e2fdff7985d6dc755e2ce350a930bce6ac1',
'chromium_revision': 'e93faff1da7b32ad86b9402ae20289921d622d24',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -28,7 +28,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': 'efc4a08476292e474385a77e7a5d7c3c8e101a30',
'catapult_revision': '5626f3590eea9631f90a98549c73334577994819',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -56,7 +56,7 @@ deps = {
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '6d142e91709e40f0ea3b42e248f6463ae51bb36f',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '7a2f09131aa67efe4a059d5d6b05568e0783121e',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c9027b32d835b62f2568b7f9b9c2dcf1a2f2b393',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
'condition': 'checkout_android',