From 577b5b469ce60d6e1718f89475df773578f5491c Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 10 Aug 2017 18:21:44 -0700 Subject: [PATCH] Roll chromium_revision 962d584403..4c5310e473 (493555:493625) Change log: https://chromium.googlesource.com/chromium/src/+log/962d584403..4c5310e473 Full diff: https://chromium.googlesource.com/chromium/src/+/962d584403..4c5310e473 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/6c7d2d21f1..383e341fa7 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fe3b121872..4acf6854cc * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3888130502..976f9e2638 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ccda985735..7b17477fd8 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/a4cb62f0ae..ca9e8f52f1 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/e43b7f014a..bbed2f316f DEPS diff: https://chromium.googlesource.com/chromium/src/+/962d584403..4c5310e473/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/3001533002 Cr-Commit-Position: refs/heads/master@{#19315} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 981fb57d06..675912ea7b 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '962d584403f921069f45f52f6c3fe05504110e0c', + 'chromium_revision': '4c5310e47304005d5dee153c483b2a1c22fa728d', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -15,7 +15,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. - 'boringssl_revision': 'a4cb62f0ae6566068aef0742eb1cd46227d7dffd', + 'boringssl_revision': 'ca9e8f52f1631fa4906a0d44abdeb55f80fe026d', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling lss # and whatever else without interference from each other. @@ -33,15 +33,15 @@ 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' + '@' + '6c7d2d21f1e67eec56efdeaba1acf4a84bacfa70', + Var('chromium_git') + '/chromium/src/base' + '@' + '383e341fa725e296ab046bfa42afc4f6a840d256', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '7c87e0ecbcd8fd5813a7c64f9d0e0f0f0ed19572', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f4bcb07d88cdb7d748813c3d150e08bf88435fb9', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '38881305026e734271111b91d655b218e1fdcec5', + Var('chromium_git') + '/chromium/src/testing' + '@' + '976f9e2638ed01c15feef86a7c2bf3f19f84a8ec', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ccda9857351c8dc30e3631ddf58201178a25fcc7', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '7b17477fd8a533fd554ed8cb3096ebe33c4d02f5', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -76,7 +76,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'e43b7f014ada7188eaf22721b7db70f42ee68688', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'bbed2f316fd99c1ff652fcab05f4c1393c34612a', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client': @@ -118,7 +118,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + 'fe3b12187231b1689a6c50943b6fb81740a59e3d', + Var('chromium_git') + '/chromium/src/ios' + '@' + '4acf6854cce9f0c87eae9314348ac3b7af0caf54', }, 'unix': { 'src/third_party/lss':