Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add wrapper to make GYP_PARALLEL=1 work for build\gyp_chromium
This is a workaround for multiprocessing on Windows. Importing in Python on Windows doesn't search for imports that don't end in .py (and aren't directories with an __init__.py). So, add this wrapper to avoid having people change their command line to add a .py when running gyp_chromium. R=dmazzoni@chromium.org Review URL: https://codereview.chromium.org/11066021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160151 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information