From 1998e9d563aed8325f12b7d5ee5918ab58677a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Tue, 19 Jun 2018 12:33:26 +0200 Subject: [PATCH] Drop tools/gyp from dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reland of cl https://webrtc-review.googlesource.com/c/src/+/6763. In the mean time, chromium scripts have been fixed to not depend on gyp.MSVSVersion, see https://chromium-review.googlesource.com/c/chromium/src/+/1104163 Bug: webrtc:6323 Change-Id: I6dbbbbf1216a94d5ed6ab69e2a5e78f215951793 Reviewed-on: https://webrtc-review.googlesource.com/84128 Reviewed-by: Patrik Höglund Commit-Queue: Niels Moller Cr-Commit-Position: refs/heads/master@{#23657} --- DEPS | 2 -- 1 file changed, 2 deletions(-) diff --git a/DEPS b/DEPS index a5a4289d07..0f6e8d3623 100644 --- a/DEPS +++ b/DEPS @@ -186,8 +186,6 @@ deps = { Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': Var('chromium_git') + '/chromium/src/tools' + '@' + '59c08146e77c9b27dbaef0703ff144d43a050cd0', - 'src/tools/gyp': - Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),