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

Side by Side Diff: gyp/ports.gyp

Issue 445143002: Remove Android FontConfigInterface (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase Created 6 years, 4 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/ports/SkTypeface_android.h » ('j') | no next file with comments »
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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 '../src/ports/SkTypeface_win_dw.cpp', 175 '../src/ports/SkTypeface_win_dw.cpp',
176 '../src/ports/SkTypeface_win_dw.h', 176 '../src/ports/SkTypeface_win_dw.h',
177 ], 177 ],
178 }], 178 }],
179 [ 'skia_os == "android"', { 179 [ 'skia_os == "android"', {
180 'sources!': [ 180 'sources!': [
181 '../src/ports/SkDebug_stdio.cpp', 181 '../src/ports/SkDebug_stdio.cpp',
182 ], 182 ],
183 'sources': [ 183 'sources': [
184 '../src/ports/SkDebug_android.cpp', 184 '../src/ports/SkDebug_android.cpp',
185 '../src/ports/SkFontConfigInterface_android.cpp',
186 '../src/ports/SkFontConfigParser_android.cpp', 185 '../src/ports/SkFontConfigParser_android.cpp',
187 '../src/ports/SkFontHost_fontconfig.cpp',
188 '../src/ports/SkFontMgr_android.cpp', 186 '../src/ports/SkFontMgr_android.cpp',
189 ], 187 ],
190 'dependencies': [ 188 'dependencies': [
191 'android_deps.gyp:expat', 189 'android_deps.gyp:expat',
192 ], 190 ],
193 }], 191 }],
194 ], 192 ],
195 'direct_dependent_settings': { 193 'direct_dependent_settings': {
196 'include_dirs': [ 194 'include_dirs': [
197 '../include/ports', 195 '../include/ports',
198 ], 196 ],
199 }, 197 },
200 }, 198 },
201 ], 199 ],
202 } 200 }
OLDNEW
« no previous file with comments | « no previous file | include/ports/SkTypeface_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698