From b65dcb52269f8e63e84c5cb75b8d3b7c5b324aa1 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Tue, 3 Apr 2018 17:45:13 -0700 Subject: [PATCH] Roll chromium_revision ae910bccac..cc863fb617 (547756:547896) Change log: https://chromium.googlesource.com/chromium/src/+log/ae910bccac..cc863fb617 Full diff: https://chromium.googlesource.com/chromium/src/+/ae910bccac..cc863fb617 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/187e6fe890..f0b8eb4e2d * src/build: https://chromium.googlesource.com/chromium/src/build/+log/e8dd3a198e..42d76b3d47 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/73fd62b20c..20cd9bb3ae * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8f1e9b86c5..0ffc2b8ebd * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/2036ba2c80..6cd397a246 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/29a751cece..1fcfd9b6d5 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c7d0b34084..668c1d8d1f * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/88b4a32a99..3f6041ae17 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ae910bccac..cc863fb617/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I0a972cbd4947121520e168682e622ba5dc096f81 Reviewed-on: https://webrtc-review.googlesource.com/66603 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22713} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index cdb3c400b9..83a05a201b 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': 'ae910bccac3f28ce18316a1a308a6a66a5f8b993', + 'chromium_revision': 'cc863fb61720780c69c0db398a18498351042833', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -28,7 +28,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': '29a751ceced16f3de204feb23a5ead6d8236dddb', + 'catapult_revision': '1fcfd9b6d53d5e277666487bc2acb59faf237346', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -38,9 +38,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' + '@' + '187e6fe8904c9c233a2b2eafca2333571c582db8', + Var('chromium_git') + '/chromium/src/base' + '@' + 'f0b8eb4e2d476d8c75382f8bfd371e07bd11b766', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'e8dd3a198e82f70068761c892267dfb40af7a200', + Var('chromium_git') + '/chromium/src/build' + '@' + '42d76b3d47937a153d2c9ad957a300731f4e59ce', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '3748a2a90871fc25b0455790fa5a6699553f5197', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '73fd62b20c0cf3d42246a11438b21d395dee15eb', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '20cd9bb3aee785565c9994018ee0fad938f19f15', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '8f1e9b86c5bc2141567ae017fd9ecca3998efb18', + Var('chromium_git') + '/chromium/src/testing' + '@' + '0ffc2b8ebd0f835d1740b9eda8cef9a5e9d0ceda', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '2036ba2c80db0ef8a93c12fad08944e362404d16', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '6cd397a246fa2c38fa5bdbf0b7f2ae5ad472b017', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81', 'condition': 'checkout_android', @@ -80,7 +80,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' + '@' + 'c7d0b34084e589a895875beb9cd7ca0ba961fd4f', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '668c1d8d1f1a6c26b088b5bff1203e35c74943a0', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8', 'condition': 'checkout_android', @@ -159,7 +159,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' + '@' + '88b4a32a99dbf90c4bb5565e7d9a32eb625cd984', + Var('chromium_git') + '/chromium/src/tools' + '@' + '3f6041ae17b25215d8537c343a950fd762169015', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':