Roll chromium_revision 1866c59358..003f7a2711 (524405:524420)

Change log: 1866c59358..003f7a2711
Full diff: 1866c59358..003f7a2711

Changed dependencies:
* src/base: 87ebc8b936..8990f628a1
* src/testing: 867cea5520..f52c793e43
* src/third_party: a47a97b683..d250c44dd8
* src/tools: ae70cf0590..55b5e2817f
DEPS diff: 1866c59358..003f7a2711/DEPS

No update to Clang.

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

Change-Id: I7a42539ff635d5c75e3f6dda6b363487674b7193
Reviewed-on: https://webrtc-review.googlesource.com/33640
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21306}
This commit is contained in:
Autoroller 2017-12-15 10:45:35 -08:00 committed by Commit Bot
parent f9381f0e73
commit 8c4ec7142d

10
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': '1866c59358f4281237f7749ad27beba467a33fe3',
'chromium_revision': '003f7a27111cc39020a288cdf9303c8f4c211fa2',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -38,7 +38,7 @@ 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' + '@' + '87ebc8b936af0e3aac2e02bc50e592cd35518e05',
Var('chromium_git') + '/chromium/src/base' + '@' + '8990f628a10818aa1e1e4e9b54b303e5ecd0037e',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'bb86bde677c98d2b784aeb08a98ea896d660f276',
'src/buildtools':
@ -54,9 +54,9 @@ deps = {
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '867cea552060c6899094c0562bb4d25f1ffa15fa',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'f52c793e43ece1c0e3d22b8d4f1f901b92f4218d',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a47a97b683ac287c4953de27bf2da3497e750fba',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd250c44dd8fc75196d1cca3246afd0d7025b278d',
'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' + '@' + 'ae70cf05901365bc19ba510403e6d1fbd7c1e32e',
Var('chromium_git') + '/chromium/src/tools' + '@' + '55b5e2817f4ed873590ca0e9f6b1d85f9a3ddb40',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':