From 4460e7f7870cfb9a899d37f12390124c2fcbaeaa Mon Sep 17 00:00:00 2001 From: buildbot Date: Fri, 27 Jan 2017 17:33:14 -0800 Subject: [PATCH] Roll chromium_revision 14ab9f9226..647709aaba (446784:446860) Change log: https://chromium.googlesource.com/chromium/src/+log/14ab9f9226..647709aaba Full diff: https://chromium.googlesource.com/chromium/src/+/14ab9f9226..647709aaba Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e0d0352f15..b973e70ffe * src/build: https://chromium.googlesource.com/chromium/src/build/+log/fc9ff87f38..3dada457f6 * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/a7cc7a3e21..c302711306 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/37a340f02d..ab813ccdae * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/1aaae65233..0eafefb643 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/60a4eb4815..9d91743a65 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/3c9b30e0cc..9907db54ee * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/51d14ecf06..632ec16e29 DEPS diff: https://chromium.googlesource.com/chromium/src/+/14ab9f9226..647709aaba/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2658983005 Cr-Commit-Position: refs/heads/master@{#16334} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 834533019f..d60db5815c 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '14ab9f9226faafb2c153f1d63b8bf8060d91260e', + 'chromium_revision': '647709aaba88dda1302479785b860fcfce9f0027', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -27,7 +27,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': '3c9b30e0cc0d45d6728dec4440585ffd3ac89b2a', + 'catapult_revision': '9907db54ee404c8a3efb585fa7db4c58e6966ef3', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -38,19 +38,19 @@ deps = { # TODO(kjellander): Move this to be Android-only once the libevent dependency # in base/third_party/libevent is solved. 'src/base': - Var('chromium_git') + '/chromium/src/base' + '@' + 'e0d0352f1598a095f3f2c60be26320af097884ec', + Var('chromium_git') + '/chromium/src/base' + '@' + 'b973e70ffe9197ac7d6e762eb451e9e1d398cdce', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'fc9ff87f38e6d7fc0e6145361e709534beeecb06', + Var('chromium_git') + '/chromium/src/build' + '@' + '3dada457f6d34eb3d79dcb16d87a8ab41500eee6', 'src/buildtools': - Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'a7cc7a3e21a061975b33dcdcd81a9716ba614c3c', + Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'c302711306f19ec9d29ac3461b09ecd4c781fac0', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '1aaae6523353dcbe4855b9d72c297c230e7caa58', + Var('chromium_git') + '/chromium/src/testing' + '@' + '0eafefb6439783f78930b2be1d8039013b4495c4', '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' + '@' + '60a4eb48155ff6d1ea8fc0619124615d707e3fa0', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '9d91743a65a56d4f6d010f71f209cc4cd99f1793', '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' + '@' + '51d14ecf06da44756c243e2e7dba88ffd724a518', + Var('chromium_git') + '/chromium/src/tools' + '@' + '632ec16e29d90ad86c73bde84057c27f7a5d4eae', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client': @@ -125,7 +125,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '37a340f02d806b6987194a55dd9436c9cd31581c', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'ab813ccdaee7bd038d6be406dd5c08eb8c781a97', }, 'unix': { 'src/third_party/lss':