From 1b8205f9ee8fda98ddb66c464c7e4d8bfa49cf50 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 30 Oct 2017 22:24:57 -0700 Subject: [PATCH] Roll chromium_revision 7b8dc77cd5..c44c3a556e (512739:512751) Change log: https://chromium.googlesource.com/chromium/src/+log/7b8dc77cd5..c44c3a556e Full diff: https://chromium.googlesource.com/chromium/src/+/7b8dc77cd5..c44c3a556e Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/a9b9da8a76..8a0bc313fc * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/835e148124..82501a6a08 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a705bd3076..cc50fc1b23 DEPS diff: https://chromium.googlesource.com/chromium/src/+/7b8dc77cd5..c44c3a556e/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I14dad8c93c4d7e37c071d9b591166cef199d42f7 Reviewed-on: https://webrtc-review.googlesource.com/17241 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20489} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 326f683e2e..e49cd79d09 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': '7b8dc77cd5f2d71c62a6baf4dff4fa63b69b7608', + 'chromium_revision': 'c44c3a556ef57342091b0e638ac748d68b5084ea', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'a9b9da8a76df2787f9dfa4bbcb03e6f627b4d4fb', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8a0bc313fc1205fbd0da459b6b10019ffeefdfc7', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '596142d858951714b82a83d9c6efb4c161e6e14c', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '835e14812437949aaad203a2ee6a10d551ba888c', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '82501a6a08983d2861c2ba469e823aa7fce263ca', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'ca0bd083872ad925881736fe2bedc3ff855e08f5', 'condition': 'checkout_android', @@ -147,7 +147,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' + '@' + 'a705bd307667438da0572abefcb64f63683d69ad', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'cc50fc1b23b6c98fc3a31fa76bebac1f1979b8a2', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':