Remove gyp_cef and use gyp_chromium instead (issue #1304).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1723 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2014-06-06 21:36:18 +00:00
parent 3da202a5b9
commit 38d9a4c828
3 changed files with 1 additions and 180 deletions

View File

@ -28,5 +28,5 @@ RunAction(cef_dir, patcher)
print "\nGenerating CEF project files..."
os.environ['CEF_DIRECTORY'] = os.path.basename(cef_dir);
gyper = [ 'python', 'tools/gyp_cef', 'cef.gyp', '-I', 'cef.gypi' ]
gyper = [ 'python', '../build/gyp_chromium', 'cef.gyp', '-I', 'cef.gypi' ]
RunAction(cef_dir, gyper)