From 5bd96630e5a09540e080e9f9451b8f41f0768702 Mon Sep 17 00:00:00 2001 From: buildbot Date: Wed, 28 Dec 2016 06:21:07 -0800 Subject: [PATCH] Roll chromium_revision 2d88572a7e..6f92ffc3a7 (440838:440846) Change log: https://chromium.googlesource.com/chromium/src/+log/2d88572a7e..6f92ffc3a7 Full diff: https://chromium.googlesource.com/chromium/src/+/2d88572a7e..6f92ffc3a7 Changed dependencies: * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ac70c6c945..84b22cd52e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7186a65ff3..17fbc79987 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/779cbb5233..ae6931fe94 DEPS diff: https://chromium.googlesource.com/chromium/src/+/2d88572a7e..6f92ffc3a7/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2603983002 Cr-Commit-Position: refs/heads/master@{#15820} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 631d846370..b350133a24 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '2d88572a7e87c280d1b1fdd222ebec771b8be482', + 'chromium_revision': '6f92ffc3a7c2dda4a0a15dae9984e93647959d15', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -44,13 +44,13 @@ deps = { 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0ef801087682b271e9ace93cfa93e9d3dea98079', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'ac70c6c945d9da95159d665691a479036aea8ed3', + Var('chromium_git') + '/chromium/src/testing' + '@' + '84b22cd52ed30e10c24f5c2de5c5b4f33dda00d4', 'src/testing/gtest': Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87', 'src/testing/gmock': Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '7186a65ff39357e2de88ce049b534ee47abae873', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '17fbc7998704350c39a627972d8c0deb3d07ac53', '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' + '@' + '779cbb5233e98cb61ffe07a7cacf55d2a2adfcbd', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'ae6931fe940326ed3f108e0577845cb2e7ca3804', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':