From 42fa30fdac9a3313b6272f33e6f7f1e19f61a7c4 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 26 Apr 2019 02:01:07 -0700 Subject: [PATCH] Roll chromium_revision ad14b36f44..1922754937 (654160:654383) Change log: https://chromium.googlesource.com/chromium/src/+log/ad14b36f44..1922754937 Full diff: https://chromium.googlesource.com/chromium/src/+/ad14b36f44..1922754937 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/9cf86767d1..3eed79aeda * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6ff84bb755..6c977eaea4 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/293b2c6111..5fec5aac5c * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/25200655b2..1fa6051c03 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a8d4c2522b..904f37164f * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/e55c64fdd3..777a239175 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/dfc385d7c6..ed5998919f * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/97654081c7..7a2205ca50 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5af9e9e31e..e438fd4055 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ad14b36f44..1922754937/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ic368f663387edad22f5980e780a59c5ca72d6071 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134281 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27780} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index 733a41c8df..7e88471522 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': 'ad14b36f443aa4e4f1661ecf7d4c1d20dfc3a5dd', + 'chromium_revision': '1922754937da7c6be8348a4b53768f1f3d37c0e1', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -16,7 +16,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. - 'boringssl_revision': 'e55c64fdd3f47413e17eaa8e4f4d2a62622a01eb', + 'boringssl_revision': '777a239175c26fcaa4c6c2049fedc90e859bd9b6', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling lss # and whatever else without interference from each other. @@ -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': 'dfc385d7c61018c02c2d4b7483436e9eb704e513', + 'catapult_revision': 'ed5998919f4b97464cb0f6cd640ad78f101a498d', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -86,9 +86,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' + '@' + '9cf86767d157a083233760e71aa5fcbb5dd9011e', + Var('chromium_git') + '/chromium/src/base' + '@' + '3eed79aedab777b8cac1763e219c951fdf2f7023', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '6ff84bb755f1a4d5dd118153d435ccb872c6f5dd', + Var('chromium_git') + '/chromium/src/build' + '@' + '6c977eaea4ac339788c1a81701ccba2a51af0048', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'd5c58b84d50d256968271db459cd29b22bff1ba2', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '293b2c6111fabce31a6c46bc88ed27205fb8602b', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '5fec5aac5c512610103dbf058b606a8cae3badb2', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '25200655b28946303ddaa5b661c4801deb0aca78', + Var('chromium_git') + '/chromium/src/testing' + '@' + '1fa6051c03cf791268ffa5efec05650c7112a963', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a8d4c2522b6c3cbaa109a0365410146b2a3650a8', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '904f37164fe2d306110f75145e984b5c1ed54083', 'src/buildtools/linux64': { 'packages': [ @@ -199,7 +199,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' + '@' + '97654081c73db51e36f5781a3f14fd23393b6025', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '7a2205ca50c854f82bf7325478d80e85b74ce920', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -312,7 +312,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' + '@' + '5af9e9e31e5710ba575ea52f76b6be52d375c4ef', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'e438fd4055af77703e63a387d0f7fc0a3dbad9ed', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),