| Index: build/gyp_chromium
|
| diff --git a/build/gyp_chromium b/build/gyp_chromium
|
| index 11125751a0e5b0e515741ee8d18cd96c608a40e0..a04b0180359c84c7b74b61dcbbe023c956fa8e14 100755
|
| --- a/build/gyp_chromium
|
| +++ b/build/gyp_chromium
|
| @@ -27,6 +27,7 @@ import gyp
|
| SRC_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|
|
| # Add paths so that pymod_do_main(...) can import files.
|
| +sys.path.insert(1, os.path.join(chrome_src, 'android_webview', 'tools'))
|
| sys.path.insert(1, os.path.join(chrome_src, 'build', 'android', 'gyp'))
|
| sys.path.insert(1, os.path.join(chrome_src, 'tools'))
|
| sys.path.insert(1, os.path.join(chrome_src, 'tools', 'generate_shim_headers'))
|
|
|