From d31f38c1f854986b14d846ffe51df6c4ee70e1d4 Mon Sep 17 00:00:00 2001 From: buildbot Date: Mon, 27 Feb 2017 02:35:50 -0800 Subject: [PATCH] Roll chromium_revision ca9bdd5d27..f658787293 (453163:453179) Change log: https://chromium.googlesource.com/chromium/src/+log/ca9bdd5d27..f658787293 Full diff: https://chromium.googlesource.com/chromium/src/+/ca9bdd5d27..f658787293 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/a1237027ef..65a334cc7e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/0a6a184398..cdb014eed5 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/f452f37a53..906032bb5d DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca9bdd5d27..f658787293/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2720693002 Cr-Commit-Position: refs/heads/master@{#16858} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 6e75ee1686..8e311daf6d 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'ca9bdd5d277923120dd3be9955023cc48a817ecb', + 'chromium_revision': 'f65878729393c484e6a25ea8a91394d7f5d11e10', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -34,7 +34,7 @@ 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' + '@' + 'a1237027ef9c351c00f966203c7301617739deac', + Var('chromium_git') + '/chromium/src/base' + '@' + '65a334cc7e270fb9ab90e48c7d0d04464691a69b', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + 'c7c2db69cd571523ce728c4d3dceedbd1896b519', 'src/buildtools': @@ -46,7 +46,7 @@ deps = { 'src/testing/gmock': Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '0a6a184398a18a9703b0caeff84df87c7ee03227', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'cdb014eed51f2675a4e26aeee1c801c8aa679319', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -79,7 +79,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' + '@' + 'f452f37a53e5498edaee81ae5cd6266438211aa4', + Var('chromium_git') + '/chromium/src/tools' + '@' + '906032bb5d2cf46537445e87c7b3154006bb4e3e', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':