From 8bfe464bb594bee0c166a0ce7164ae4a54ba996c Mon Sep 17 00:00:00 2001 From: "bradnelson@google.com" Date: Fri, 18 May 2012 00:33:11 +0000 Subject: 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 --- build/gyp_chromium | 1 + 1 file changed, 1 insertion(+) (limited to 'build') 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 -- cgit v1.1