OLD | NEW |
1 deps = { | 1 deps = { |
2 "trunk/third_party/gyp": | 2 "trunk/third_party/gyp": |
3 "http://gyp.googlecode.com/svn/trunk@800", | 3 "http://gyp.googlecode.com/svn/trunk@800", |
4 } | 4 } |
5 | 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 = [ | 6 hooks = [ |
15 { | 7 { |
16 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 8 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
17 "pattern": ".", | 9 "pattern": ".", |
18 "action": ["python", "trunk/build/gyp_angle"], | 10 "action": ["python", "trunk/build/gyp_angle"], |
19 }, | 11 }, |
20 ] | 12 ] |
OLD | NEW |