Index: build/gyp_chromium |
diff --git a/build/gyp_chromium b/build/gyp_chromium |
index 10e7a2e088049adbfb0204dc67919e78c730b317..f00694aa24679fe4eb0bfb7598e8f3e105a821aa 100755 |
--- a/build/gyp_chromium |
+++ b/build/gyp_chromium |
@@ -27,6 +27,8 @@ 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')) |
+sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit', |
+ 'Source', 'core', 'core.gyp', 'scripts')) |
# On Windows, Psyco shortens warm runs of build/gyp_chromium by about |