OLD | NEW |
| 1 # Gyp for utils. |
1 { | 2 { |
2 'targets': [ | 3 'targets': [ |
3 { | 4 { |
4 'target_name': 'utils', | 5 'target_name': 'utils', |
5 'product_name': 'skia_utils', | 6 'product_name': 'skia_utils', |
6 'type': 'static_library', | 7 'type': 'static_library', |
7 'standalone_static_library': 1, | 8 'standalone_static_library': 1, |
8 'include_dirs': [ | 9 'include_dirs': [ |
9 '../include/config', | 10 '../include/config', |
10 '../include/core', | 11 '../include/core', |
11 '../include/effects', | 12 '../include/effects', |
12 '../include/images', | 13 '../include/images', |
| 14 '../include/lazy', |
13 '../include/pipe', | 15 '../include/pipe', |
14 '../include/utils', | 16 '../include/utils', |
15 '../include/utils/mac', | 17 '../include/utils/mac', |
16 '../include/utils/unix', | 18 '../include/utils/unix', |
17 '../include/utils/win', | 19 '../include/utils/win', |
18 '../include/xml', | 20 '../include/xml', |
19 '../src/core', | 21 '../src/core', |
20 '../src/utils', | 22 '../src/utils', |
21 ], | 23 ], |
22 'sources': [ | 24 'sources': [ |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 }, | 211 }, |
210 }, | 212 }, |
211 ], | 213 ], |
212 } | 214 } |
213 | 215 |
214 # Local Variables: | 216 # Local Variables: |
215 # tab-width:2 | 217 # tab-width:2 |
216 # indent-tabs-mode:nil | 218 # indent-tabs-mode:nil |
217 # End: | 219 # End: |
218 # vim: set expandtab tabstop=2 shiftwidth=2: | 220 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |