From 3f6d817b43fa9d38a2efa30e73a0e964adb70019 Mon Sep 17 00:00:00 2001 From: buildbot Date: Tue, 31 Jan 2017 18:07:27 -0800 Subject: [PATCH] Roll chromium_revision 2ed48364ed..9d90548426 (447343:447390) Change log: https://chromium.googlesource.com/chromium/src/+log/2ed48364ed..9d90548426 Full diff: https://chromium.googlesource.com/chromium/src/+/2ed48364ed..9d90548426 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d2886e9a5b..c860163f26 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f7ef8e39b4..a746126b54 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/398e661385..ec06c5ba65 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a8d009e93b..be8d0106e3 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/2c3f1f3d69..4ee31ea3b4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/1b6aeda2f7..ef2904978b DEPS diff: https://chromium.googlesource.com/chromium/src/+/2ed48364ed..9d90548426/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2666043005 Cr-Commit-Position: refs/heads/master@{#16388} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 1b552545de..fe39e5a974 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '2ed48364ede3c10466f4d854fe6684bef63e645a', + 'chromium_revision': '9d905484261b3bf9205c65d95b86f306914a8581', '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': '2c3f1f3d69c01170e93ab32a441b51b1712016c1', + 'catapult_revision': '4ee31ea3b497ffe08391e88a5434e0a340e48342', # 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' + '@' + 'd2886e9a5b520480b1ab2037db685a20e4d8e151', + Var('chromium_git') + '/chromium/src/base' + '@' + 'c860163f261e50c41dd894b1ebd3990c4f368f9e', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + 'ddc08344006b045ebb09af6780e3ec001443737b', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'a7cc7a3e21a061975b33dcdcd81a9716ba614c3c', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '398e661385841f14548b3c6a9d7ac44cdb079b9b', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'ec06c5ba65056b4ef0b3998d52e4d85247687c3e', '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' + '@' + 'a8d009e93b1cc9dcfed771726661277330179931', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'be8d0106e3b46d526cbcb087b385520ba4f7dfbe', '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' + '@' + '1b6aeda2f750d0e158bd15d880bbe988ab805daf', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'ef2904978ba5de347a7783e2d9005782b3b3cd5c', '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' + '@' + 'f7ef8e39b4d136f5e8e90d1db64c11d3cc4c3441', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'a746126b54a46a3defafa40a2813ea189927f520', }, 'unix': { 'src/third_party/lss':