summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-18 00:33:11 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-18 00:33:11 +0000
commit8bfe464bb594bee0c166a0ce7164ae4a54ba996c (patch)
tree666b2c500a5384eea905cd0fba8330502d395541 /build
parenta6cdb297d055ecc66e1df859909cc0272aa68e19 (diff)
downloadchromium_src-8bfe464bb594bee0c166a0ce7164ae4a54ba996c.zip
chromium_src-8bfe464bb594bee0c166a0ce7164ae4a54ba996c.tar.gz
chromium_src-8bfe464bb594bee0c166a0ce7164ae4a54ba996c.tar.bz2
Adding native_client/build to the gyp module include path.
This will allow nacl's scan_sources.py script to switch to using the pymod_do_main feature in gyp to: - reduce runtime - circumvent command line length limits on windows BUG=None TEST=None R=noelallen@chromium.org,bbudge@chromium.org,mseaborn@chromium.org Review URL: https://chromiumcodereview.appspot.com/10408016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137783 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-xbuild/gyp_chromium1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/gyp_chromium b/build/gyp_chromium
index d9dd884..e74af2c 100755
--- a/build/gyp_chromium
+++ b/build/gyp_chromium
@@ -22,6 +22,7 @@ import gyp
# Add paths so that pymod_do_main(...) can import files.
sys.path.insert(1, os.path.join(chrome_src, 'tools', 'grit'))
sys.path.insert(1, os.path.join(chrome_src, 'chrome', 'tools', 'build'))
+sys.path.insert(1, os.path.join(chrome_src, 'native_client', 'build'))
# On Windows, Psyco shortens warm runs of build/gyp_chromium by about