1deps = {
2  "third_party/gyp":
3      "http://gyp.googlecode.com/svn/trunk@1806",
4
5  "tests/third_party/googletest":
6      "http://googletest.googlecode.com/svn/trunk@629",
7
8  "tests/third_party/googlemock":
9      "http://googlemock.googlecode.com/svn/trunk@410",
10}
11
12hooks = [
13  {
14    # A change to a .gyp, .gypi, or to GYP itself should run the generator.
15    "pattern": ".",
16    "action": ["python", "build/gyp_angle"],
17  },
18]
19