From f24ea5019271e8624bc84a887896e18597df8c32 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 20 Dec 2017 21:46:02 -0800 Subject: [PATCH] Roll chromium_revision be456d0296..9095c93718 (525587:525625) Change log: https://chromium.googlesource.com/chromium/src/+log/be456d0296..9095c93718 Full diff: https://chromium.googlesource.com/chromium/src/+/be456d0296..9095c93718 Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f60fa9c03d..a1e00fa91e * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/34ebbaf51d..f514237b80 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/bf2c079d5c..c17b353c76 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/698f9fc1ee..928fc9d377 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/de8ce79f79..b2af9586a0 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/cfce1b0aa0..54beedde37 DEPS diff: https://chromium.googlesource.com/chromium/src/+/be456d0296..9095c93718/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I2201b6da1da76f6cc9af74d62bd26260a741a6f4 Reviewed-on: https://webrtc-review.googlesource.com/35621 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21405} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index e0f897b6cb..371a66cc1d 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': 'be456d029607d8460a955e0f4af93db838d766e5', + 'chromium_revision': '9095c93718c77f437ed7be13ebf05068db8031fd', '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': '698f9fc1eec6508c91d1cb8621d1e6c25bf5934e', + 'catapult_revision': '928fc9d37730186db0551c401314f41db4111806', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f60fa9c03d3eba5fed558aefe3188e9699731930', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'a1e00fa91edb68e0b7b8de8ccca3a14700e6231d', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '34ebbaf51d1b60bcd4e77e71032ec7a254122b5f', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'f514237b8073309d8886e8ac0c82a5e27b64fa9d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bf2c079d5cf9e597c56ccc93357e377777b56f93', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c17b353c7696a9835486405da46d83763be475d9', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android', @@ -76,7 +76,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' + '@' + 'de8ce79f79ef9a20cfe4835d44269881f0bf51b7', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'b2af9586a0f6571ac53a1736914ecb6c15d74541', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0fce89415c910ed2196f4bddf601ffddd90504fa', 'condition': 'checkout_android', @@ -155,7 +155,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' + '@' + 'cfce1b0aa0633b1becddfd73dc837e0cf808198a', + Var('chromium_git') + '/chromium/src/tools' + '@' + '54beedde37b86894d5584e2e1b2af7e94c021991', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':