From 671341ac666920287b63008dc15ffceb7febb5da Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 2 Nov 2018 16:01:58 -0700 Subject: [PATCH] Roll chromium_revision 35f882550d..b58a03341b (604980:605082) Change log: https://chromium.googlesource.com/chromium/src/+log/35f882550d..b58a03341b Full diff: https://chromium.googlesource.com/chromium/src/+/35f882550d..b58a03341b Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/9efaa251b9..5ff3786ea3 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/3c45bc6976..72701c13f7 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fc76c06ff2..e5684daeda * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/5587afd8ba..7dc2164205 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/feccd642fe..5bd01b2a3d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a6ef719b69..468ff3e5a0 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/7f058475ba..a755dc89dd DEPS diff: https://chromium.googlesource.com/chromium/src/+/35f882550d..b58a03341b/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I89345e4d9f96c243ce3c58b4c5b321a5f3f3aa34 Reviewed-on: https://webrtc-review.googlesource.com/c/109261 Commit-Queue: Autoroller Reviewed-by: Autoroller Cr-Commit-Position: refs/heads/master@{#25492} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index d2ec30dbef..da7a54d71e 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': '35f882550d19a231b21b2d281f78c4cee01cf433', + 'chromium_revision': 'b58a03341b40966f9f97acf454d341eac849c0b3', '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': 'a6ef719b69f40c9fa53185c757ff742d91c08260', + 'catapult_revision': '468ff3e5a03038c57a1a300e373f88e47dea2692', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -42,9 +42,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' + '@' + '9efaa251b936baef6a23aa11cddde4239f6b14f6', + Var('chromium_git') + '/chromium/src/base' + '@' + '5ff3786ea39c356639159759d1d518fc3a0b26f0', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '3c45bc697604612fa0fdcf41305753e01082cab2', + Var('chromium_git') + '/chromium/src/build' + '@' + '72701c13f76fbac65875cbb4e25177625a674deb', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '13a00f110ef910a25763346d6538b60f12845656', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'fc76c06ff22a2890a6312450067bc68e38bee818', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e5684daeda91e299436ec619d58a53db1d3512ad', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '5587afd8ba4f0d5a695633a55f9ba656b72e6be6', + Var('chromium_git') + '/chromium/src/testing' + '@' + '7dc216420502aceeac78869db59cbeafffcfb917', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'feccd642fe738167b98e4ca76c0064c9d604eb15', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '5bd01b2a3dac482fdf4a6fc18a81976fadb986b2', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -218,7 +218,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' + '@' + '7f058475ba622d7ce8051689c8aed00c1d7ed3c3', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'a755dc89dd8fe89be61c77ee335b6cfefcbb05ae', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),