Roll chromium_revision 793c8566ab..03cf97f6d8 (605715:605818)

Change log: 793c8566ab..03cf97f6d8
Full diff: 793c8566ab..03cf97f6d8

Changed dependencies
* src/base: 2cc4eaccb9..ad50d06b11
* src/build: b02fb51ba9..41398b47eb
* src/ios: 39b74f70b6..53572a08cb
* src/testing: 93d10ee9f8..4cd36e3e50
* src/third_party: 7fe6380b56..02af94e28a
* src/third_party/android_deps/libs/com_google_android_play_core: version:1.3.0-cr0..version:1.3.5-cr0
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6ba6af1e54..0273c5e3c2
* src/tools: 198e0eceb8..41d11031b4
DEPS diff: 793c8566ab..03cf97f6d8/DEPS

No update to Clang.

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

Change-Id: Ib5f5792f65f4232ea91e2a78b21e2013e8b4f1df
Reviewed-on: https://webrtc-review.googlesource.com/c/109642
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@{#25532}
This commit is contained in:
chromium-webrtc-autoroll
2018-11-06 13:01:37 -08:00
committed by Commit Bot
parent 2cd3b4c819
commit bb091db398

18
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': '793c8566ab6114dbbf54e8dc742bd2898b401af4',
'chromium_revision': '03cf97f6d8624109059e8ecd931dba7fcb829985',
'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': '6ba6af1e543b60cced283cf7490d81415fe934d1',
'catapult_revision': '0273c5e3c23ad25ac6626cbadd00695bf0d93b3f',
# 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' + '@' + '2cc4eaccb9692f17598b7552ae483463452e1f08',
Var('chromium_git') + '/chromium/src/base' + '@' + 'ad50d06b11af93ad72d0eb92df28d0a619bf3d12',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'b02fb51ba9031b594e7728cf57d4eb0ed18ecfd0',
Var('chromium_git') + '/chromium/src/build' + '@' + '41398b47ebd1990a9a5f7f4a4f2c14c7b06bb0ed',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '13a00f110ef910a25763346d6538b60f12845656',
# 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' + '@' + '39b74f70b6acddcb080f8eb4e410ece1e719335a',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '53572a08cbc2961ba4570c3e1aa5aaca5a51dff1',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '93d10ee9f83ab0c3fa1a3ea6c4e38991b1c71deb',
Var('chromium_git') + '/chromium/src/testing' + '@' + '4cd36e3e5004fb94bb253874600631cf5e8b5a3d',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '7fe6380b56ca1be595034f90b368d1508c94ac8c',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '02af94e28ab6e509301e682e1eb3c1fe471bc069',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android',
@ -218,7 +218,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' + '@' + '198e0eceb83ec96afaa8774e4ea5987bced0e52f',
Var('chromium_git') + '/chromium/src/tools' + '@' + '41d11031b4e42be206663bff755c7d3363bc5931',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
@ -922,7 +922,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_play_core',
'version': 'version:1.3.0-cr0',
'version': 'version:1.3.5-cr0',
},
],
'condition': 'checkout_android',