cef/DEPS

8 lines
196 B
Plaintext
Raw Normal View History

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"],
},
]