From bc90a7f8545bf706c4f24d0e01566e036bfb7d72 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 17 Oct 2013 22:35:50 +0000 Subject: [PATCH] Fix WebKit scripts path. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1469 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- tools/gyp_cef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gyp_cef b/tools/gyp_cef index a32dbb61b..09cfb125c 100755 --- a/tools/gyp_cef +++ b/tools/gyp_cef @@ -27,7 +27,7 @@ import gyp 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, 'third_party', 'WebKit', - 'Source', 'core', 'scripts')) + 'Source', 'build', 'scripts')) # On Windows, Psyco shortens warm runs of build/gyp_chromium by about # 20 seconds on a z600 machine with 12 GB of RAM, from 90 down to 70