Fix WebKit scripts path.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1469 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
56c1a740aa
commit
bc90a7f854
|
@ -27,7 +27,7 @@ import gyp
|
||||||
sys.path.insert(1, os.path.join(chrome_src, 'tools', 'grit'))
|
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, 'chrome', 'tools', 'build'))
|
||||||
sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit',
|
sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit',
|
||||||
'Source', 'core', 'scripts'))
|
'Source', 'build', 'scripts'))
|
||||||
|
|
||||||
# On Windows, Psyco shortens warm runs of build/gyp_chromium by about
|
# On Windows, Psyco shortens warm runs of build/gyp_chromium by about
|
||||||
# 20 seconds on a z600 machine with 12 GB of RAM, from 90 down to 70
|
# 20 seconds on a z600 machine with 12 GB of RAM, from 90 down to 70
|
||||||
|
|
Loading…
Reference in New Issue