Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: DEPS

Issue 1239007: Undo Windows gyp split from r42397, and update for new gyp changes. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 03e882497642b720ba5cfe6910d832363d3d2640..d65a64d0504e31cfcfb14230985930ce9387f756 100644
--- a/DEPS
+++ b/DEPS
@@ -37,6 +37,9 @@ deps = {
"src/third_party/protobuf2/src":
"http://protobuf.googlecode.com/svn/trunk@305",
+ "src/tools/gyp":
+ "http://gyp.googlecode.com/svn/trunk@804",
+
"src/v8":
"http://v8.googlecode.com/svn/trunk@4255",
@@ -145,10 +148,6 @@ deps_os = {
"src/third_party/mingw-w64/mingw/bin":
("http://nativeclient.googlecode.com/svn/trunk/src/third_party/mingw-w64/mingw/bin@" +
Var("nacl_revision")),
-
- "src/tools/gyp":
- "http://gyp.googlecode.com/svn/trunk@794",
-
},
"mac": {
"src/chrome/tools/test/reference_build/chrome_mac":
@@ -172,9 +171,6 @@ deps_os = {
"src/third_party/swig/mac":
"/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
-
- "src/tools/gyp":
- "http://gyp.googlecode.com/svn/trunk@800",
},
"unix": {
# Linux, really.
@@ -190,9 +186,6 @@ deps_os = {
"src/third_party/swig/linux":
"/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
-
- "src/tools/gyp":
- "http://gyp.googlecode.com/svn/trunk@800",
},
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698