blob: 73679f52d82e7c4424cef725dbdb17adf58b31f7 [file] [log] [blame]
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00001deps = {
Geoff Langbd795172013-11-20 14:30:52 -05002 "third_party/gyp":
3 "http://gyp.googlecode.com/svn/trunk@1767",
alokp@chromium.org416fcd32012-04-11 16:23:44 +00004
Geoff Langbd795172013-11-20 14:30:52 -05005 "third_party/googletest":
6 "http://googletest.googlecode.com/svn/trunk@629",
alokp@chromium.org5cd9c602012-05-16 23:37:50 +00007
Geoff Langbd795172013-11-20 14:30:52 -05008 "third_party/googlemock":
9 "http://googlemock.googlecode.com/svn/trunk@410",
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": ".",
Geoff Langbd795172013-11-20 14:30:52 -050016 "action": ["python", "build/gyp_angle"],
alokp@chromium.org29d56fb2010-04-06 15:42:22 +000017 },
18]