From a5aa68b73f1d5407ed83c2772ee2b0edac69ac1b Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 9 Mar 2018 04:45:01 -0800 Subject: [PATCH] Roll chromium_revision 6f54ca247b..a6afb13552 (541802:542089) Change log: https://chromium.googlesource.com/chromium/src/+log/6f54ca247b..a6afb13552 Full diff: https://chromium.googlesource.com/chromium/src/+/6f54ca247b..a6afb13552 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/824c18ebe1..15daf4df4a * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f8a8dffa89..d8b353b735 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/60b03e72b3..b4344e2cca * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/d78e3853ae..e7b24ec1ba * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/5275c46747..98ea2bc461 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6fbfa7cb20..8f3d6b77ac * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/53014653d8..44048672dc * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2e8f687275..8ff992fb51 DEPS diff: https://chromium.googlesource.com/chromium/src/+/6f54ca247b..a6afb13552/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I7a12ed81f7203e4bba17036d5577d729f399a0f1 Reviewed-on: https://webrtc-review.googlesource.com/60981 Reviewed-by: WebRTC Buildbot Commit-Queue: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#22366} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 57b5c6c680..4b0da5f883 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': '6f54ca247bfedb186eb723f65dd5c78503f2487a', + 'chromium_revision': 'a6afb13552b760ae968e0bc82f4c0541306ceea2', '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': '6fbfa7cb20f44fdf0a0336137a33febc44f6fd84', + 'catapult_revision': '8f3d6b77acab8e35a062745097cd2c4d1c9a4de6', # 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' + '@' + '824c18ebe120f31911e9606f1adad41ca0ad49cf', + Var('chromium_git') + '/chromium/src/base' + '@' + '15daf4df4ade8fed1349205005f7adcc207a0e9b', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'f8a8dffa89315402aa69e8e82d6682dfb3c1957b', + Var('chromium_git') + '/chromium/src/build' + '@' + 'd8b353b7350a905e18e60c64380b8d1118b03c35', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2888931260f2a32bc583f005bd807a561b2fa6af', # 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' + '@' + '60b03e72b344fa4d5919e2c2070db348cad207ab', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b4344e2ccacdb1a26f363aac540f91c7ef6db9b4', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'd78e3853ae703cd1dd73bb2800275d2d2cd1d109', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'e7b24ec1ba36143aa33bd87662473818261a01cc', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '5275c46747858bb57a5e00f1c880a2dda0ce043f', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '98ea2bc4618a4536f0400339573b94e7cd2b0454', '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' + '@' + '53014653d8eb98ac09f1ea1bb5231bcd8c92ff66', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '44048672dcd7f444eec5449388078ffd43e397a7', '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' + '@' + '2e8f68727553d3957d8ffd2864f38cb4c247540f', + Var('chromium_git') + '/chromium/src/tools' + '@' + '8ff992fb51b604fd326e73c8270d90b2fb1558c5', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':