diff -r 000000000000 -r 6474c204b198 gfx/angle/DEPS --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gfx/angle/DEPS Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,18 @@ +deps = { + "trunk/third_party/gyp": + "http://gyp.googlecode.com/svn/trunk@1564", + + "trunk/third_party/googletest": + "http://googletest.googlecode.com/svn/trunk@573", #release 1.6.0 + + "trunk/third_party/googlemock": + "http://googlemock.googlecode.com/svn/trunk@387", #release 1.6.0 +} + +hooks = [ + { + # A change to a .gyp, .gypi, or to GYP itself should run the generator. + "pattern": ".", + "action": ["python", "trunk/build/gyp_angle"], + }, +]