Bumping manifests a=b2g-bump
[gecko.git] / gfx / angle / DEPS
blob0cec0b0256c10374635beb60acd577d95b5faeab
1 deps = {
2   "third_party/gyp":
3       "http://gyp.googlecode.com/svn/trunk@1806",
5   "tests/third_party/googletest":
6       "http://googletest.googlecode.com/svn/trunk@629",
8   "tests/third_party/googlemock":
9       "http://googlemock.googlecode.com/svn/trunk@410",
12 hooks = [
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   },