From a436bb4a994607532d6b3dde99e0d3366ab7cd3d Mon Sep 17 00:00:00 2001 From: Autoroller Date: Tue, 3 Jul 2018 02:44:50 -0700 Subject: [PATCH] Roll chromium_revision f6935ecdd2..ce19c6d80b (572058:572160) Change log: https://chromium.googlesource.com/chromium/src/+log/f6935ecdd2..ce19c6d80b Full diff: https://chromium.googlesource.com/chromium/src/+/f6935ecdd2..ce19c6d80b Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/acf85db8da..372f1b7ce6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/39abda7785..c3c2c951d7 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/c03efa3c5e..408bbbaa8a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/3f1a8b2a7f..e808c54bee * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/153acbd707..cbfa46069e * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/605dd3126a..5484b866dc * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/916b90567c..57c608d921 DEPS diff: https://chromium.googlesource.com/chromium/src/+/f6935ecdd2..ce19c6d80b/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I944a967d227fd9e4578559c14b3c798f2102473b Reviewed-on: https://webrtc-review.googlesource.com/86809 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#23816} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 17571b754c..75f0f78039 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': 'f6935ecdd266f9a69479c8d9fceded1c465393d5', + 'chromium_revision': 'ce19c6d80b6c7b601a55f55acbad78b0bc20bed7', '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': '153acbd707c080919d82af77efc800b8891009bd', + 'catapult_revision': 'cbfa46069e2bfc4da5704f278b378b1fdf758521', # 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,7 +42,7 @@ 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' + '@' + 'acf85db8da957fbf95125fb32fdd4ecb5026477b', + Var('chromium_git') + '/chromium/src/base' + '@' + '372f1b7ce67585f3a6d72fa01292c1702b8e3bd6', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '7ac293430bfc16826dc27680c6c3c60911f10759', 'src/buildtools': @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '39abda77854337a10c3539ea33c450b28ca538a2', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c3c2c951d7e8e5b0f3114c9cbf64077dbb7d6c4e', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'c03efa3c5ef2510c53708c60db18d80fc81a5267', + Var('chromium_git') + '/chromium/src/testing' + '@' + '408bbbaa8a1755dc55821e2bf6f5717fb3353986', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '3f1a8b2a7fefd894e1806cfdf7f4bc4f020cbe6a', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e808c54beedb6c54df06d79b3322d10ed9714e83', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', 'condition': 'checkout_android', @@ -84,7 +84,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' + '@' + '605dd3126a6c94eef6868fdaac977765905afb7a', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '5484b866dc936fd1e148385fa1575b0369eec820', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -175,7 +175,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '916b90567c849a2457d923385467c6d3c5a5e2e6', + Var('chromium_git') + '/chromium/src/tools' + '@' + '57c608d921b063dc6eb8dcf1047403281a4b0fbf', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),