Roll chromium_revision 55c441e653..94ca2b10d8 (633987:634089)
Change log:55c441e653..94ca2b10d8Full diff:55c441e653..94ca2b10d8Changed dependencies * src/base:5cb009a152..064536e30e* src/build:083ff68f5a..447ceae5e0* src/ios:d725b9a8e9..ceb101d5ba* src/testing:d15f528b66..5af017601d* src/third_party:2dba3a0b0c..97abdb1ded* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/f627a76e8d..b926cccbcc * src/third_party/depot_tools:b53fdae2f2..385c9b3a31* src/third_party/libFuzzer/src:6134addcf3..178ac93d6e* src/tools:2f34096b47..12c71ea947DEPS diff:55c441e653..94ca2b10d8/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I5e1d0157ad5c18c61f2405dd2128cbb5d30664e6 Reviewed-on: https://webrtc-review.googlesource.com/c/123740 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@{#26786}
This commit is contained in:
parent
feef8f5161
commit
1b801e0e1a
20
DEPS
20
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': '55c441e6537b775cd1fd38859d54054d4ec1c153',
|
||||
'chromium_revision': '94ca2b10d8d5cfbba4ca4d6920e7bff4d462210f',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -24,11 +24,11 @@ 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': 'f627a76e8dac96282b0a9f76eeda8c7db70cc030',
|
||||
'catapult_revision': 'b926cccbcca580f67999ad2201720397a77ab02e',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
'libfuzzer_revision': '6134addcf3523f4fda9e3add9fa1850f8a3ee48b',
|
||||
'libfuzzer_revision': '178ac93d6e98d68b800fefffffbbc37ca2a88ac9',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling freetype
|
||||
# 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' + '@' + '5cb009a152cc1a606e15f7f399e97664381b6c91',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '064536e30efdfb92c40b247e7a92739cb99a5d55',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '083ff68f5ae7d5f0429b09acfa322e4c18e87196',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '447ceae5e0813a32890d8267d01fb5665386a8d8',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '3e50219fc4503f461b2176a9976891b28d80f9ab',
|
||||
# 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' + '@' + 'd725b9a8e91c6428f18f43ea2cdac6efe64701bd',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'ceb101d5baaf57e795b2d3e351f5bcea15781220',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'd15f528b66de196edd1d6d31ed712df13c57c7c6',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '5af017601d18e821101f6cf61de5851f6286a9fa',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '2dba3a0b0c580576f07ef0dca30e841435284bcd',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '97abdb1deda0df060f13f070992a38c7fe16d28c',
|
||||
|
||||
'src/buildtools/clang_format/script':
|
||||
Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917',
|
||||
@ -121,7 +121,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' + '@' + 'b53fdae2f2dded2d6c43e4e68a43a5a73217aabf',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '385c9b3a3112e964d2c63e37ec9301ae77bb9636',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -239,7 +239,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' + '@' + '2f34096b47f7a7993a71d50350aa7df90bfcaa58',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '12c71ea9475d9c4dc19aa98b0b1a4eadb57041d5',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user