From bb341975fd60bb646068be65ec35363e12903737 Mon Sep 17 00:00:00 2001 From: buildbot Date: Fri, 13 Jan 2017 06:00:54 -0800 Subject: [PATCH] Roll chromium_revision cbd47621a1..27032ce525 (443488:443521) Change log: https://chromium.googlesource.com/chromium/src/+log/cbd47621a1..27032ce525 Full diff: https://chromium.googlesource.com/chromium/src/+/cbd47621a1..27032ce525 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/af5c84610a..194a74a62b * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/fe8a3c8a5c..4bd198f6a8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/dd40df5231..7ec55b0d55 DEPS diff: https://chromium.googlesource.com/chromium/src/+/cbd47621a1..27032ce525/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2627033005 Cr-Commit-Position: refs/heads/master@{#16051} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 22037587e2..31f21b5dad 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'cbd47621a175445abb1ad2c96e66b98fc8b93eba', + 'chromium_revision': '27032ce5253ef29711946ce32a68f3ce0ab6298f', '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': 'fe8a3c8a5cdb3f8ccb9edca2f3e7582fb2937c5b', + 'catapult_revision': '4bd198f6a85c700acbbd23c0b666c846636526d2', # 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' + '@' + 'af5c84610a954aef26ee30c3a55420958526b28d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '194a74a62b091499d7de9e0debb6ebd367b24b9d', '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' + '@' + 'dd40df5231c0ade0a7ccc713234ed66eb92f8d86', + Var('chromium_git') + '/chromium/src/tools' + '@' + '7ec55b0d5558ed143ec6c9f22f35a0d0710f6755', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':