Roll chromium_revision ecf963f5ce..e4e8741478 (639097:639216)
Change log:ecf963f5ce..e4e8741478
Full diff:ecf963f5ce..e4e8741478
Changed dependencies * src/base:256b4bcfd9..8bdc3d35e1
* src/build:9b449f0fab..00fe925e26
* src/ios:6a86076c80..78ec766b49
* src/testing:c5f690fb1a..78d234150a
* src/third_party:8606657597..5d5ba518c7
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/5869dbeaf2..26a1944e90 * src/third_party/depot_tools:cc43111eb2..3485a263f4
* src/tools:e0a3cda10d..c954d6cb91
DEPS diff:ecf963f5ce..e4e8741478
/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I305e25458c7ea5098a9e740a919db4d52f2615f3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/126580 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@{#27044}
This commit is contained in:

committed by
Commit Bot

parent
e25f595c0a
commit
fe07c42538
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': 'ecf963f5ce381a4e05bc5705d568e85792ef4bf9',
|
||||
'chromium_revision': 'e4e8741478eaca69fe1b7ad38c7c386f3cbda142',
|
||||
'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': '5869dbeaf2c48db11c3defef123774bd43fbd5a5',
|
||||
'catapult_revision': '26a1944e90800456d5b3c3f8672bac6209406c1d',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -46,9 +46,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' + '@' + '256b4bcfd9138d6591266d4843019ea3b5fde275',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '8bdc3d35e1f17bd221fdfa230131c5c49b65648d',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '9b449f0fab687fc146304074118b4c6b718429b8',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '00fe925e2651724982820aa0c5990e6154a3c7fa',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'a9db5def7f29536b4913603528ea50d862ab4386',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -58,13 +58,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6a86076c80d3aee8e0db6432d57f75349f0fc97c',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '78ec766b49c49c4bd4ee19e8ee6b7cb18c026ec6',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c5f690fb1ab268225291bfeb81240d49f1db8b7e',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '78d234150a695794b5529d4b5658169fd768f14f',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '8606657597850637b281328eb4fc32e3592b099c',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '5d5ba518c78b339bcf23389daf3267c66e7605f0',
|
||||
|
||||
'src/buildtools/clang_format/script':
|
||||
Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917',
|
||||
@ -132,7 +132,7 @@ deps = {
|
||||
'src/third_party/colorama/src':
|
||||
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
||||
'src/third_party/depot_tools':
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'cc43111eb273d5f660e6913970fa5da314c8b988',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '3485a263f4ab1f5e5576d0bd3b2633a37b8b217f',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -250,7 +250,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' + '@' + 'e0a3cda10dba5d65f10f26605e23ed4b879337a8',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'c954d6cb9112584af7b13787acbd62191f3623f7',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user