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

Side by Side Diff: gyp/ports.gyp

Issue 12938004: Use function-ptr instead of SkFontHost api to allow client to handle (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
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 | src/ports/SkFontHost_sandbox_none.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:core', 10 'core.gyp:core',
11 'sfnt.gyp:sfnt', 11 'sfnt.gyp:sfnt',
12 'utils.gyp:utils', 12 'utils.gyp:utils',
13 ], 13 ],
14 'include_dirs': [ 14 'include_dirs': [
15 '../include/effects', 15 '../include/effects',
16 '../include/images', 16 '../include/images',
17 '../include/ports', 17 '../include/ports',
18 '../include/xml', 18 '../include/xml',
19 '../src/core', 19 '../src/core',
20 '../src/lazy', 20 '../src/lazy',
21 '../src/utils', 21 '../src/utils',
22 ], 22 ],
23 'sources': [ 23 'sources': [
24 '../src/ports/SkDebug_nacl.cpp', 24 '../src/ports/SkDebug_nacl.cpp',
25 '../src/ports/SkDebug_stdio.cpp', 25 '../src/ports/SkDebug_stdio.cpp',
26 '../src/ports/SkDebug_win.cpp', 26 '../src/ports/SkDebug_win.cpp',
27 '../src/ports/SkFontHost_sandbox_none.cpp',
28 '../src/ports/SkFontHost_win.cpp', 27 '../src/ports/SkFontHost_win.cpp',
29 '../src/ports/SkFontHost_win_dw.cpp', 28 '../src/ports/SkFontHost_win_dw.cpp',
30 '../src/ports/SkGlobalInitialization_default.cpp', 29 '../src/ports/SkGlobalInitialization_default.cpp',
31 '../src/ports/SkPurgeableMemoryBlock_none.cpp', 30 '../src/ports/SkPurgeableMemoryBlock_none.cpp',
32 '../src/ports/SkThread_win.cpp', 31 '../src/ports/SkThread_win.cpp',
33 32
34 '../src/ports/SkFontHost_tables.cpp', 33 '../src/ports/SkFontHost_tables.cpp',
35 '../src/ports/SkMemory_malloc.cpp', 34 '../src/ports/SkMemory_malloc.cpp',
36 '../src/ports/SkOSFile_stdio.cpp', 35 '../src/ports/SkOSFile_stdio.cpp',
37 '../src/ports/SkTime_Unix.cpp', 36 '../src/ports/SkTime_Unix.cpp',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 }, 187 },
189 }, 188 },
190 ], 189 ],
191 } 190 }
192 191
193 # Local Variables: 192 # Local Variables:
194 # tab-width:2 193 # tab-width:2
195 # indent-tabs-mode:nil 194 # indent-tabs-mode:nil
196 # End: 195 # End:
197 # vim: set expandtab tabstop=2 shiftwidth=2: 196 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | src/ports/SkFontHost_sandbox_none.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698