| Index: build/gyp_chromium
|
| diff --git a/build/gyp_chromium b/build/gyp_chromium
|
| index 56cfcf34d868b831dce7f1c5b6c68a48eb008a41..67e60cd648270f653a27fe395f5384842bc4d218 100755
|
| --- a/build/gyp_chromium
|
| +++ b/build/gyp_chromium
|
| @@ -27,10 +27,10 @@ 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, 'remoting', 'tools', 'build'))
|
| sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit',
|
| - 'Source', 'core', 'scripts'))
|
| -# TODO(adamk): Remove this line once core.gyp is no longer a directory
|
| + 'Source', 'build', 'scripts'))
|
| +# FIXME schenney: Remove this once we remove Source/core/scripts
|
| sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit',
|
| - 'Source', 'core', 'core.gyp', 'scripts'))
|
| + 'Source', 'core', 'scripts'))
|
|
|
|
|
| # On Windows, Psyco shortens warm runs of build/gyp_chromium by about
|
|
|