From 873abbd6cedbb2fab9e0dbe596e869d3f84e9c08 Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 9 Mar 2017 00:01:25 -0800 Subject: [PATCH] Roll chromium_revision 0f9cfc4753..a77953fe67 (455657:455682) Change log: https://chromium.googlesource.com/chromium/src/+log/0f9cfc4753..a77953fe67 Full diff: https://chromium.googlesource.com/chromium/src/+/0f9cfc4753..a77953fe67 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9c7d1ea7ac..0ae56a176c * src/third_party/ced/src: https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git/+log/368a9cc09a..e21eb6aed1 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/164da145dc..ddf98515f2 DEPS diff: https://chromium.googlesource.com/chromium/src/+/0f9cfc4753..a77953fe67/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2743583002 Cr-Commit-Position: refs/heads/master@{#17129} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 16b8186c93..8a6532dfa3 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '0f9cfc4753603c7b19d8ea434ddd6326d5417894', + 'chromium_revision': 'a77953fe670968fe6728796b77cedf48f0954d78', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + '9c7d1ea7ac90d450accd415536fd34197cb530ff', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '0ae56a176c08e9b3b2c25928c271f7cdaf67357d', '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' + '@' + '164da145dc917f495fddd1f49f4f04cbe9eb6739', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'ddf98515f2938683134e8753f61cbd35f25d54bb', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client': @@ -99,7 +99,7 @@ deps_os = { 'src/third_party/android_tools': Var('chromium_git') + '/android_tools.git' + '@' + 'b43a6a289a7588b1769814f04dd6c7d7176974cc', 'src/third_party/ced/src': - Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '368a9cc09ad868a3d28f0b5ad4a733f263c46409', + Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + 'e21eb6aed10b9f6e2727f136c52420033214d458', 'src/third_party/icu': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '450be73c9ee8ae29d43d4fdc82febb2a5f62bfb5', 'src/third_party/jsr-305/src':