OLD | NEW |
1 # Port-specific Skia library code. | 1 # Port-specific Skia library code. |
2 { | 2 { |
3 'targets': [ | 3 'targets': [ |
4 { | 4 { |
5 'target_name': 'ports', | 5 'target_name': 'ports', |
6 'product_name': 'skia_ports', | 6 'product_name': 'skia_ports', |
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/ports', | 15 '../include/ports', |
16 '../include/utils', | 16 '../include/utils', |
17 '../include/utils/win', | 17 '../include/utils/win', |
18 '../include/xml', | 18 '../include/xml', |
19 '../src/core', | 19 '../src/core', |
20 '../src/lazy', | 20 '../src/lazy', |
| 21 '../src/opts', |
21 '../src/ports', | 22 '../src/ports', |
22 '../src/sfnt', | 23 '../src/sfnt', |
23 '../src/utils', | 24 '../src/utils', |
24 ], | 25 ], |
25 'sources': [ | 26 'sources': [ |
26 '../src/ports/SkDebug_nacl.cpp', | 27 '../src/ports/SkDebug_nacl.cpp', |
27 '../src/ports/SkDebug_stdio.cpp', | 28 '../src/ports/SkDebug_stdio.cpp', |
28 '../src/ports/SkDebug_win.cpp', | 29 '../src/ports/SkDebug_win.cpp', |
29 | 30 |
30 '../src/ports/SkFontHost_win.cpp', | 31 '../src/ports/SkFontHost_win.cpp', |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 }, | 175 }, |
175 }, | 176 }, |
176 ], | 177 ], |
177 } | 178 } |
178 | 179 |
179 # Local Variables: | 180 # Local Variables: |
180 # tab-width:2 | 181 # tab-width:2 |
181 # indent-tabs-mode:nil | 182 # indent-tabs-mode:nil |
182 # End: | 183 # End: |
183 # vim: set expandtab tabstop=2 shiftwidth=2: | 184 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |