From dfe6bcdcd266789e444abcc79e06fd05d3d8fe3a Mon Sep 17 00:00:00 2001 From: Autoroller Date: Thu, 15 Mar 2018 07:45:13 -0700 Subject: [PATCH] Roll chromium_revision 670c468885..d94f7320ab (543262:543368) Change log: https://chromium.googlesource.com/chromium/src/+log/670c468885..d94f7320ab Full diff: https://chromium.googlesource.com/chromium/src/+/670c468885..d94f7320ab Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2517dfef59..751c052320 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/76da9f5d43..dc985808be * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/54dc4fbd85..7517940e09 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/248864d6ec..238abddbaa * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9cf6350368..974c55a487 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1c9c003404..a3a80b6908 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2739518d82..f9d79def78 DEPS diff: https://chromium.googlesource.com/chromium/src/+/670c468885..d94f7320ab/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ib5ee73027de78a2dd354727cac80c5175040e276 Reviewed-on: https://webrtc-review.googlesource.com/61955 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22457} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 65bd2283dc..618478336a 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': '670c468885c8ca351af506db4f44d07b2f4e2acb', + 'chromium_revision': 'd94f7320abebb53842d2151e9b8fd893390abfb2', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + '2517dfef5965182354ca4fb47374055616312387', + Var('chromium_git') + '/chromium/src/base' + '@' + '751c0523200bc47237e17787f3d9545eb50cb87e', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '76da9f5d43f45d5f31d7997481287d6f9be3ed60', + Var('chromium_git') + '/chromium/src/build' + '@' + 'dc985808be09434435e536ff71bc58f4decdb685', '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' + '@' + '54dc4fbd85c8d3d5ac91864a690c5263137f5e9c', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '7517940e09bda1cc31a85f36c695f46a6608d707', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '248864d6ec92b7f451d7927fbf05d5bbce4b4310', + Var('chromium_git') + '/chromium/src/testing' + '@' + '238abddbaa0058a666cb9e69c3f063c6812d8202', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '9cf6350368ef2c450bdda3e3f37dad7bddd66291', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '974c55a487ba7ed85568b85d09701a0cef0a18c4', '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' + '@' + '1c9c003404cd5b286a33c480b0c3af9297537c3b', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'a3a80b69082f413a6849c979b35dad0e69cb9d48', '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' + '@' + '2739518d82ff097a3c1ed8f1a6c5b857864b6bb7', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f9d79def78046e90514f455a7e5586f1fb8b9da0', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':