alokp@chromium.org | 29d56fb | 2010-04-06 15:42:22 +0000 | [diff] [blame^] | 1 | deps = { |
2 | "trunk/third_party/gyp": | ||||
3 | "http://gyp.googlecode.com/svn/trunk@800", | ||||
4 | } | ||||
5 | |||||
6 | deps_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 | |||||
14 | hooks = [ | ||||
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 | ] |