blob: 0cec0b0256c10374635beb60acd577d95b5faeab [file] [log] [blame]
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00001deps = {
Geoff Lang0049e432013-10-07 17:07:33 -04002 "third_party/gyp":
Jamie Madill39173f12013-12-04 15:56:32 -05003 "http://gyp.googlecode.com/svn/trunk@1806",
alokp@chromium.org416fcd32012-04-11 16:23:44 +00004
Geoff Lang0049e432013-10-07 17:07:33 -04005 "tests/third_party/googletest":
6 "http://googletest.googlecode.com/svn/trunk@629",
alokp@chromium.org5cd9c602012-05-16 23:37:50 +00007
Geoff Lang0049e432013-10-07 17:07:33 -04008 "tests/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 Lang0049e432013-10-07 17:07:33 -040016 "action": ["python", "build/gyp_angle"],
alokp@chromium.org29d56fb2010-04-06 15:42:22 +000017 },
18]