Roll chromium_revision 48fdf63300..a86dd4771f (524439:524453)

Change log: 48fdf63300..a86dd4771f
Full diff: 48fdf63300..a86dd4771f

Changed dependencies:
* src/base: dfb8d0cba4..5097cfc59c
* src/build: bb86bde677..2f3b6e8ce9
* src/ios: 053d735775..2edc603158
* src/third_party/libFuzzer/src: a00e8070be..ba2c1cd6f8
* src/tools: e925c2b4e3..eec46aa448
DEPS diff: 48fdf63300..a86dd4771f/DEPS

No update to Clang.

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

Change-Id: Icbaca7531e1e3335c8d5e416d53d3256afbf767e
Reviewed-on: https://webrtc-review.googlesource.com/33700
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21310}
This commit is contained in:
Autoroller 2017-12-15 12:46:39 -08:00 committed by Commit Bot
parent 74cefe195e
commit b50700253e

12
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': '48fdf63300aae84f8159c22831df8cff24b5d984',
'chromium_revision': 'a86dd4771ff0639b4ab8c1a2ae70b80e2ff72c19',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -32,15 +32,15 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
'libfuzzer_revision': 'a00e8070bea627f21df4a7eb1d58083f1bcfbba1',
'libfuzzer_revision': 'ba2c1cd6f87accb32b5dbce297387c56a2e53a2f',
}
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' + '@' + 'dfb8d0cba41348d8c440cd7619743b401d88fd15',
Var('chromium_git') + '/chromium/src/base' + '@' + '5097cfc59c5e15a6a9be1b7e2d205363a556f8e4',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'bb86bde677c98d2b784aeb08a98ea896d660f276',
Var('chromium_git') + '/chromium/src/build' + '@' + '2f3b6e8ce9e783b2a09496d70eef2974506a41c8',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '1be57dc4c2c68fa564ee258a3af0cf8003007edf',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -50,7 +50,7 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '053d735775e28aef76418bc3ea99efeae77a7aeb',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2edc603158e481498594e58a8accf8abbe18a9e3',
'condition': 'checkout_ios',
},
'src/testing':
@ -155,7 +155,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + 'e925c2b4e356411ad7559923407031da0fd1c037',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'eec46aa44818029b29936a1f367c3011d8d3e4af',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':