From feef8f516178db547066c5e5dc15cb6fd29b74fd Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Wed, 20 Feb 2019 17:01:28 -0800 Subject: [PATCH] Roll chromium_revision 919d2e8241..55c441e653 (633811:633987) Change log: https://chromium.googlesource.com/chromium/src/+log/919d2e8241..55c441e653 Full diff: https://chromium.googlesource.com/chromium/src/+/919d2e8241..55c441e653 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/95bf368258..5cb009a152 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/3f1b1905cb..083ff68f5a * src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/daac513c76..3e50219fc4 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5d1bdc4bc9..d725b9a8e9 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8e7cedf875..d15f528b66 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad25d46ae9..2dba3a0b0c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e8ab7db4d4..f627a76e8d * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/177cd13347..b53fdae2f2 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5ec99dd1ef..2f34096b47 DEPS diff: https://chromium.googlesource.com/chromium/src/+/919d2e8241..55c441e653/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I609ebc032ee5423e77748d1147ba2adcb55d68b1 Reviewed-on: https://webrtc-review.googlesource.com/c/123680 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#26785} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index 6346b5d533..459c46c9fd 100644 --- a/DEPS +++ b/DEPS @@ -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': '919d2e82418e6114cdf0fa04acba271074ded2e8', + 'chromium_revision': '55c441e6537b775cd1fd38859d54054d4ec1c153', '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': 'e8ab7db4d4da917c3abb111de4143e867bebfe21', + 'catapult_revision': 'f627a76e8dac96282b0a9f76eeda8c7db70cc030', # 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,11 +46,11 @@ 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' + '@' + '95bf368258c260f5b7f33848580144d920bb8e4b', + Var('chromium_git') + '/chromium/src/base' + '@' + '5cb009a152cc1a606e15f7f399e97664381b6c91', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '3f1b1905cb453ade57cd7cc3c42641abc40d3782', + Var('chromium_git') + '/chromium/src/build' + '@' + '083ff68f5ae7d5f0429b09acfa322e4c18e87196', 'src/buildtools': - Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'daac513c763aacc52c54e6d4d8a52d0183c736a5', + Var('chromium_git') + '/chromium/src/buildtools' + '@' + '3e50219fc4503f461b2176a9976891b28d80f9ab', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. 'src/examples/androidtests/third_party/gradle': { 'url': Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' + @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '5d1bdc4bc91b4c7564a15c1f32fe380076bc63c7', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'd725b9a8e91c6428f18f43ea2cdac6efe64701bd', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '8e7cedf8755bb307786bbd7e06fe0af8802ea2d8', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'd15f528b66de196edd1d6d31ed712df13c57c7c6', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ad25d46ae93df72489cddcde680b4d61fd9e2526', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '2dba3a0b0c580576f07ef0dca30e841435284bcd', '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' + '@' + '177cd13347a9137c42e882b9eac2eab404c587f8', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'b53fdae2f2dded2d6c43e4e68a43a5a73217aabf', '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' + '@' + '5ec99dd1ef8b38e7132658dfb525b45740648fa6', + Var('chromium_git') + '/chromium/src/tools' + '@' + '2f34096b47f7a7993a71d50350aa7df90bfcaa58', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),