summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/gyp_chromium3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/gyp_chromium b/build/gyp_chromium
index 0cbb8ce..b31c433 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'))