Roll chromium_revision 2499289737..f34485ffde (598606:598711)

Change log: 2499289737..f34485ffde
Full diff: 2499289737..f34485ffde

Changed dependencies
* src/build: 39b6c0c2cd..5c76555180
* src/ios: bbdec9eda9..e0efc28ed6
* src/testing: 21e4247f7e..6f660eacbb
* src/third_party: 4bb5fbd0ae..6a4d9a4ea8
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/fc2aa094ed..cd3378c320
* src/tools: e5e3a3079b..4e24c7a58e
DEPS diff: 2499289737..f34485ffde/DEPS

No update to Clang.

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

Change-Id: I22270aea35621abf2756aa8693436a3395e6f3e1
Reviewed-on: https://webrtc-review.googlesource.com/c/105268
Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#25110}
This commit is contained in:
chromium-webrtc-autoroll
2018-10-11 03:01:33 -07:00
committed by Commit Bot
parent f7fcaf0885
commit 80bf775ab3

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': '2499289737490ec004dc42df50ba83d3e2586a06',
'chromium_revision': 'f34485ffdec1a7ac058941794747fbec1c83ece6',
'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': 'fc2aa094eda427b0cff1aaff2431f3089c26932c',
'catapult_revision': 'cd3378c32017c99062cd467a3ff601e0b57f0c23',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -44,7 +44,7 @@ deps = {
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + 'b9dc104727f318fb9820b1173bbf4b263a3f6aa9',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '39b6c0c2cd112d9d0ad4fe9ccea7ed2e041414c7',
Var('chromium_git') + '/chromium/src/build' + '@' + '5c7655518071a8a2c67413e64cfb4cc3f86995fc',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96',
# 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' + '@' + 'bbdec9eda917c1ae752c3c2b32796523d5d07833',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e0efc28ed61d38f463a9d138c5e12773b6196fdd',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '21e4247f7e6104afb9dba3ce5a8034dda1dd5c27',
Var('chromium_git') + '/chromium/src/testing' + '@' + '6f660eacbb55397eb116a484702e4143be1292c1',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4bb5fbd0ae615a87e5ad432aae5f49132adb9e3a',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6a4d9a4ea89c20a07c36d08cec89cf4b9cd9d743',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android',
@ -195,7 +195,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' + '@' + 'e5e3a3079bee0d936d0b00f5b3190e7714ca40ed',
Var('chromium_git') + '/chromium/src/tools' + '@' + '4e24c7a58e1c145317e01ff8cfcba0c7ff3bd84b',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),