aboutsummaryrefslogtreecommitdiff
path: root/DEPS
blob: a9bf25f53f6b6c1834d9b9f98e4273e2de45075c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"],
  },
]