OLD | NEW |
1 # Gyp for utils. | 1 # Gyp for utils. |
2 { | 2 { |
3 'targets': [ | 3 'targets': [ |
4 { | 4 { |
5 'target_name': 'utils', | 5 'target_name': 'utils', |
6 'product_name': 'skia_utils', | 6 'product_name': 'skia_utils', |
7 'type': 'static_library', | 7 'type': 'static_library', |
8 'standalone_static_library': 1, | 8 'standalone_static_library': 1, |
9 'dependencies': [ | 9 'dependencies': [ |
10 'core.gyp:*', | 10 'core.gyp:*', |
11 ], | 11 ], |
12 'include_dirs': [ | 12 'include_dirs': [ |
13 '../include/effects', | 13 '../include/effects', |
14 '../include/images', | 14 '../include/images', |
15 '../include/lazy', | |
16 '../include/pathops', | 15 '../include/pathops', |
17 '../include/pipe', | 16 '../include/pipe', |
18 '../include/utils', | 17 '../include/utils', |
19 '../include/utils/mac', | 18 '../include/utils/mac', |
20 '../include/utils/unix', | 19 '../include/utils/unix', |
21 '../include/utils/win', | 20 '../include/utils/win', |
22 '../include/xml', | 21 '../include/xml', |
23 '../src/core', | 22 '../src/core', |
24 '../src/utils', | 23 '../src/utils', |
25 ], | 24 ], |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 }], | 223 }], |
225 ], | 224 ], |
226 'direct_dependent_settings': { | 225 'direct_dependent_settings': { |
227 'include_dirs': [ | 226 'include_dirs': [ |
228 '../include/utils', | 227 '../include/utils', |
229 ], | 228 ], |
230 }, | 229 }, |
231 }, | 230 }, |
232 ], | 231 ], |
233 } | 232 } |
OLD | NEW |