- Add deps file for gclient integration. (try #3)

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@56 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2009-10-13 20:18:06 +00:00
parent 09a8c28773
commit 2fb9e93e7d
1 changed files with 7 additions and 0 deletions

7
DEPS Normal file
View File

@ -0,0 +1,7 @@
hooks = [
{
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
"pattern": ".",
"action": ["cmd", "/c", "call", "src/cef/cef_create_projects.bat"],
},
]