Roll chromium_revision fa9574f1d1..ed7fd9b77f (626644:626752)

Change log: fa9574f1d1..ed7fd9b77f
Full diff: fa9574f1d1..ed7fd9b77f

Changed dependencies
* src/base: aaf74170f9..d185c046dc
* src/build: 5aa5d9d0dc..8d3f321ddb
* src/ios: 37a9132775..031317d0c2
* src/third_party: 9f2ff3c970..4f78be851d
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/514fe3e70d..556d7714fd
* src/third_party/depot_tools: bdb1123726..b19e8dff15
* src/tools: 3cb5afca12..91e4520c63
DEPS diff: fa9574f1d1..ed7fd9b77f/DEPS

No update to Clang.

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

Change-Id: I2d32f0aa3ab02ccd3f99f1df4fb7bfd9083e492a
Reviewed-on: https://webrtc-review.googlesource.com/c/120260
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@{#26431}
This commit is contained in:
chromium-webrtc-autoroll 2019-01-28 14:01:28 -08:00 committed by Commit Bot
parent 733e087e63
commit 9bcf80a6e5

16
DEPS
View File

@ -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': 'fa9574f1d1d06d89ca2ecb4d893a3d68c6849523',
'chromium_revision': 'ed7fd9b77ffd159c57d0d13737c9dd17bbd5fa06',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -24,7 +24,7 @@ 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': '514fe3e70db895bb83486d1349b7cfe8ff8b52d6',
'catapult_revision': '556d7714fda3de581bcc7b18e612a4aa63fdd244',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# 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' + '@' + 'aaf74170f9efc14f5f7c5b52b89a0e6f72f54a53',
Var('chromium_git') + '/chromium/src/base' + '@' + 'd185c046dcc7a3570737ea3afd034d3e59873fc4',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '5aa5d9d0dc9ede69347b789a7b43392e3b05f347',
Var('chromium_git') + '/chromium/src/build' + '@' + '8d3f321ddb7513091679170d55fd4f5c691d5ee6',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2f02e1f363b1af2715536f38e239853f04ec1497',
# 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' + '@' + '37a913277561a897cf03313397e88035de0a9d33',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '031317d0c2e3f01386ea78da42ca2bae40ec064f',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'aac1f41bd4862bba33c5277768aae0b2bced9c9b',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '9f2ff3c970f98b8f88acbe97085e283ebe52353d',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4f78be851d617d629143c7f7fa63f28b918d70b9',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android',
@ -111,7 +111,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' + '@' + 'bdb1123726a2810c5f3e28f28f4802fa469e6914',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'b19e8dff155d6bb50ddbb8b7ddd12b4b28fec7b4',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -229,7 +229,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' + '@' + '3cb5afca1263cf6056689f9da95ae80d047779e8',
Var('chromium_git') + '/chromium/src/tools' + '@' + '91e4520c63067c8b8381c2e910dc568e472c8cbc',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),