mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
8 lines
176 B
Python
8 lines
176 B
Python
hooks = [
|
|
{
|
|
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
|
"pattern": ".",
|
|
"action": ["python", "src/cef/tools/gclient_hook.py"],
|
|
},
|
|
]
|