blob: 072737b6667bf6b257658ad8bb0b40c278749dbf [file] [log] [blame]
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00001deps = {
2 "trunk/third_party/gyp":
3 "http://gyp.googlecode.com/svn/trunk@800",
4}
5
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00006hooks = [
7 {
8 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
9 "pattern": ".",
10 "action": ["python", "trunk/build/gyp_angle"],
11 },
12]