Roll chromium_revision 43c8771f89..7100fe3f3e (774929:775078)

Change log: 43c8771f89..7100fe3f3e
Full diff: 43c8771f89..7100fe3f3e

Changed dependencies
* src/base: cf5969c394..7ca560de63
* src/build: 932b84b103..439d91cf49
* src/ios: 03956cbc88..0efbc367ac
* src/testing: 0ffd841e81..32baa7e2f5
* src/third_party: 4a37c7d618..e7b7d70ddf
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/15d5f65efa..92c6c3ec3b
* src/third_party/depot_tools: 84620d395a..e65444f91d
* src/third_party/google_benchmark/src: 6746c65bcf..367119482f
* src/tools: b561482b1c..f9938a9591
DEPS diff: 43c8771f89..7100fe3f3e/DEPS

No update to Clang.

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

Change-Id: Iab0b338eaeb869641001922da6cb2bef26479c09
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176482
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@{#31446}
This commit is contained in:
chromium-webrtc-autoroll
2020-06-04 05:02:48 -07:00
committed by Commit Bot
parent bc1f910456
commit 0a55c2f6cd

20
DEPS
View File

@ -8,16 +8,16 @@ vars = {
# chromium waterfalls. More info at: crbug.com/570091. # chromium waterfalls. More info at: crbug.com/570091.
'checkout_configuration': 'default', 'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'chromium_revision': '43c8771f891fbd17ffe66994f8122e38a2f2d616', 'chromium_revision': '7100fe3f3e2a1dbd34ab4db56d3e4d9e0b3ad15e',
} }
deps = { 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':
'https://chromium.googlesource.com/chromium/src/base@cf5969c39489c4987dea436c2f81dd69eccdbd93', 'https://chromium.googlesource.com/chromium/src/base@7ca560de638676de4a0662f569d5ab8381765bf1',
'src/build': 'src/build':
'https://chromium.googlesource.com/chromium/src/build@932b84b1034f31f6101c2fe24d82413face7ee9a', 'https://chromium.googlesource.com/chromium/src/build@439d91cf49aaa8329846c764c8c4d591a4cafdc3',
'src/buildtools': 'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@1b066f021638735d72aa799ae6bc37e0b8963c67', 'https://chromium.googlesource.com/chromium/src/buildtools@1b066f021638735d72aa799ae6bc37e0b8963c67',
# 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.
@ -26,13 +26,13 @@ deps = {
'condition': 'checkout_android', 'condition': 'checkout_android',
}, },
'src/ios': { 'src/ios': {
'url': 'https://chromium.googlesource.com/chromium/src/ios@03956cbc889e3478651fe5900978dc398b83aa64', 'url': 'https://chromium.googlesource.com/chromium/src/ios@0efbc367acd63916dae200297b2e5465faf1ec0a',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
'src/testing': 'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@0ffd841e81e8324cf866d243ea08d3df6d32143d', 'https://chromium.googlesource.com/chromium/src/testing@32baa7e2f5fdf8c4bd12b58c8b5f150c380e30a4',
'src/third_party': 'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@4a37c7d61832cde1bdad42eb7e4ded70f1b01881', 'https://chromium.googlesource.com/chromium/src/third_party@e7b7d70ddfa34ce406d34d77b707053678461ab4',
'src/buildtools/linux64': { 'src/buildtools/linux64': {
'packages': [ 'packages': [
@ -123,14 +123,14 @@ deps = {
'src/third_party/breakpad/breakpad': 'src/third_party/breakpad/breakpad':
'https://chromium.googlesource.com/breakpad/breakpad.git@2ffe116322aa4373d408a72b665fa7fe7a504d4a', 'https://chromium.googlesource.com/breakpad/breakpad.git@2ffe116322aa4373d408a72b665fa7fe7a504d4a',
'src/third_party/catapult': 'src/third_party/catapult':
'https://chromium.googlesource.com/catapult.git@15d5f65efa22587edf01e9c1b922bb32807c46ed', 'https://chromium.googlesource.com/catapult.git@92c6c3ec3b9bd8c5bd2182c62b0f6c2cfaabbad9',
'src/third_party/ced/src': { 'src/third_party/ced/src': {
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5', 'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
}, },
'src/third_party/colorama/src': 'src/third_party/colorama/src':
'https://chromium.googlesource.com/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'https://chromium.googlesource.com/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/depot_tools': 'src/third_party/depot_tools':
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@84620d395a4d776f393a3c121544ff0b9b9c1c71', 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@e65444f91de0d3c8c5f5e9e40df1598fcbf91e05',
'src/third_party/ffmpeg': 'src/third_party/ffmpeg':
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@be66dc5fd0e3c53646107b2dc5d7594a869ebdc6', 'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@be66dc5fd0e3c53646107b2dc5d7594a869ebdc6',
'src/third_party/findbugs': { 'src/third_party/findbugs': {
@ -147,7 +147,7 @@ deps = {
'src/third_party/harfbuzz-ng/src': 'src/third_party/harfbuzz-ng/src':
'https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@e3af529e511ca492284cdd9f4584666b88a9e00f', 'https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@e3af529e511ca492284cdd9f4584666b88a9e00f',
'src/third_party/google_benchmark/src': { 'src/third_party/google_benchmark/src': {
'url': 'https://chromium.googlesource.com/external/github.com/google/benchmark.git@6746c65bcfa49110bfe6642b8a47735637817be4', 'url': 'https://chromium.googlesource.com/external/github.com/google/benchmark.git@367119482ff4abc3d73e4a109b410090fc281337',
}, },
# WebRTC-only dependency (not present in Chromium). # WebRTC-only dependency (not present in Chromium).
'src/third_party/gtest-parallel': 'src/third_party/gtest-parallel':
@ -256,7 +256,7 @@ deps = {
'condition': 'checkout_win', 'condition': 'checkout_win',
}, },
'src/tools': 'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@b561482b1cf9737f49ab1499e1faf9d47deda60a', 'https://chromium.googlesource.com/chromium/src/tools@f9938a9591322dcb2e714195f9cf6093707c9351',
'src/tools/swarming_client': 'src/tools/swarming_client':
'https://chromium.googlesource.com/infra/luci/client-py.git@90c5e17a82612bc898c90ab1530dd1bd5822eae8', 'https://chromium.googlesource.com/infra/luci/client-py.git@90c5e17a82612bc898c90ab1530dd1bd5822eae8',