blob: 3f96d9a61744e46cde762fd0897969b3c795be20 [file] [log] [blame]
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00001deps = {
2 "trunk/third_party/gyp":
apatrick@chromium.org22eab922011-10-21 01:16:42 +00003 "http://gyp.googlecode.com/svn/trunk@1080",
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]