summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-03-16 16:34:54 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-03-17 00:28:21 +0000
commitce88e77e62d818dafeeb79cd4a58a0aeff6e4444 (patch)
tree80d25b50b9f8e7b590f369cb9485b9568c787199
parent1d17a047db12530f28f4b5e22a9c5bd175af641f (diff)
downloadpdfium-ce88e77e62d818dafeeb79cd4a58a0aeff6e4444.tar.xz
Make gyp a Windows-only dependency.
BUG=pdfium:559 Change-Id: Id0a01bcc2de597ce2b2e3d60dd5c737af75c93ab Reviewed-on: https://pdfium-review.googlesource.com/2958 Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
-rw-r--r--DEPS8
1 files changed, 4 insertions, 4 deletions
diff --git a/DEPS b/DEPS
index e2c33b7153..eaf1082c9a 100644
--- a/DEPS
+++ b/DEPS
@@ -58,10 +58,6 @@ deps = {
Var('chromium_git') + "/chromium/src/tools/generate_library_loader@" +
Var('gen_library_loader_revision'),
- # TODO(GYP): Remove this when no tools rely on GYP anymore.
- "tools/gyp":
- Var('chromium_git') + '/external/gyp.git' + '@' + 'c61b0b35c8396bfd59efc6cfc11401d912b0f510',
-
"tools/memory":
Var('chromium_git') + "/chromium/src/tools/memory@" +
Var('tools_memory_revision'),
@@ -78,6 +74,10 @@ deps_os = {
Var('chromium_git') + "/external/github.com/catapult-project/catapult.git@" + Var('catapult_revision'),
},
"win": {
+ # TODO(GYP): Remove this when no tools rely on GYP anymore.
+ "tools/gyp":
+ Var('chromium_git') + '/external/gyp.git' + '@' + 'c61b0b35c8396bfd59efc6cfc11401d912b0f510',
+
"v8/third_party/cygwin":
Var('chromium_git') + "/chromium/deps/cygwin@" + Var('cygwin_revision'),
},