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

Side by Side Diff: trunk/gyp/ports.gyp

Issue 13008019: remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: Created 7 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | trunk/include/core/SkFontHost.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:core', 10 'core.gyp:core',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 }], 88 }],
89 [ 'skia_os == "mac"', { 89 [ 'skia_os == "mac"', {
90 'include_dirs': [ 90 'include_dirs': [
91 '../include/utils/mac', 91 '../include/utils/mac',
92 '../third_party/freetype/include/**', 92 '../third_party/freetype/include/**',
93 ], 93 ],
94 'sources': [ 94 'sources': [
95 '../src/ports/SkFontHost_mac.cpp', 95 '../src/ports/SkFontHost_mac.cpp',
96 # '../src/ports/SkFontHost_FreeType.cpp', 96 # '../src/ports/SkFontHost_FreeType.cpp',
97 # '../src/ports/SkFontHost_FreeType_common.cpp', 97 # '../src/ports/SkFontHost_FreeType_common.cpp',
98 # '../src/ports/SkFontHost_freetype_mac.cpp',
99 '../src/ports/SkPurgeableMemoryBlock_mac.cpp', 98 '../src/ports/SkPurgeableMemoryBlock_mac.cpp',
100 '../src/ports/SkThread_pthread.cpp', 99 '../src/ports/SkThread_pthread.cpp',
101 '../src/utils/mac/SkStream_mac.cpp', 100 '../src/utils/mac/SkStream_mac.cpp',
102 ], 101 ],
103 'sources!': [ 102 'sources!': [
104 '../src/ports/SkPurgeableMemoryBlock_none.cpp', 103 '../src/ports/SkPurgeableMemoryBlock_none.cpp',
105 '../src/ports/SkFontHost_tables.cpp', 104 '../src/ports/SkFontHost_tables.cpp',
106 ], 105 ],
107 }], 106 }],
108 [ 'skia_os == "ios"', { 107 [ 'skia_os == "ios"', {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 }, 182 },
184 }, 183 },
185 ], 184 ],
186 } 185 }
187 186
188 # Local Variables: 187 # Local Variables:
189 # tab-width:2 188 # tab-width:2
190 # indent-tabs-mode:nil 189 # indent-tabs-mode:nil
191 # End: 190 # End:
192 # vim: set expandtab tabstop=2 shiftwidth=2: 191 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | trunk/include/core/SkFontHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698