| 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:*', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 '../src/ports/SkFontHost_linux.cpp', | 85 '../src/ports/SkFontHost_linux.cpp', |
| 86 ], | 86 ], |
| 87 }, { | 87 }, { |
| 88 'link_settings': { | 88 'link_settings': { |
| 89 'libraries': [ | 89 'libraries': [ |
| 90 '-lfontconfig', | 90 '-lfontconfig', |
| 91 '-ldl', | 91 '-ldl', |
| 92 ], | 92 ], |
| 93 }, | 93 }, |
| 94 'sources': [ | 94 'sources': [ |
| 95 '../src/fonts/SkFontMgr_fontconfig.cpp', | 95 '../src/ports/SkFontMgr_fontconfig.cpp', |
| 96 '../src/ports/SkFontHost_fontconfig.cpp', | 96 '../src/ports/SkFontHost_fontconfig.cpp', |
| 97 '../src/ports/SkFontConfigInterface_direct.cpp', | 97 '../src/ports/SkFontConfigInterface_direct.cpp', |
| 98 ], | 98 ], |
| 99 }] | 99 }] |
| 100 ], | 100 ], |
| 101 }], | 101 }], |
| 102 [ 'skia_os == "nacl"', { | 102 [ 'skia_os == "nacl"', { |
| 103 'sources': [ | 103 'sources': [ |
| 104 '../src/ports/SkFontHost_linux.cpp', | 104 '../src/ports/SkFontHost_linux.cpp', |
| 105 ], | 105 ], |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 }], | 192 }], |
| 193 ], | 193 ], |
| 194 'direct_dependent_settings': { | 194 'direct_dependent_settings': { |
| 195 'include_dirs': [ | 195 'include_dirs': [ |
| 196 '../include/ports', | 196 '../include/ports', |
| 197 ], | 197 ], |
| 198 }, | 198 }, |
| 199 }, | 199 }, |
| 200 ], | 200 ], |
| 201 } | 201 } |
| OLD | NEW |