| 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 14 matching lines...) Expand all Loading... |
| 25 '../src/sfnt', | 25 '../src/sfnt', |
| 26 '../src/utils', | 26 '../src/utils', |
| 27 ], | 27 ], |
| 28 'sources': [ | 28 'sources': [ |
| 29 '../src/ports/SkDebug_stdio.cpp', | 29 '../src/ports/SkDebug_stdio.cpp', |
| 30 '../src/ports/SkDebug_win.cpp', | 30 '../src/ports/SkDebug_win.cpp', |
| 31 | 31 |
| 32 '../src/fonts/SkFontMgr_indirect.cpp', | 32 '../src/fonts/SkFontMgr_indirect.cpp', |
| 33 '../src/fonts/SkRemotableFontMgr.cpp', | 33 '../src/fonts/SkRemotableFontMgr.cpp', |
| 34 '../src/ports/SkFontHost_win.cpp', | 34 '../src/ports/SkFontHost_win.cpp', |
| 35 '../src/ports/SkFontMgr_android_factory.cpp', |
| 35 '../src/ports/SkFontMgr_custom_directory_factory.cpp', | 36 '../src/ports/SkFontMgr_custom_directory_factory.cpp', |
| 36 '../src/ports/SkFontMgr_custom_embedded_factory.cpp', | 37 '../src/ports/SkFontMgr_custom_embedded_factory.cpp', |
| 37 '../src/ports/SkFontMgr_fontconfig_factory.cpp', | 38 '../src/ports/SkFontMgr_fontconfig_factory.cpp', |
| 38 '../src/ports/SkFontMgr_win_dw.cpp', | 39 '../src/ports/SkFontMgr_win_dw.cpp', |
| 39 '../src/ports/SkFontMgr_win_dw_factory.cpp', | 40 '../src/ports/SkFontMgr_win_dw_factory.cpp', |
| 40 '../src/ports/SkFontMgr_win_gdi_factory.cpp', | 41 '../src/ports/SkFontMgr_win_gdi_factory.cpp', |
| 41 '../src/ports/SkRemotableFontMgr_win_dw.cpp', | 42 '../src/ports/SkRemotableFontMgr_win_dw.cpp', |
| 42 '../src/ports/SkScalerContext_win_dw.cpp', | 43 '../src/ports/SkScalerContext_win_dw.cpp', |
| 43 '../src/ports/SkScalerContext_win_dw.h', | 44 '../src/ports/SkScalerContext_win_dw.h', |
| 44 '../src/ports/SkTypeface_win_dw.cpp', | 45 '../src/ports/SkTypeface_win_dw.cpp', |
| 45 '../src/ports/SkTypeface_win_dw.h', | 46 '../src/ports/SkTypeface_win_dw.h', |
| 46 | 47 |
| 47 '../src/ports/SkGlobalInitialization_default.cpp', | 48 '../src/ports/SkGlobalInitialization_default.cpp', |
| 48 '../src/ports/SkMemory_malloc.cpp', | 49 '../src/ports/SkMemory_malloc.cpp', |
| 49 '../src/ports/SkOSFile_posix.cpp', | 50 '../src/ports/SkOSFile_posix.cpp', |
| 50 '../src/ports/SkOSFile_stdio.cpp', | 51 '../src/ports/SkOSFile_stdio.cpp', |
| 51 '../src/ports/SkOSFile_win.cpp', | 52 '../src/ports/SkOSFile_win.cpp', |
| 52 '../src/ports/SkDiscardableMemory_none.cpp', | 53 '../src/ports/SkDiscardableMemory_none.cpp', |
| 53 '../src/ports/SkTime_Unix.cpp', | 54 '../src/ports/SkTime_Unix.cpp', |
| 54 '../src/ports/SkTime_win.cpp', | 55 '../src/ports/SkTime_win.cpp', |
| 55 '../src/ports/SkTLS_pthread.cpp', | 56 '../src/ports/SkTLS_pthread.cpp', |
| 56 '../src/ports/SkTLS_win.cpp', | 57 '../src/ports/SkTLS_win.cpp', |
| 57 | 58 |
| 58 '../include/ports/SkAtomics_atomic.h', | 59 '../include/ports/SkAtomics_atomic.h', |
| 59 '../include/ports/SkAtomics_std.h', | 60 '../include/ports/SkAtomics_std.h', |
| 60 '../include/ports/SkAtomics_sync.h', | 61 '../include/ports/SkAtomics_sync.h', |
| 61 '../include/ports/SkFontConfigInterface.h', | 62 '../include/ports/SkFontConfigInterface.h', |
| 62 '../include/ports/SkFontMgr.h', | 63 '../include/ports/SkFontMgr.h', |
| 64 '../include/ports/SkFontMgr_android.h', |
| 63 '../include/ports/SkFontMgr_custom.h', | 65 '../include/ports/SkFontMgr_custom.h', |
| 64 '../include/ports/SkFontMgr_fontconfig.h', | 66 '../include/ports/SkFontMgr_fontconfig.h', |
| 65 '../include/ports/SkFontMgr_indirect.h', | 67 '../include/ports/SkFontMgr_indirect.h', |
| 66 '../include/ports/SkMutex_pthread.h', | 68 '../include/ports/SkMutex_pthread.h', |
| 67 '../include/ports/SkMutex_win.h', | 69 '../include/ports/SkMutex_win.h', |
| 68 '../include/ports/SkRemotableFontMgr.h', | 70 '../include/ports/SkRemotableFontMgr.h', |
| 69 ], | 71 ], |
| 70 'sources/': [ | 72 'sources/': [ |
| 71 ['exclude', 'SkFontMgr_.+_factory\\.cpp$'], | 73 ['exclude', 'SkFontMgr_.+_factory\\.cpp$'], |
| 72 ], | 74 ], |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 }], | 210 }], |
| 209 [ 'skia_os == "android"', { | 211 [ 'skia_os == "android"', { |
| 210 'sources!': [ | 212 'sources!': [ |
| 211 '../src/ports/SkDebug_stdio.cpp', | 213 '../src/ports/SkDebug_stdio.cpp', |
| 212 ], | 214 ], |
| 213 'sources': [ | 215 'sources': [ |
| 214 '../src/ports/SkDebug_android.cpp', | 216 '../src/ports/SkDebug_android.cpp', |
| 215 '../src/ports/SkFontConfigParser_android.cpp', | 217 '../src/ports/SkFontConfigParser_android.cpp', |
| 216 '../src/ports/SkFontMgr_android.cpp', | 218 '../src/ports/SkFontMgr_android.cpp', |
| 217 ], | 219 ], |
| 220 'sources/': [['include', '../src/ports/SkFontMgr_android_factory.cpp']
], |
| 218 'dependencies': [ | 221 'dependencies': [ |
| 219 'android_deps.gyp:expat', | 222 'android_deps.gyp:expat', |
| 220 ], | 223 ], |
| 221 }], | 224 }], |
| 222 ], | 225 ], |
| 223 'direct_dependent_settings': { | 226 'direct_dependent_settings': { |
| 224 'include_dirs': [ | 227 'include_dirs': [ |
| 225 '../include/ports', | 228 '../include/ports', |
| 226 ], | 229 ], |
| 227 }, | 230 }, |
| 228 }, | 231 }, |
| 229 ], | 232 ], |
| 230 } | 233 } |
| OLD | NEW |