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

Side by Side Diff: gyp/ports.gyp

Issue 488143002: Replace SkTypeface::Style with SkFontStyle. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add expectations, remove whitespace. Created 6 years, 2 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 | « gyp/core.gypi ('k') | include/core/SkFontStyle.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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 '../src/ports/SkDiscardableMemory_none.cpp', 53 '../src/ports/SkDiscardableMemory_none.cpp',
54 '../src/ports/SkTime_Unix.cpp', 54 '../src/ports/SkTime_Unix.cpp',
55 '../src/ports/SkTime_win.cpp', 55 '../src/ports/SkTime_win.cpp',
56 '../src/ports/SkTLS_pthread.cpp', 56 '../src/ports/SkTLS_pthread.cpp',
57 '../src/ports/SkTLS_win.cpp', 57 '../src/ports/SkTLS_win.cpp',
58 '../src/ports/SkXMLParser_empty.cpp', 58 '../src/ports/SkXMLParser_empty.cpp',
59 59
60 '../include/ports/SkFontConfigInterface.h', 60 '../include/ports/SkFontConfigInterface.h',
61 '../include/ports/SkFontMgr.h', 61 '../include/ports/SkFontMgr.h',
62 '../include/ports/SkFontMgr_indirect.h', 62 '../include/ports/SkFontMgr_indirect.h',
63 '../include/ports/SkFontStyle.h',
64 '../include/ports/SkRemotableFontMgr.h', 63 '../include/ports/SkRemotableFontMgr.h',
65 ], 64 ],
66 'conditions': [ 65 'conditions': [
67 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos", "na cl", "android"]', { 66 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos", "na cl", "android"]', {
68 'sources': [ 67 'sources': [
69 '../src/ports/SkFontHost_FreeType.cpp', 68 '../src/ports/SkFontHost_FreeType.cpp',
70 '../src/ports/SkFontHost_FreeType_common.cpp', 69 '../src/ports/SkFontHost_FreeType_common.cpp',
71 ], 70 ],
72 'dependencies': [ 71 'dependencies': [
73 'freetype.gyp:freetype', 72 'freetype.gyp:freetype',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 }], 190 }],
192 ], 191 ],
193 'direct_dependent_settings': { 192 'direct_dependent_settings': {
194 'include_dirs': [ 193 'include_dirs': [
195 '../include/ports', 194 '../include/ports',
196 ], 195 ],
197 }, 196 },
198 }, 197 },
199 ], 198 ],
200 } 199 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkFontStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698