Roll chromium_revision 5ab60ca7a8..242dbc9f7b (534678:534785)

Change log: 5ab60ca7a8..242dbc9f7b
Full diff: 5ab60ca7a8..242dbc9f7b

Changed dependencies:
* src/base: 9fa07591d3..c56936b597
* src/ios: fdc2a4c5f0..25470f3759
* src/testing: bfe88a29a9..0d35757b9e
* src/third_party: 9edc1a2220..afca687501
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a1303e4688..e6e84629db
* src/tools: c1a9e22c04..495b0aeb1c
DEPS diff: 5ab60ca7a8..242dbc9f7b/DEPS

No update to Clang.

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

Change-Id: I991260a042a29a253e15f7f327dd88612993708b
Reviewed-on: https://webrtc-review.googlesource.com/48862
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21924}
This commit is contained in:
Autoroller 2018-02-06 12:44:18 -08:00 committed by Commit Bot
parent dffead8835
commit 03e5ce84de

14
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': '5ab60ca7a83ac37c212f598fe8948596f8990c10',
'chromium_revision': '242dbc9f7b63cd54f90d3559cc08040198f7a9c8',
'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': 'a1303e46889b22580cbf6129a01fd1c1c094b4f3',
'catapult_revision': 'e6e84629dbe593096a7771373de2f33bfb9d2902',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -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' + '@' + '9fa07591d3e085a0d3bcc4fdbc82f36bdccb2b2c',
Var('chromium_git') + '/chromium/src/base' + '@' + 'c56936b5975629aeb0d81e07ac871f6a66424451',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '7e86dc487bc8db054fbdda4638fba0281d88a5bf',
'src/buildtools':
@ -50,13 +50,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'fdc2a4c5f0f82536d5b4813f8a2da15d2e3c8612',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '25470f375923d476bae3dd0585da6c5e91d1dd59',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'bfe88a29a95239a068fa943251188d55e7364f3f',
Var('chromium_git') + '/chromium/src/testing' + '@' + '0d35757b9ebb7153315d135e81d7ad14e0f067e0',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '9edc1a22209e0e98c77754f7e1bfd716dd36a65c',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'afca687501061ac58b04199a0bad1ca4329bc640',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55',
'condition': 'checkout_android',
@ -159,7 +159,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' + '@' + 'c1a9e22c0414434265fc02335159aac914d4fc92',
Var('chromium_git') + '/chromium/src/tools' + '@' + '495b0aeb1c1c43c32fd6224f86a31501ade1cac3',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':