From 300765d28d310d2fb547833db24a577783a255a1 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sat, 7 Jan 2017 08:42:53 -0800 Subject: [PATCH] Roll chromium_revision c883c90a96..9fd553b176 (442163:442167) Change log: https://chromium.googlesource.com/chromium/src/+log/c883c90a96..9fd553b176 Full diff: https://chromium.googlesource.com/chromium/src/+/c883c90a96..9fd553b176 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/604d547262..9dd578c495 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer.git/+log/2d19afdbad..e6cbbd6ba1 DEPS diff: https://chromium.googlesource.com/chromium/src/+/c883c90a96..9fd553b176/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2614223003 Cr-Commit-Position: refs/heads/master@{#15943} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index d9479dd25f..fd499883eb 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'c883c90a96a245e289a850f2fd98584ff6098f92', + 'chromium_revision': '9fd553b176ee62721f04a92195b01e02b7a918ea', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -31,7 +31,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. - 'libfuzzer_revision': '2d19afdbadb1f20d4254f8a5447fceb30f616157', + 'libfuzzer_revision': 'e6cbbd6ba1cd57e52cb3a237974c89911b08b5d7', } deps = { @@ -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' + '@' + '604d547262440b2ce3fd3341a8ee1e505bf3c55b', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '9dd578c495a49e35da42fbec1a20cce0cec55bfa', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':