Initial GYP changes and utility scripts for Mac and Linux support.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@112 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2010-10-09 16:37:43 +00:00
parent 9a5d1c2d35
commit ea442f1c6b
5 changed files with 91 additions and 46 deletions

6
cef_create_projects.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
echo Patching build configuration files...
tools/patch_build.sh
echo Generating project files...
export CEF_DIRECTORY=$(basename `pwd`)
../tools/gyp/gyp cef.gyp -I ../build/common.gypi -I ../build/features_override.gypi -I cef.gypi --no-circular-check