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

Unified Diff: pylib/gyp/input.py

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_main.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pylib/gyp/input.py
diff --git a/pylib/gyp/input.py b/pylib/gyp/input.py
index 625ae9bd4617bc89ab44167062223aea225b1968..0d9beb0f49878cad83a59439de59888696b41a0e 100644
--- a/pylib/gyp/input.py
+++ b/pylib/gyp/input.py
@@ -2565,7 +2565,6 @@ def Load(build_files, variables, includes, depth, generator_input_info, check,
build_file = os.path.normpath(build_file)
try:
if parallel:
- print >>sys.stderr, 'Using parallel processing.'
LoadTargetBuildFileParallel(build_file, data, aux_data,
variables, includes, depth, check)
else:
« gyp ('K') | « gyp_main.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698