Chromium Code Reviews| 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.' |
|
Nico
2013/07/08 22:12:51
Mention that you're removing this in the CL descri
|
| LoadTargetBuildFileParallel(build_file, data, aux_data, |
| variables, includes, depth, check) |
| else: |