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

Side by Side Diff: gyp/ports.gyp

Issue 414483002: SkFontMgr for Android. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase and add index. Created 6 years, 5 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 | src/ports/SkFontConfigInterface_android.cpp » ('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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 185 '../src/ports/SkFontConfigInterface_android.cpp',
186 '../src/ports/SkFontConfigParser_android.cpp', 186 '../src/ports/SkFontConfigParser_android.cpp',
187 '../src/ports/SkFontHost_fontconfig.cpp', 187 '../src/ports/SkFontHost_fontconfig.cpp',
188 '../src/ports/SkFontMgr_android.cpp',
188 ], 189 ],
189 'dependencies': [ 190 'dependencies': [
190 'android_deps.gyp:expat', 191 'android_deps.gyp:expat',
191 ], 192 ],
192 }], 193 }],
193 ], 194 ],
194 'direct_dependent_settings': { 195 'direct_dependent_settings': {
195 'include_dirs': [ 196 'include_dirs': [
196 '../include/ports', 197 '../include/ports',
197 ], 198 ],
198 }, 199 },
199 }, 200 },
200 ], 201 ],
201 } 202 }
OLDNEW
« no previous file with comments | « no previous file | src/ports/SkFontConfigInterface_android.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698