summaryrefslogtreecommitdiffstats
path: root/build/gyp_chromium
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-11 21:15:19 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-11 21:15:19 +0000
commit0f5a33355c4771468f8f830df5d66b79332c1fb6 (patch)
tree0f7b33e906660bbf8e9151c238faeebf4e8c38d4 /build/gyp_chromium
parent4c3320f1d9e5e48ecd286feaf46c1850a9b94fe8 (diff)
downloadchromium_src-0f5a33355c4771468f8f830df5d66b79332c1fb6.zip
chromium_src-0f5a33355c4771468f8f830df5d66b79332c1fb6.tar.gz
chromium_src-0f5a33355c4771468f8f830df5d66b79332c1fb6.tar.bz2
Add a WebCore directory to the python path so we can use pymod_do_main
in Webore.gyp. In https://bugs.webkit.org/show_bug.cgi?id=106604 , I'm adding a script for generating idl dependencies. To make it run faster, I'm using pymod_do_main. BUG=None Review URL: https://codereview.chromium.org/11866008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176437 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/gyp_chromium')
-rwxr-xr-xbuild/gyp_chromium2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/gyp_chromium b/build/gyp_chromium
index ee5b3f3..10e7a2e 100755
--- a/build/gyp_chromium
+++ b/build/gyp_chromium
@@ -25,6 +25,8 @@ sys.path.insert(1, os.path.join(chrome_src, 'tools', 'generate_shim_headers'))
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'))
+sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit',
+ 'Source', 'WebCore', 'WebCore.gyp', 'scripts'))
# On Windows, Psyco shortens warm runs of build/gyp_chromium by about