Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
bcwhite 16a0919c1b Add 'build' directory to import path of gyp_chromium.
Change https://codereview.chromium.org/1418513007/ moved a module
from tools/ to build/ causing gyp_chromium to import a different
module of the same name and breaking because the function names
are different.

BUG=

Review URL: https://codereview.chromium.org/1416223004

Cr-Original-Commit-Position: refs/heads/master@{#356842}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: d9aaae0056107fc54f7d068b8baa8648b6615054
2015-10-29 15:09:02 +00:00
sbc f1ec2b0a91 Move logic of gyp_chromium into gyp_chromium.py
For historical reasons gyp_chromium.py was launcher script
for gyp_chromium and the python logic lived in the
gyp_chromium.  This change moves python code into the
.py file makes the extension-free gyp_chromium a launcher
for gyp_chromium.py.

Review URL: https://codereview.chromium.org/1216863010

Cr-Original-Commit-Position: refs/heads/master@{#342887}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 1eeaa328a6e7d621857c0026d0a2dd448dbf0f65
2015-08-11 21:02:19 +00:00
scottmg@chromium.org 79b081fad4 Make gyp_chromium.py work with Python 2.7.
gyp_chromium.py contained a Python 2.6 Windows bug workaround which turns out to be harmful with Python 2.7 since it will just include itself without doing anything.

BUG=
R=scottmg@chromium.org

Review URL: https://codereview.chromium.org/14670009

git-svn-id: http://src.chromium.org/svn/trunk/src/build@202578 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-28 16:02:13 +00:00
scottmg@google.com b0681933a5 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: http://src.chromium.org/svn/trunk/src/build@160151 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-04 17:22:19 +00:00