From 5ccfd7329b6050447c9ac082812c9711eb695692 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 20 Jun 2013 09:30:18 +0200 Subject: Fix build with ToT --- build/gyp_qtwebengine | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build') 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 -- cgit v1.2.3