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

Unified Diff: gyp.bat

Issue 18271010: Make root invocation less crazy so that multiprocessing works on Windows (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: . Created 7 years, 5 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
« gyp ('K') | « gyp ('k') | gyp_main.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp.bat
diff --git a/gyp.bat b/gyp.bat
index 90fbc6d30eef1410cb20ea5f445f84eb385636c1..c0b4ca24e5df02038d6bfab8e543331eeb086a33 100755
--- a/gyp.bat
+++ b/gyp.bat
@@ -2,4 +2,4 @@
@rem Use of this source code is governed by a BSD-style license that can be
@rem found in the LICENSE file.
-@python "%~dp0/gyp" %*
+@python "%~dp0gyp_main.py" %*
« gyp ('K') | « gyp ('k') | gyp_main.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698