| Index: build/gyp_chromium
|
| diff --git a/build/gyp_chromium b/build/gyp_chromium
|
| index ee5b3f3daa1b3be2b6268320923e2d48cd60efa3..10e7a2e088049adbfb0204dc67919e78c730b317 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
|
|
|