8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
|
hooks = [
|
||
|
{
|
||
|
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
||
|
"pattern": ".",
|
||
|
"action": ["python", "src/cef/tools/gclient_hook.py"],
|
||
|
},
|
||
|
]
|