| Index: build/gyp_chromium
|
| diff --git a/build/gyp_chromium b/build/gyp_chromium
|
| index b31c433b290e18ef6b58faf2caa19c05d08bcbc2..56cfcf34d868b831dce7f1c5b6c68a48eb008a41 100755
|
| --- a/build/gyp_chromium
|
| +++ b/build/gyp_chromium
|
| @@ -25,6 +25,7 @@ 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, '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
|
|
|