Roll chromium_revision 3e0dea7b74..ab3ab1ba02 (584728:584945)
Change log:3e0dea7b74..ab3ab1ba02Full diff:3e0dea7b74..ab3ab1ba02Changed dependencies: * src/base:bfaabf2504..5da28da483* src/build:fc41447f02..e392c2be1e* src/ios:c152c684cc..579443e24d* src/testing:c74ae33716..4e934aec48* src/third_party:d7684fa9c6..4b7853d428* src/tools:d4200a2eff..477b3454a4DEPS diff:3e0dea7b74..ab3ab1ba02/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Iec5e5d5f2237e0e55ed9daaf063331dc832a52a4 Reviewed-on: https://webrtc-review.googlesource.com/95380 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24372}
This commit is contained in:
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': '3e0dea7b74b85a1ff9ffe5493098650443328010',
|
||||
'chromium_revision': 'ab3ab1ba020bb36e969a05575a9e52f5a5b44b1a',
|
||||
'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' + '@' + 'bfaabf2504764e101906e6262abe604ae28af7a2',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '5da28da48322ccd9c7e829c034367a0af737f4a3',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'fc41447f02c05fcf0af15190ad868f5ad700dbb7',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'e392c2be1eda211064546a08d1c743b9b734ef44',
|
||||
'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' + '@' + 'c152c684cc36798f6646593b5d2f5a8401e59c72',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '579443e24dab38f00c63b70fc01bda43cbdfa62a',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c74ae33716d78578045dd68930cedd9cd16ebe5f',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '4e934aec480b44824dd8785a6d8e81d4af1bbabe',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd7684fa9c64fde7755600a2ab04a7e43a85321a0',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4b7853d428dfff5218c21f316bc8125d4a8dfa19',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
|
||||
'condition': 'checkout_android',
|
||||
@ -175,7 +175,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' + '@' + 'd4200a2eff5211e9211e3fc40fd83a5f70863b4d',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '477b3454a45455e3b6e33f746a92a1f7751ed962',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user