2010-07-15 07:52:32 +04:00
|
|
|
deps = {
|
|
|
|
"trunk/third_party/gyp":
|
2013-05-13 16:12:37 +04:00
|
|
|
"http://gyp.googlecode.com/svn/trunk@1564",
|
2012-04-15 23:05:00 +04:00
|
|
|
|
|
|
|
"trunk/third_party/googletest":
|
|
|
|
"http://googletest.googlecode.com/svn/trunk@573", #release 1.6.0
|
2012-07-25 20:13:45 +04:00
|
|
|
|
|
|
|
"trunk/third_party/googlemock":
|
|
|
|
"http://googlemock.googlecode.com/svn/trunk@387", #release 1.6.0
|
2010-07-15 07:52:32 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
hooks = [
|
|
|
|
{
|
|
|
|
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
|
|
|
"pattern": ".",
|
|
|
|
"action": ["python", "trunk/build/gyp_angle"],
|
|
|
|
},
|
|
|
|
]
|