| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 }, 'skia_os == "android"', { | 126 }, 'skia_os == "android"', { |
| 127 'sources/': [['include', '../src/ports/SkFontMgr_android_factory.c
pp']], | 127 'sources/': [['include', '../src/ports/SkFontMgr_android_factory.c
pp']], |
| 128 }, { | 128 }, { |
| 129 'link_settings': { | 129 'link_settings': { |
| 130 'libraries': [ | 130 'libraries': [ |
| 131 '-lfontconfig', | 131 '-lfontconfig', |
| 132 ], | 132 ], |
| 133 }, | 133 }, |
| 134 'sources': [ | 134 'sources': [ |
| 135 '../src/ports/SkFontMgr_fontconfig.cpp', | 135 '../src/ports/SkFontMgr_fontconfig.cpp', |
| 136 '../src/ports/SkFontHost_fontconfig.cpp', | |
| 137 '../src/ports/SkFontConfigInterface_direct.cpp', | 136 '../src/ports/SkFontConfigInterface_direct.cpp', |
| 138 '../src/ports/SkFontConfigInterface_direct_factory.cpp', | 137 '../src/ports/SkFontConfigInterface_direct_factory.cpp', |
| 139 ], | 138 ], |
| 140 'sources/': [['include', '../src/ports/SkFontMgr_fontconfig_factor
y.cpp']], | 139 'sources/': [['include', '../src/ports/SkFontMgr_fontconfig_factor
y.cpp']], |
| 141 }] | 140 }] |
| 142 ], | 141 ], |
| 143 }], | 142 }], |
| 144 [ 'skia_os == "mac"', { | 143 [ 'skia_os == "mac"', { |
| 145 'include_dirs': [ | 144 'include_dirs': [ |
| 146 '../include/utils/mac', | 145 '../include/utils/mac', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 }], | 215 }], |
| 217 ], | 216 ], |
| 218 'direct_dependent_settings': { | 217 'direct_dependent_settings': { |
| 219 'include_dirs': [ | 218 'include_dirs': [ |
| 220 '../include/ports', | 219 '../include/ports', |
| 221 ], | 220 ], |
| 222 }, | 221 }, |
| 223 }, | 222 }, |
| 224 ], | 223 ], |
| 225 } | 224 } |
| OLD | NEW |