OLD | NEW |
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 # Port-specific Skia library code. | 5 # Port-specific Skia library code. |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'ports', | 9 'target_name': 'ports', |
10 'product_name': 'skia_ports', | 10 'product_name': 'skia_ports', |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 '../src/ports/SkOSFile_win.cpp', | 53 '../src/ports/SkOSFile_win.cpp', |
54 '../src/ports/SkOSLibrary.h', | 54 '../src/ports/SkOSLibrary.h', |
55 '../src/ports/SkOSLibrary_posix.cpp', | 55 '../src/ports/SkOSLibrary_posix.cpp', |
56 '../src/ports/SkOSLibrary_win.cpp', | 56 '../src/ports/SkOSLibrary_win.cpp', |
57 '../src/ports/SkDiscardableMemory_none.cpp', | 57 '../src/ports/SkDiscardableMemory_none.cpp', |
58 '../src/ports/SkTime_Unix.cpp', | 58 '../src/ports/SkTime_Unix.cpp', |
59 '../src/ports/SkTime_win.cpp', | 59 '../src/ports/SkTime_win.cpp', |
60 '../src/ports/SkTLS_pthread.cpp', | 60 '../src/ports/SkTLS_pthread.cpp', |
61 '../src/ports/SkTLS_win.cpp', | 61 '../src/ports/SkTLS_win.cpp', |
62 | 62 |
63 '../include/ports/SkAtomics_atomic.h', | |
64 '../include/ports/SkAtomics_std.h', | |
65 '../include/ports/SkAtomics_sync.h', | |
66 '../include/ports/SkFontConfigInterface.h', | 63 '../include/ports/SkFontConfigInterface.h', |
67 '../include/ports/SkFontMgr.h', | 64 '../include/ports/SkFontMgr.h', |
68 '../include/ports/SkFontMgr_android.h', | 65 '../include/ports/SkFontMgr_android.h', |
69 '../include/ports/SkFontMgr_custom.h', | 66 '../include/ports/SkFontMgr_custom.h', |
70 '../include/ports/SkFontMgr_fontconfig.h', | 67 '../include/ports/SkFontMgr_fontconfig.h', |
71 '../include/ports/SkFontMgr_indirect.h', | 68 '../include/ports/SkFontMgr_indirect.h', |
72 '../include/ports/SkRemotableFontMgr.h', | 69 '../include/ports/SkRemotableFontMgr.h', |
73 ], | 70 ], |
74 'sources/': [ | 71 'sources/': [ |
75 ['exclude', 'SkFontMgr_.+_factory\\.cpp$'], | 72 ['exclude', 'SkFontMgr_.+_factory\\.cpp$'], |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 }], | 209 }], |
213 ], | 210 ], |
214 'direct_dependent_settings': { | 211 'direct_dependent_settings': { |
215 'include_dirs': [ | 212 'include_dirs': [ |
216 '../include/ports', | 213 '../include/ports', |
217 ], | 214 ], |
218 }, | 215 }, |
219 }, | 216 }, |
220 ], | 217 ], |
221 } | 218 } |
OLD | NEW |