Roll chromium_revision c07e991426..aa7696e47b (590658:590812)
Change log:c07e991426..aa7696e47b
Full diff:c07e991426..aa7696e47b
Changed dependencies: * src/base:2b12ea143f..7692df6a62
* src/build:107ec0dc4d..1acbf28972
* src/ios:6c663aba73..71a2d3717d
* src/testing:1070ff2f89..7836752645
* src/third_party:6622e91c32..e227a273e4
* src/third_party/android_deps/libs/com_google_guava_guava: version:25.0-cr0..version:25.0-jre-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/134ee36952..d64f0324b3 * src/tools:d55295fc72..f4307deb7f
DEPS diff:c07e991426..aa7696e47b
/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I86deae342900dd7cabe62eeb18ee9514ee22e455 Reviewed-on: https://webrtc-review.googlesource.com/100003 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24713}
This commit is contained in:
18
DEPS
18
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': 'c07e9914260d37ad818dfb0fe2ac185eb1eceb7b',
|
||||
'chromium_revision': 'aa7696e47b35c64bb1c499ab4d2510803dc3682f',
|
||||
'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': '134ee369521c676229d0c4c38a96fb54a5ab4967',
|
||||
'catapult_revision': 'd64f0324b3984c26c798bc6953234f99a20b145f',
|
||||
# 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' + '@' + '2b12ea143f06441f27515230300f192f6f7b9d11',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '7692df6a62bde36df1e096353bebfdd3ec9da0b7',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '107ec0dc4d210fa801217dd84491679350a9ad8c',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '1acbf2897279e95e0235b99902945efff7d14ea1',
|
||||
'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' + '@' + '6c663aba7345aa8407d521d50d7d19795905ce0e',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '71a2d3717dea4da20902ce783dfceb57713e01ab',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '1070ff2f89c5f0148d26a64d7cfa81af3f7d3165',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '7836752645d62794374ae8121190056efa838682',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6622e91c32b517d8911cbf57f89ccd84e777a5e2',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e227a273e454fd8576ace8ce7e96119a85232c17',
|
||||
'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' + '@' + 'd55295fc723e0c8b1329f97b8e8de8ac8ef0c2df',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'f4307deb7f60616a611f84ad63ea4a645ed01b27',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
@ -976,7 +976,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/com_google_guava_guava',
|
||||
'version': 'version:25.0-cr0',
|
||||
'version': 'version:25.0-jre-cr0',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
|
Reference in New Issue
Block a user