| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 'sources/': [['include', '../src/ports/SkFontMgr_android_factory.c
pp']], | 131 'sources/': [['include', '../src/ports/SkFontMgr_android_factory.c
pp']], |
| 132 }, { | 132 }, { |
| 133 'link_settings': { | 133 'link_settings': { |
| 134 'libraries': [ | 134 'libraries': [ |
| 135 '-lfontconfig', | 135 '-lfontconfig', |
| 136 ], | 136 ], |
| 137 }, | 137 }, |
| 138 'sources': [ | 138 'sources': [ |
| 139 '../src/ports/SkFontMgr_fontconfig.cpp', | 139 '../src/ports/SkFontMgr_fontconfig.cpp', |
| 140 '../src/ports/SkFontHost_fontconfig.cpp', | 140 '../src/ports/SkFontHost_fontconfig.cpp', |
| 141 '../src/ports/SkFontConfigInterfaceDirect.cpp', |
| 141 '../src/ports/SkFontConfigInterface_direct.cpp', | 142 '../src/ports/SkFontConfigInterface_direct.cpp', |
| 142 ], | 143 ], |
| 143 'sources/': [['include', '../src/ports/SkFontMgr_fontconfig_factor
y.cpp']], | 144 'sources/': [['include', '../src/ports/SkFontMgr_fontconfig_factor
y.cpp']], |
| 144 }] | 145 }] |
| 145 ], | 146 ], |
| 146 }], | 147 }], |
| 147 [ 'skia_os == "mac"', { | 148 [ 'skia_os == "mac"', { |
| 148 'include_dirs': [ | 149 'include_dirs': [ |
| 149 '../include/utils/mac', | 150 '../include/utils/mac', |
| 150 ], | 151 ], |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 }], | 210 }], |
| 210 ], | 211 ], |
| 211 'direct_dependent_settings': { | 212 'direct_dependent_settings': { |
| 212 'include_dirs': [ | 213 'include_dirs': [ |
| 213 '../include/ports', | 214 '../include/ports', |
| 214 ], | 215 ], |
| 215 }, | 216 }, |
| 216 }, | 217 }, |
| 217 ], | 218 ], |
| 218 } | 219 } |
| OLD | NEW |