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/ports', | 21 '../src/ports', |
22 '../src/sfnt', | 22 '../src/sfnt', |
23 '../src/utils', | 23 '../src/utils', |
24 ], | 24 ], |
25 'sources': [ | 25 'sources': [ |
26 '../src/ports/SkAtomics_android.h', | 26 '../src/ports/SkAtomics_android.h', |
27 '../src/ports/SkAtomics_none.h', | |
28 '../src/ports/SkAtomics_sync.h', | 27 '../src/ports/SkAtomics_sync.h', |
29 '../src/ports/SkAtomics_win.h', | 28 '../src/ports/SkAtomics_win.h', |
30 '../src/ports/SkMutex_none.h', | |
31 '../src/ports/SkMutex_pthread.h', | 29 '../src/ports/SkMutex_pthread.h', |
32 '../src/ports/SkMutex_win.h', | 30 '../src/ports/SkMutex_win.h', |
33 '../src/ports/SkDebug_nacl.cpp', | 31 '../src/ports/SkDebug_nacl.cpp', |
34 '../src/ports/SkDebug_stdio.cpp', | 32 '../src/ports/SkDebug_stdio.cpp', |
35 '../src/ports/SkDebug_win.cpp', | 33 '../src/ports/SkDebug_win.cpp', |
36 | 34 |
37 '../src/fonts/SkFontMgr_indirect.cpp', | 35 '../src/fonts/SkFontMgr_indirect.cpp', |
38 '../src/fonts/SkRemotableFontMgr.cpp', | 36 '../src/fonts/SkRemotableFontMgr.cpp', |
39 '../src/ports/SkFontHost_win.cpp', | 37 '../src/ports/SkFontHost_win.cpp', |
40 '../src/ports/SkFontHost_win_dw.cpp', | 38 '../src/ports/SkFontHost_win_dw.cpp', |
41 '../src/ports/SkFontMgr_default_gdi.cpp', | 39 '../src/ports/SkFontMgr_default_gdi.cpp', |
42 '../src/ports/SkFontMgr_default_dw.cpp', | 40 '../src/ports/SkFontMgr_default_dw.cpp', |
43 '../src/ports/SkRemotableFontMgr_win_dw.cpp', | 41 '../src/ports/SkRemotableFontMgr_win_dw.cpp', |
44 | 42 |
45 '../src/ports/SkGlobalInitialization_default.cpp', | 43 '../src/ports/SkGlobalInitialization_default.cpp', |
46 '../src/ports/SkMemory_malloc.cpp', | 44 '../src/ports/SkMemory_malloc.cpp', |
47 '../src/ports/SkMutex_none.h', | |
48 '../src/ports/SkMutex_pthread.h', | 45 '../src/ports/SkMutex_pthread.h', |
49 '../src/ports/SkMutex_win.h', | 46 '../src/ports/SkMutex_win.h', |
50 '../src/ports/SkOSFile_posix.cpp', | 47 '../src/ports/SkOSFile_posix.cpp', |
51 '../src/ports/SkOSFile_stdio.cpp', | 48 '../src/ports/SkOSFile_stdio.cpp', |
52 '../src/ports/SkOSFile_win.cpp', | 49 '../src/ports/SkOSFile_win.cpp', |
53 '../src/ports/SkDiscardableMemory_none.cpp', | 50 '../src/ports/SkDiscardableMemory_none.cpp', |
54 '../src/ports/SkTime_Unix.cpp', | 51 '../src/ports/SkTime_Unix.cpp', |
55 '../src/ports/SkTime_win.cpp', | 52 '../src/ports/SkTime_win.cpp', |
56 #'../src/ports/SkTLS_none.cpp', | |
57 '../src/ports/SkTLS_pthread.cpp', | 53 '../src/ports/SkTLS_pthread.cpp', |
58 '../src/ports/SkTLS_win.cpp', | 54 '../src/ports/SkTLS_win.cpp', |
59 '../src/ports/SkXMLParser_empty.cpp', | 55 '../src/ports/SkXMLParser_empty.cpp', |
60 | 56 |
61 '../include/ports/SkFontConfigInterface.h', | 57 '../include/ports/SkFontConfigInterface.h', |
62 '../include/ports/SkFontMgr.h', | 58 '../include/ports/SkFontMgr.h', |
63 '../include/ports/SkFontMgr_indirect.h', | 59 '../include/ports/SkFontMgr_indirect.h', |
64 '../include/ports/SkFontStyle.h', | 60 '../include/ports/SkFontStyle.h', |
65 '../include/ports/SkRemotableFontMgr.h', | 61 '../include/ports/SkRemotableFontMgr.h', |
66 ], | 62 ], |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 }], | 187 }], |
192 ], | 188 ], |
193 'direct_dependent_settings': { | 189 'direct_dependent_settings': { |
194 'include_dirs': [ | 190 'include_dirs': [ |
195 '../include/ports', | 191 '../include/ports', |
196 ], | 192 ], |
197 }, | 193 }, |
198 }, | 194 }, |
199 ], | 195 ], |
200 } | 196 } |
OLD | NEW |