Roll chromium_revision fe4d0c8e0f..56b0d36f99 (649101:649210)
Change log:fe4d0c8e0f..56b0d36f99Full diff:fe4d0c8e0f..56b0d36f99Changed dependencies * src/base:6e522de52a..7d49cf9c89* src/build:06b378805d..535d33e550* src/ios:60bcdbab6e..82a5329d11* src/testing:29147eb7f8..927e3f9fb3* src/third_party:5c20fc64f3..36c9b465e8* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/072a6f14b6..3d77140b9d * src/tools:5fa0459af8..76eeaf93d6DEPS diff:fe4d0c8e0f..56b0d36f99/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ic6da88d1b42b5a6e6535ea5d9f27ee194110d1b4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/132246 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@{#27528}
This commit is contained in:
committed by
Commit Bot
parent
f87a7dfb42
commit
d39e2c83b7
16
DEPS
16
DEPS
@ -7,7 +7,7 @@ vars = {
|
|||||||
'checkout_configuration': 'default',
|
'checkout_configuration': 'default',
|
||||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||||
'webrtc_git': 'https://webrtc.googlesource.com',
|
'webrtc_git': 'https://webrtc.googlesource.com',
|
||||||
'chromium_revision': 'fe4d0c8e0f23a7618bc3c8094a62926b7923cdc5',
|
'chromium_revision': '56b0d36f997f1b5351375d444c0e6bbde86d7a6b',
|
||||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling swarming_client
|
# the commit queue can handle CLs rolling swarming_client
|
||||||
@ -24,7 +24,7 @@ vars = {
|
|||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling catapult
|
# the commit queue can handle CLs rolling catapult
|
||||||
# and whatever else without interference from each other.
|
# and whatever else without interference from each other.
|
||||||
'catapult_revision': '072a6f14b64c59e8ff678b7ae3ce7596a00483e4',
|
'catapult_revision': '3d77140b9d58765cd6fb3aaf541f8a0436375ad0',
|
||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling libFuzzer
|
# the commit queue can handle CLs rolling libFuzzer
|
||||||
# and whatever else without interference from each other.
|
# and whatever else without interference from each other.
|
||||||
@ -86,9 +86,9 @@ deps = {
|
|||||||
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
||||||
# in base/third_party/libevent is solved.
|
# in base/third_party/libevent is solved.
|
||||||
'src/base':
|
'src/base':
|
||||||
Var('chromium_git') + '/chromium/src/base' + '@' + '6e522de52a9e15a58493c80fc0d38558cb7b57e2',
|
Var('chromium_git') + '/chromium/src/base' + '@' + '7d49cf9c89c5ed4469ebe74cad5405a97d5bbbe4',
|
||||||
'src/build':
|
'src/build':
|
||||||
Var('chromium_git') + '/chromium/src/build' + '@' + '06b378805d83914f0b43f1706f6695d3918caabc',
|
Var('chromium_git') + '/chromium/src/build' + '@' + '535d33e5509d2c40d3ea9ece300ab99999346384',
|
||||||
'src/buildtools':
|
'src/buildtools':
|
||||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '218cb3d12efc52e79dbaf9f8d52d721d8b5a45a7',
|
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '218cb3d12efc52e79dbaf9f8d52d721d8b5a45a7',
|
||||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||||
@ -98,13 +98,13 @@ deps = {
|
|||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/ios': {
|
'src/ios': {
|
||||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '60bcdbab6ee193ecfaf47c72bd4563b372507afe',
|
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '82a5329d11234a6a9f6b87106c4fbf789bcd5695',
|
||||||
'condition': 'checkout_ios',
|
'condition': 'checkout_ios',
|
||||||
},
|
},
|
||||||
'src/testing':
|
'src/testing':
|
||||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '29147eb7f85e7b11b363af026657b4561d3f85e4',
|
Var('chromium_git') + '/chromium/src/testing' + '@' + '927e3f9fb353a0104ee891075d5bb7fe3280b70e',
|
||||||
'src/third_party':
|
'src/third_party':
|
||||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '5c20fc64f3195a558eefc63ae1ead835bd2e3cb7',
|
Var('chromium_git') + '/chromium/src/third_party' + '@' + '36c9b465e801d1d9b125b1076064937257841988',
|
||||||
|
|
||||||
'src/buildtools/linux64': {
|
'src/buildtools/linux64': {
|
||||||
'packages': [
|
'packages': [
|
||||||
@ -312,7 +312,7 @@ deps = {
|
|||||||
'src/third_party/yasm/source/patched-yasm':
|
'src/third_party/yasm/source/patched-yasm':
|
||||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
|
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
|
||||||
'src/tools':
|
'src/tools':
|
||||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '5fa0459af83d4701c8e72b6c7fe3445010109279',
|
Var('chromium_git') + '/chromium/src/tools' + '@' + '76eeaf93d6a3752bc886618b33221a15ecb31252',
|
||||||
'src/tools/swarming_client':
|
'src/tools/swarming_client':
|
||||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user