michael@0: deps = { michael@0: "trunk/third_party/gyp": michael@0: "http://gyp.googlecode.com/svn/trunk@1564", michael@0: michael@0: "trunk/third_party/googletest": michael@0: "http://googletest.googlecode.com/svn/trunk@573", #release 1.6.0 michael@0: michael@0: "trunk/third_party/googlemock": michael@0: "http://googlemock.googlecode.com/svn/trunk@387", #release 1.6.0 michael@0: } michael@0: michael@0: hooks = [ michael@0: { michael@0: # A change to a .gyp, .gypi, or to GYP itself should run the generator. michael@0: "pattern": ".", michael@0: "action": ["python", "trunk/build/gyp_angle"], michael@0: }, michael@0: ]