summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-05-06 10:43:33 +0200
committerZeno Albisser <zeno@webkit.org>2013-05-06 10:43:33 +0200
commit1c156f62525824c664c6524379dd86a128a9eff8 (patch)
treefd18ffaff2001799b2d7e38b80931709a34e3ed2 /build
parent53c3af85f6031fa8ded050a4d2f51fd822afdb23 (diff)
fix paths in gyp_blinq to fit new blink scripts path
Diffstat (limited to 'build')
-rwxr-xr-xbuild/gyp_blinq2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gyp_blinq b/build/gyp_blinq
index 43ab44e98..626201ff2 100755
--- a/build/gyp_blinq
+++ b/build/gyp_blinq
@@ -20,7 +20,7 @@ import gyp
# Add paths so that pymod_do_main(...) can import files.
sys.path.insert(1, os.path.join(chrome_src, 'tools', 'grit'))
sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit',
- 'Source', 'WebCore', 'WebCore.gyp', 'scripts'))
+ 'Source', 'core', 'core.gyp', 'scripts'))
sys.path.insert(1, os.path.join(chrome_src, 'chrome', 'tools', 'build'))
import repack_locales