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

Unified Diff: DEPS

Issue 1233001: Temporarily rollback gyp changes for Windows only. Trying to track down regression. (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 998f72b53e2ee9ad0f0375bd0ac7aa2751563731..f5caf0a19defc78c0646a3ba4e4899d56642d6b3 100644
--- a/DEPS
+++ b/DEPS
@@ -37,9 +37,6 @@ deps = {
"src/third_party/protobuf2/src":
"http://protobuf.googlecode.com/svn/trunk@305",
- "src/tools/gyp":
- "http://gyp.googlecode.com/svn/trunk@800",
-
"src/v8":
"http://v8.googlecode.com/svn/trunk@4209",
@@ -145,6 +142,9 @@ deps_os = {
("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":
@@ -171,6 +171,9 @@ 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.
@@ -189,6 +192,9 @@ 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