blob: 9df021309fa19e0a8a7bbfc62e3b803ffd8afbeb [file] [log] [blame]
alokp@chromium.org29d56fb2010-04-06 15:42:22 +00001deps = {
2 "trunk/third_party/gyp":
3 "http://gyp.googlecode.com/svn/trunk@800",
4}
5
6deps_os = {
7 "win": {
8 # Cygwin is required for gyp actions, flex, and bison.
9 "trunk/third_party/cygwin":
10 "http://src.chromium.org/svn/trunk/deps/third_party/cygwin@11984",
11 }
12}
13
14hooks = [
15 {
16 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
17 "pattern": ".",
18 "action": ["python", "trunk/build/gyp_angle"],
19 },
20]