From adc41f3c82f23f6c0dda09a63ded5baf1d4e1031 Mon Sep 17 00:00:00 2001 From: buildbot Date: Mon, 27 Feb 2017 05:45:20 -0800 Subject: [PATCH] Roll chromium_revision f658787293..f82a5a8d7a (453179:453197) Change log: https://chromium.googlesource.com/chromium/src/+log/f658787293..f82a5a8d7a Full diff: https://chromium.googlesource.com/chromium/src/+/f658787293..f82a5a8d7a Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cdb014eed5..564f2914d9 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/47b98570f6..a75c463e84 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/906032bb5d..5ec441096d DEPS diff: https://chromium.googlesource.com/chromium/src/+/f658787293..f82a5a8d7a/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2721593002 Cr-Commit-Position: refs/heads/master@{#16869} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 8e311daf6d..b665830b26 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'f65878729393c484e6a25ea8a91394d7f5d11e10', + 'chromium_revision': 'f82a5a8d7a819348f63dfd94e08901a5808645f1', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -23,7 +23,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': '47b98570f6e86ab98d28a572c4111fa15b22c3eb', + 'catapult_revision': 'a75c463e8416e25de8c1d70ec210a1de89ea19a5', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -46,7 +46,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' + '@' + 'cdb014eed51f2675a4e26aeee1c801c8aa679319', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '564f2914d9b4c42d4151d7a8a99c01602a9274a8', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -79,7 +79,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' + '@' + '906032bb5d2cf46537445e87c7b3154006bb4e3e', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5ec441096d3a397bef4807604520d170d6871663', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':