From e5501e197082a98ae27ea121726189d89d6470c7 Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 12 Jan 2017 10:28:33 -0800 Subject: [PATCH] Roll chromium_revision 71fc94ca2e..972a4d1ae2 (443214:443241) Change log: https://chromium.googlesource.com/chromium/src/+log/71fc94ca2e..972a4d1ae2 Full diff: https://chromium.googlesource.com/chromium/src/+/71fc94ca2e..972a4d1ae2 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/82225ae29b..7b47d8e3b0 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/6377613b1a..0e201cdd06 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/da5bdcedc7..f38c6e62e5 DEPS diff: https://chromium.googlesource.com/chromium/src/+/71fc94ca2e..972a4d1ae2/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2628003004 Cr-Commit-Position: refs/heads/master@{#16037} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 1834f515e7..cebe2e05b6 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '71fc94ca2e7688389d7d7de63ebf67cc3284a30f', + 'chromium_revision': '972a4d1ae26576f2a0cee1066a6ded6616538641', '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': '6377613b1a29bc80e2077bf4e956b9b921ebdab3', + 'catapult_revision': '0e201cdd06edd994897654359ed9766dab5f9eb3', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -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' + '@' + '82225ae29bd6a3b4c3a396411928103618b6a49d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '7b47d8e3b0a84f78ab67fb45bdb54265ee7cccba', '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' + '@' + 'da5bdcedc7e56f87e87e638c4c5a1f123e0db0b9', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f38c6e62e5362fcaa32404da5eabd692193d9cff', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':