From 6e65a9bc41ccd9a2238e55aeb54408c8727eb194 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sat, 7 Jan 2017 05:57:36 -0800 Subject: [PATCH] Roll chromium_revision 59b15e1919..c883c90a96 (442162:442163) Change log: https://chromium.googlesource.com/chromium/src/+log/59b15e1919..c883c90a96 Full diff: https://chromium.googlesource.com/chromium/src/+/59b15e1919..c883c90a96 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c9f8f8c409..604d547262 DEPS diff: https://chromium.googlesource.com/chromium/src/+/59b15e1919..c883c90a96/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2617283004 Cr-Commit-Position: refs/heads/master@{#15942} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index da79dafdb6..d9479dd25f 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '59b15e1919b7f28fa88ae75601b032b898d4adef', + 'chromium_revision': 'c883c90a96a245e289a850f2fd98584ff6098f92', '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' + '@' + 'c9f8f8c409d48823c972e88b995512630d8cc14b', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '604d547262440b2ce3fd3341a8ee1e505bf3c55b', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':