Roll chromium_revision ecbdf319a1..01ece1607b (798066:798214)

Change log: ecbdf319a1..01ece1607b
Full diff: ecbdf319a1..01ece1607b

Changed dependencies
* src/base: 4246ef123a..7024ddc78b
* src/build: 063d3d2383..d0ba06b1aa
* src/ios: 6f018a0fb6..9554f9ca99
* src/testing: 2906ab60b2..a633097e89
* src/third_party: 75d799f71b..d68f19a9bd
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4daf2c7a45..292d9a8341
* src/third_party/depot_tools: ec709593d5..3bd3c99b4d
* src/third_party/perfetto: 241a4a92fb..4c3752c7f6
* src/tools: efc46b528b..080ed1838b
DEPS diff: ecbdf319a1..01ece1607b/DEPS

No update to Clang.

TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,
BUG=None

Change-Id: Ida6e2c61d6c9d507a5f186473655e1ec48191403
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/181700
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@{#31937}
This commit is contained in:
chromium-webrtc-autoroll 2020-08-14 13:02:23 -07:00 committed by Commit Bot
parent e3da1d33a1
commit 0ab6ba4b4e

20
DEPS
View File

@ -10,7 +10,7 @@ vars = {
# chromium waterfalls. More info at: crbug.com/570091.
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'chromium_revision': 'ecbdf319a110d7b23c54792cf3ae43e2bc119f66',
'chromium_revision': '01ece1607b2d66b7c2029c45fe437f3d2e13455d',
# This can be overridden, e.g. with custom_vars, to download a nonstandard
# Xcode version in build/mac_toolchain.py
@ -22,9 +22,9 @@ deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved.
'src/base':
'https://chromium.googlesource.com/chromium/src/base@4246ef123aa9202354c6f0d88d921aa6fcd36034',
'https://chromium.googlesource.com/chromium/src/base@7024ddc78b7e4bfa4648fa6134f014102733f355',
'src/build':
'https://chromium.googlesource.com/chromium/src/build@063d3d23832d967aeb6dad3668fca8bd3c66e0d4',
'https://chromium.googlesource.com/chromium/src/build@d0ba06b1aa51c9227fb4d81ba0a1416b65621b99',
'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@b00ad0af636401e5eb4b5d0ab01b65164dca1914',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -33,13 +33,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': 'https://chromium.googlesource.com/chromium/src/ios@6f018a0fb6e8f9c70718cf4c61bc73103ff848d8',
'url': 'https://chromium.googlesource.com/chromium/src/ios@9554f9ca993a41b7512c6bfb5e1253ab69bdeab7',
'condition': 'checkout_ios',
},
'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@2906ab60b209fdad8c2723c3c227bc6b8383f9b0',
'https://chromium.googlesource.com/chromium/src/testing@a633097e89a775eb2201b86506bd334750f53258',
'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@75d799f71ba170cd2785d8f2a1ea2af5c0be0a5f',
'https://chromium.googlesource.com/chromium/src/third_party@d68f19a9bd6bf4f28a2cf886f85dce2289e3dbb6',
'src/buildtools/linux64': {
'packages': [
@ -130,14 +130,14 @@ deps = {
'src/third_party/breakpad/breakpad':
'https://chromium.googlesource.com/breakpad/breakpad.git@e3a62dc5502dec6ab451061769d7efaf5b7ffba8',
'src/third_party/catapult':
'https://chromium.googlesource.com/catapult.git@4daf2c7a45b2ee963e7be778123fa3a7b2ebd73f',
'https://chromium.googlesource.com/catapult.git@292d9a8341d30f1ed73d68a0854586cbe05742fb',
'src/third_party/ced/src': {
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
},
'src/third_party/colorama/src':
'https://chromium.googlesource.com/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/depot_tools':
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@ec709593d585f1834b8a3933fd8a4696f457ca16',
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@3bd3c99b4d5c884798648198ba7b01755214fd90',
'src/third_party/ffmpeg':
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@d2dd36c03501e995e8ce2d792d834392b2e62bfe',
'src/third_party/findbugs': {
@ -208,7 +208,7 @@ deps = {
'condition': 'checkout_android',
},
'src/third_party/perfetto':
'https://android.googlesource.com/platform/external/perfetto.git@241a4a92fb96af97fb17b9e84e177fed786925b6',
'https://android.googlesource.com/platform/external/perfetto.git@4c3752c7f6777b6c5d870271a6094db6840eabd7',
'src/third_party/libvpx/source/libvpx':
'https://chromium.googlesource.com/webm/libvpx.git@a1cee8dc919df1980d802e1a9bce1259ec34cba8',
'src/third_party/libyuv':
@ -265,7 +265,7 @@ deps = {
'condition': 'checkout_win',
},
'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@efc46b528b69f2366546d0d02239e8882d0b395f',
'https://chromium.googlesource.com/chromium/src/tools@080ed1838bd9fb267e2ae90ab14f5f02baa6dbe9',
'src/tools/swarming_client':
'https://chromium.googlesource.com/infra/luci/client-py.git@4c095d04179dc725a300085ae21fe3b79900d072',