Roll chromium_revision 554be8c5f4..919d2e8241 (633687:633811)

Change log: 554be8c5f4..919d2e8241
Full diff: 554be8c5f4..919d2e8241

Changed dependencies
* src/base: 5cc6e87244..95bf368258
* src/build: 2a59d4809e..3f1b1905cb
* src/ios: 80ba3017cf..5d1bdc4bc9
* src/testing: 56c95dc50e..8e7cedf875
* src/third_party: a3ec565a08..ad25d46ae9
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/9eb094567b..e8ab7db4d4
* src/third_party/depot_tools: 9e3080f52c..177cd13347
* src/tools: ad6fe727cb..5ec99dd1ef
DEPS diff: 554be8c5f4..919d2e8241/DEPS

No update to Clang.

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

Change-Id: I9373aa2d66381160b8c5eead34faab252d75bdc4
Reviewed-on: https://webrtc-review.googlesource.com/c/123622
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@{#26783}
This commit is contained in:
chromium-webrtc-autoroll 2019-02-20 11:01:27 -08:00 committed by Commit Bot
parent 47cf5eaca4
commit 8e689203e0

18
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': '554be8c5f4dfc501ae0825504ffe64440f32387a',
'chromium_revision': '919d2e82418e6114cdf0fa04acba271074ded2e8',
'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': '9eb094567b2ae412f9265c01663c8c0940654b56',
'catapult_revision': 'e8ab7db4d4da917c3abb111de4143e867bebfe21',
# 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' + '@' + '5cc6e87244d60feb18f4545c12102369606f056d',
Var('chromium_git') + '/chromium/src/base' + '@' + '95bf368258c260f5b7f33848580144d920bb8e4b',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '2a59d4809ee965f59054ffffbde56d1ce564c438',
Var('chromium_git') + '/chromium/src/build' + '@' + '3f1b1905cb453ade57cd7cc3c42641abc40d3782',
'src/buildtools':
Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'daac513c763aacc52c54e6d4d8a52d0183c736a5',
# 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' + '@' + '80ba3017cf4b68f3f9b035e75ff6ec3ca55aeb53',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '5d1bdc4bc91b4c7564a15c1f32fe380076bc63c7',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '56c95dc50ecef043dd45f798e91742b8503c6a24',
Var('chromium_git') + '/chromium/src/testing' + '@' + '8e7cedf8755bb307786bbd7e06fe0af8802ea2d8',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a3ec565a0823d837f32da02f51421e9fb5bac818',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ad25d46ae93df72489cddcde680b4d61fd9e2526',
'src/buildtools/clang_format/script':
Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917',
@ -121,7 +121,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' + '@' + '9e3080f52cbc7e5c2fb42f4410fd5923780ae01c',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '177cd13347a9137c42e882b9eac2eab404c587f8',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -239,7 +239,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' + '@' + 'ad6fe727cbcd1e910c8c24b4e6f29c2fa3bb1ba0',
Var('chromium_git') + '/chromium/src/tools' + '@' + '5ec99dd1ef8b38e7132658dfb525b45740648fa6',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),