mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-08 09:28:51 +00:00
19 lines
427 B
Python
19 lines
427 B
Python
deps = {
|
|
"third_party/gyp":
|
|
"http://gyp.googlecode.com/svn/trunk@1987",
|
|
|
|
"tests/third_party/googletest":
|
|
"http://googletest.googlecode.com/svn/trunk@629",
|
|
|
|
"tests/third_party/googlemock":
|
|
"http://googlemock.googlecode.com/svn/trunk@410",
|
|
}
|
|
|
|
hooks = [
|
|
{
|
|
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
|
"pattern": ".",
|
|
"action": ["python", "build/gyp_angle"],
|
|
},
|
|
]
|