mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
13 lines
256 B
Python
13 lines
256 B
Python
deps = {
|
|
"trunk/third_party/gyp":
|
|
"http://gyp.googlecode.com/svn/trunk@800",
|
|
}
|
|
|
|
hooks = [
|
|
{
|
|
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
|
"pattern": ".",
|
|
"action": ["python", "trunk/build/gyp_angle"],
|
|
},
|
|
]
|