Roll chromium_revision 70554c2519..c5c13a1e38 (596607:596716)
Change log:70554c2519..c5c13a1e38Full diff:70554c2519..c5c13a1e38Changed dependencies * src/base:f89ffd1cbc..efcf82194a* src/build:7882d033a1..c3c521dfb4* src/ios:141b3ab314..dafcdbac33* src/testing:b1ee4844f4..75227fd89d* src/third_party:b986119905..e0cbf41eb5* src/tools:154d121ac8..7562397f66DEPS diff:70554c2519..c5c13a1e38/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ib4abed3f6fe2a8a517843409638e44fd4de07fad Reviewed-on: https://webrtc-review.googlesource.com/c/103843 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@{#24999}
This commit is contained in:
parent
f638bbc181
commit
264079a57a
14
DEPS
14
DEPS
@ -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': '70554c2519a4b763642248176cbd60a9579b0050',
|
||||
'chromium_revision': 'c5c13a1e3847473a7eebbe6d31b13a3c0085d782',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -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' + '@' + 'f89ffd1cbcaad12bba1d46ceb5e9c4e19025930a',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'efcf82194aaa79c7b45d2ab334c8ef47edaf6fa3',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '7882d033a1810c255281b08596b77d2b4738f6a6',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'c3c521dfb4d736ad6fceb04deca5cf3dbd3905ad',
|
||||
'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' + '@' + '141b3ab31494bbfde704e366f984a208da70a26b',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'dafcdbac33cc734e7263d5190e58a7a3aa210b6d',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'b1ee4844f451eb576172e6751a62845175247c31',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '75227fd89dd2a1d9cc5ac239f82860fe6911bde8',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b9861199051a439f9e161292fec85fcd02b4a7e7',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e0cbf41eb5e29c1f7877e81c0f9307253fc9b0b6',
|
||||
'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' + '@' + '154d121ac8c205803edc64b67312cacb8e378622',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '7562397f6669a8d7ccc7e56ff0b5d92c7b76cc52',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user