- 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:
parent
2fb9e93e7d
commit
2148ca4e88
2
DEPS
2
DEPS
|
@ -2,6 +2,6 @@ hooks = [
|
||||||
{
|
{
|
||||||
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
||||||
"pattern": ".",
|
"pattern": ".",
|
||||||
"action": ["cmd", "/c", "call", "src/cef/cef_create_projects.bat"],
|
"action": ["cd", "src\cef", "&", "call", "cef_create_projects.bat", "&", "cd", "..\.."],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue