summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-06-20 09:30:18 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-06-20 09:30:18 +0200
commit5ccfd7329b6050447c9ac082812c9711eb695692 (patch)
treec30c87fc75f0082cbc75c7a5884572136fef95a8 /build
parent918b071488d51014ef68f23f5f9acfd9b7ddfc17 (diff)
Fix build with ToT
Diffstat (limited to 'build')
-rwxr-xr-xbuild/gyp_qtwebengine6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/gyp_qtwebengine b/build/gyp_qtwebengine
index 89d0cfcd3..53280954c 100755
--- a/build/gyp_qtwebengine
+++ b/build/gyp_qtwebengine
@@ -20,8 +20,14 @@ 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', 'core', 'core.gyp', 'scripts'))
+# Remove the above and keep the line below once we require a newer specific
+# Chromium revision.
+sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit',
+ 'Source', 'core', 'scripts'))
+
sys.path.insert(1, os.path.join(chrome_src, 'chrome', 'tools', 'build'))
import repack_locales