Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Side by Side Diff: gyp/ports.gyp

Issue 396143004: Add a working SkFontMgr_fontconfig. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove T& operator* from SkAutoTCallVProc. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | include/core/SkTemplates.h » ('j') | src/ports/SkFontMgr_fontconfig.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 }], 191 }],
192 ], 192 ],
193 'direct_dependent_settings': { 193 'direct_dependent_settings': {
194 'include_dirs': [ 194 'include_dirs': [
195 '../include/ports', 195 '../include/ports',
196 ], 196 ],
197 }, 197 },
198 }, 198 },
199 ], 199 ],
200 } 200 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkTemplates.h » ('j') | src/ports/SkFontMgr_fontconfig.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698