Roll chromium_revision 1500c78c93..f9be7d3d66 (610314:610432)

Change log: 1500c78c93..f9be7d3d66
Full diff: 1500c78c93..f9be7d3d66

Changed dependencies
* src/base: 433ad142d5..c501123f4c
* src/build: b23a9fbf16..a608842209
* src/ios: 8c753b13c9..7ec4d4bb81
* src/third_party: 652ccc488f..9e781ebbaf
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/aa21a922d4..4176781039
* src/third_party/depot_tools: d66dad7fc2..25c4fce2ce
* src/tools: f398409248..3c063fd823
DEPS diff: 1500c78c93..f9be7d3d66/DEPS

No update to Clang.

TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,
BUG=None

Change-Id: I05aae5c560ea9824bee5b96e7a8d861219d4ba8a
Reviewed-on: https://webrtc-review.googlesource.com/c/111800
Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#25760}
This commit is contained in:
chromium-webrtc-autoroll 2018-11-22 08:03:27 -08:00 committed by Commit Bot
parent 3955a5022c
commit 3890c1ae6d

16
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': '1500c78c9355c49f0e880364808357b274a37cbf',
'chromium_revision': 'f9be7d3d666f2cf29fe6a5cdb7a4bce345e168a5',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -24,7 +24,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': 'aa21a922d4a8fb32bf9f24a0cfbeec8c2ed1f963',
'catapult_revision': '4176781039b6d4b8c9fa709d477adcffd15fcca4',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -42,9 +42,9 @@ 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' + '@' + '433ad142d5ae760f13095838c8b473643bf8c6a0',
Var('chromium_git') + '/chromium/src/base' + '@' + 'c501123f4cc811a444ab770fcd3eacd4db419e58',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'b23a9fbf1693457f1cc89d98e2fcfdd32c1cf477',
Var('chromium_git') + '/chromium/src/build' + '@' + 'a6088422094de73ccad5abf243df427de6df2a77',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '04161ec8d7c781e4498c699254c69ba0dd959fde',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -54,13 +54,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8c753b13c985fbbcccc24b78257db4bc2eb4e62c',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '7ec4d4bb812c12fa942985a5874f88a786e4fb78',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '64a90737d62698965d9fc980a70d5bdca457f383',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '652ccc488fcb3c88e7bc490a84900cdf04da5d55',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '9e781ebbaf628380637230f5577ff4c528ce9973',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android',
@ -107,7 +107,7 @@ deps = {
'src/third_party/colorama/src':
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/depot_tools':
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'd66dad7fc2c3caad80c0117ae0ee625d7367a14a',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '25c4fce2cebbd11987a9eadafdf9258b10efcb7e',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -225,7 +225,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + 'f3984092486c331f3d8b8ddd556ede02d3ce0eeb',
Var('chromium_git') + '/chromium/src/tools' + '@' + '3c063fd823e3ea0b29735ef58c788504d4a394e0',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),