From f0e49977d486465eb7170d0794357273b55d66df Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 5 Jan 2017 18:18:51 -0800 Subject: [PATCH] Roll chromium_revision e00bb4ae7b..9d13a98131 (441765:441789) Change log: https://chromium.googlesource.com/chromium/src/+log/e00bb4ae7b..9d13a98131 Full diff: https://chromium.googlesource.com/chromium/src/+/e00bb4ae7b..9d13a98131 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/62d8cef62d..c2fd40f30d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/cc753102b6..f973cd8a39 DEPS diff: https://chromium.googlesource.com/chromium/src/+/e00bb4ae7b..9d13a98131/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2612243004 Cr-Commit-Position: refs/heads/master@{#15927} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 6d2c6b3929..9766ac30dc 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'e00bb4ae7b482e3a14eaf9f46043b9e89e3dbfb1', + 'chromium_revision': '9d13a9813130450975149a1a05a1e4094ed407a0', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -50,7 +50,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' + '@' + '62d8cef62da57acda7a75738a14e980922846e9b', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c2fd40f30d5141d2abb6d3498b7788756d0235e2', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -85,7 +85,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' + '@' + 'cc753102b608983f525b85299426ec35553ee8bf', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f973cd8a39611cf3b23309b4dfdf0f06455cfce2', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':