Roll chromium_revision 3eea752ccd..ae03941a4f (756022:756130)

Change log: 3eea752ccd..ae03941a4f
Full diff: 3eea752ccd..ae03941a4f

Changed dependencies
* src/base: 31cf946085..f3120b02a4
* src/build: ce6bf2c65a..5c186750d0
* src/ios: e104587679..a706f1d7da
* src/testing: 2123534b1f..2aa41b65b9
* src/third_party: b906ae1671..c700a72c2c
* src/third_party/depot_tools: 4ecdd22b0b..19d4809e11
* src/tools: b73e5828c8..47dd526ae7
DEPS diff: 3eea752ccd..ae03941a4f/DEPS

No update to Clang.

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

Change-Id: I9a7fe08013864440442d06a35abf6447bffd53f8
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172823
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@{#30989}
This commit is contained in:
chromium-webrtc-autoroll 2020-04-02 19:01:32 -07:00 committed by Commit Bot
parent cb70daa3fa
commit 47cd4085b9

16
DEPS
View File

@ -8,16 +8,16 @@ vars = {
# chromium waterfalls. More info at: crbug.com/570091.
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'chromium_revision': '3eea752ccdf476695d3b128d3f7a96823fa3c530',
'chromium_revision': 'ae03941a4f4c5ac87bade259de0a37c1182df80b',
}
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@31cf946085234eb4b80ef2f02b5733ad8e90f976',
'https://chromium.googlesource.com/chromium/src/base@f3120b02a427a38d85212a12cd1d0dc8613b0a76',
'src/build':
'https://chromium.googlesource.com/chromium/src/build@ce6bf2c65a60fb81de4f5f443230b7321c784265',
'https://chromium.googlesource.com/chromium/src/build@5c186750d07d796877ac20b61dfc200007301ef6',
'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@2c41dfb19abe40908834803b6fed797b0f341fe1',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -26,13 +26,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': 'https://chromium.googlesource.com/chromium/src/ios@e104587679f73328359dc7db1790854fa8bf7b48',
'url': 'https://chromium.googlesource.com/chromium/src/ios@a706f1d7da53f89f6f2a8dfad4737d469dae6ec9',
'condition': 'checkout_ios',
},
'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@2123534b1f2bbcf6b678dba804d674e63a1caea1',
'https://chromium.googlesource.com/chromium/src/testing@2aa41b65b945df2e2c68bd9d538cec073aed554b',
'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@b906ae16719888282521e80c8b069b097fbabbec',
'https://chromium.googlesource.com/chromium/src/third_party@c700a72c2c1c46c0e8b1f4f41454a22319d6ede1',
'src/buildtools/linux64': {
'packages': [
@ -130,7 +130,7 @@ deps = {
'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@4ecdd22b0b60a8125bbb7a844c36c88c430649cf',
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@19d4809e112652f918494840bab819603b0a2816',
'src/third_party/ffmpeg':
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@31886e8f39a47a9d7107d4c937bb053dcf5699ce',
'src/third_party/findbugs': {
@ -259,7 +259,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
'https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm.git@720b70524a4424b15fc57e82263568c8ba0496ad',
'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@b73e5828c816005d9af6424f678731b952a18471',
'https://chromium.googlesource.com/chromium/src/tools@47dd526ae7798423f8b947dc3be189750ec47a54',
'src/tools/swarming_client':
'https://chromium.googlesource.com/infra/luci/client-py.git@cc958279ffd6853e0a1b227a7e957ca334fe56af',