mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-24 00:12:14 +01:00
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
|
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"],
|
||
|
},
|
||
|
]
|