Roll chromium_revision 24b06ad580..ef76aa28ac (521596:521605)

Change log: 24b06ad580..ef76aa28ac
Full diff: 24b06ad580..ef76aa28ac

Changed dependencies:
* src/third_party: c10a64aaea..9ca022cff2
* src/tools: c340b8646f..d511f2a46e
DEPS diff: 24b06ad580..ef76aa28ac/DEPS

No update to Clang.

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

Change-Id: Iacb40688812a766e8c34b6441fed945b4624437e
Reviewed-on: https://webrtc-review.googlesource.com/29560
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21068}
This commit is contained in:
Autoroller 2017-12-04 19:46:54 -08:00 committed by Commit Bot
parent a20d36aed1
commit 1aed9fb92b

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': '24b06ad580b8883d37089680747ec438f467c1e5',
'chromium_revision': 'ef76aa28acf16fb46cb31b3bf7504652a9f7df08',
'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' + '@' + '1fcd92b6d06a4a4a207f444f515d39430fdf7d08',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c10a64aaea57bd13081c0c7fd97095d4eff48ac4',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '9ca022cff245af01622aea570d4cd5e7b3100a10',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
'condition': 'checkout_android',
@ -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' + '@' + 'c340b8646f1117e0ff485f2a06eed43a780fdcc0',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'd511f2a46e027dd18562189c7a2901ef799129e2',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':