blob: 1e5112c882b897bf510b1107abfa7db8dab7d897 [file] [log] [blame]
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00001deps = {
2 "trunk/third_party/gyp":
shannon.woods@transgaming.com14fcb332013-01-25 21:56:40 +00003 "http://gyp.googlecode.com/svn/trunk@1564",
alokp@chromium.org416fcd32012-04-11 16:23:44 +00004
5 "trunk/third_party/googletest":
6 "http://googletest.googlecode.com/svn/trunk@573", #release 1.6.0
alokp@chromium.org5cd9c602012-05-16 23:37:50 +00007
8 "trunk/third_party/googlemock":
9 "http://googlemock.googlecode.com/svn/trunk@387", #release 1.6.0
alokp@chromium.org29d56fb2010-04-06 15:42:22 +000010}
11
alokp@chromium.org29d56fb2010-04-06 15:42:22 +000012hooks = [
13 {
14 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
15 "pattern": ".",
16 "action": ["python", "trunk/build/gyp_angle"],
17 },
18]