mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user