Move gclient integration to the gclient_hook.py script in order to support a platform-agnostic DEPS file (issue #174).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@171 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2011-01-27 02:21:50 +00:00
parent 9eb1744d83
commit 7dafd4189f
4 changed files with 63 additions and 17 deletions

View File

@@ -1,6 +1,2 @@
#!/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
python tools/gclient_hook.py