From 482284d533c40bfff63b8b9a701e6422e28addee Mon Sep 17 00:00:00 2001 From: buildbot Date: Wed, 11 Jan 2017 03:01:29 -0800 Subject: [PATCH] Roll chromium_revision 0c11ed986f..cf29e966c7 (442829:442833) Change log: https://chromium.googlesource.com/chromium/src/+log/0c11ed986f..cf29e966c7 Full diff: https://chromium.googlesource.com/chromium/src/+/0c11ed986f..cf29e966c7 Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/91344e61c7..c44568cdb8 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/0415945e2b..48ea2af1e5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/577aaaf3ad..4cf168c4c4 DEPS diff: https://chromium.googlesource.com/chromium/src/+/0c11ed986f..cf29e966c7/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2622203002 Cr-Commit-Position: refs/heads/master@{#16004} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 7ecd2ac5c6..48ced0c35e 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '0c11ed986f2c7da313eaca87d592b6bd21cee383', + 'chromium_revision': 'cf29e966c750e8fbdef01f7436b94d57ab6ebfe8', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -40,17 +40,17 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '255fd3d62e76b3e6c85732e4dfc471ed6befb4d9', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '91344e61c70faeaff9536f61382972f258d841c2', + Var('chromium_git') + '/chromium/src/build' + '@' + 'c44568cdb82d1759188fdab6210afc19347b8e6c', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0ef801087682b271e9ace93cfa93e9d3dea98079', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '0415945e2b5787dfb3418a31fd39382f81ef505c', + Var('chromium_git') + '/chromium/src/testing' + '@' + '48ea2af1e511edb9ed9e9b7c22c739bfc424a93d', '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' + '@' + '577aaaf3adc3fb38939b609e538acfb331477dde', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '4cf168c4c45c2df39da825de13ef35877ed4de27', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':