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

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

2
DEPS
View File

@ -2,6 +2,6 @@ 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"],
"action": ["cd", "src\cef", "&", "call", "cef_create_projects.bat", "&", "cd", "..\.."],
},
]