Index: build/gyp_chromium |
diff --git a/build/gyp_chromium b/build/gyp_chromium |
index 0cbb8ce8d643f2e79eed3b8486e91bb173da9af4..b31c433b290e18ef6b58faf2caa19c05d08bcbc2 100755 |
--- a/build/gyp_chromium |
+++ b/build/gyp_chromium |
@@ -26,7 +26,8 @@ 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')) |
+ 'Source', 'core', 'scripts')) |
+# TODO(adamk): Remove this line once core.gyp is no longer a directory |
sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit', |
'Source', 'core', 'core.gyp', 'scripts')) |