From bae79db1f6a77d4d459c3f74532520ebd6fac385 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Thu, 31 May 2018 05:44:09 -0700 Subject: [PATCH] Roll chromium_revision 64b2aa35c9..812f7cad93 (563090:563201) Change log: https://chromium.googlesource.com/chromium/src/+log/64b2aa35c9..812f7cad93 Full diff: https://chromium.googlesource.com/chromium/src/+/64b2aa35c9..812f7cad93 Roll chromium third_party dec617523d..d781e555b8 Change log: https://chromium.googlesource.com/chromium/src/third_party/+log/dec617523d..d781e555b8 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/214ceb8013..afaab25fc6 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a429f6047e..a73dc046b2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5cbbe2cfea..8551efb642 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8b1137b1a5..994edb72db * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8c2b5be38a..f25d7d08c1 DEPS diff: https://chromium.googlesource.com/chromium/src/+/64b2aa35c9..812f7cad93/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal NO_AUTOIMPORT_DEPS_CHECK=true Change-Id: Id09894b7b1d9a2f802b33a491ec77f47bcd081bc Reviewed-on: https://webrtc-review.googlesource.com/80108 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#23472} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 49f02e4614..f00089bd83 100644 --- a/DEPS +++ b/DEPS @@ -10,7 +10,7 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': '64b2aa35c993c2a068dfa50b4245462ef4be5ac4', + 'chromium_revision': '812f7cad9304c91beb846056aa63f94af7fde20e', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -43,15 +43,15 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Chromium third_party # and whatever else without interference from each other. - 'chromium_third_party_revision': 'dec617523dedf0dc9465671545c44831887a4dc3', + 'chromium_third_party_revision': 'd781e555b83a7546e3b1d10c298045f3c462f606', } 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' + '@' + '214ceb8013e30e7662fd3e585e1363d797764b42', + Var('chromium_git') + '/chromium/src/base' + '@' + 'afaab25fc6fdca351688f2d20a7223b99a50ea45', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'a429f6047e2d7fa309b40fe45dc6831497959847', + Var('chromium_git') + '/chromium/src/build' + '@' + 'a73dc046b2c07a41c51df730d0b641782b9bc45c', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '893eb86b02b2571894e328f05551112b96df1cce', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -61,11 +61,11 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '5cbbe2cfeab5bd7fe960df69b094fe3571828ac0', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8551efb6422b78f7b4ec3f94a7924ecf932a465b', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '8b1137b1a5d9ad47ac93135a267cc6f89eace30c', + Var('chromium_git') + '/chromium/src/testing' + '@' + '994edb72db472b306065ba3cef5d4dabcb5ee10a', # This entry is used for chromium third_party rolling into webrtc third_party only. 'src/third_party_chromium': { 'url': Var('chromium_git') + '/chromium/src/third_party' + '@' + Var('chromium_third_party_revision'), @@ -175,7 +175,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' + '@' + '8c2b5be38a1b9b2677b6f6650e62fb8b0008d17b', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f25d7d08c135cee890c37220ba6ffb870a3a642d', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':