blob: 026535adb17858b6b70f5b4edd29da875bc85e35 [file] [log] [blame]
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00001deps = {
Geoff Lang0049e432013-10-07 17:07:33 -04002 "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
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]