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

Side by Side Diff: gyp/ports.gyp

Issue 667023002: Revert of Replace SkTypeface::Style with SkFontStyle. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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',
63 '../include/ports/SkRemotableFontMgr.h', 64 '../include/ports/SkRemotableFontMgr.h',
64 ], 65 ],
65 'conditions': [ 66 'conditions': [
66 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos", "na cl", "android"]', { 67 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos", "na cl", "android"]', {
67 'sources': [ 68 'sources': [
68 '../src/ports/SkFontHost_FreeType.cpp', 69 '../src/ports/SkFontHost_FreeType.cpp',
69 '../src/ports/SkFontHost_FreeType_common.cpp', 70 '../src/ports/SkFontHost_FreeType_common.cpp',
70 ], 71 ],
71 'dependencies': [ 72 'dependencies': [
72 'freetype.gyp:freetype', 73 'freetype.gyp:freetype',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 }], 191 }],
191 ], 192 ],
192 'direct_dependent_settings': { 193 'direct_dependent_settings': {
193 'include_dirs': [ 194 'include_dirs': [
194 '../include/ports', 195 '../include/ports',
195 ], 196 ],
196 }, 197 },
197 }, 198 },
198 ], 199 ],
199 } 200 }
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