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

Side by Side Diff: gyp/sfnt.gyp

Issue 341343002: Better rendering detection with DirectWrite. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address comments, add comments. Created 6 years, 6 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
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'sfnt', 4 'target_name': 'sfnt',
5 'product_name': 'skia_sfnt', 5 'product_name': 'skia_sfnt',
6 'type': 'static_library', 6 'type': 'static_library',
7 'standalone_static_library': 1, 7 'standalone_static_library': 1,
8 'dependencies': [ 8 'dependencies': [
9 'core.gyp:*', 9 'core.gyp:*',
10 ], 10 ],
11 'include_dirs': [ 11 'include_dirs': [
12 '../src/sfnt', 12 '../src/sfnt',
13 ], 13 ],
14 'sources': [ 14 'sources': [
15 '../src/sfnt/SkIBMFamilyClass.h', 15 '../src/sfnt/SkIBMFamilyClass.h',
16 '../src/sfnt/SkOTTableTypes.h', 16 '../src/sfnt/SkOTTableTypes.h',
17 '../src/sfnt/SkOTTable_EBDT.h', 17 '../src/sfnt/SkOTTable_EBDT.h',
18 '../src/sfnt/SkOTTable_EBLC.h', 18 '../src/sfnt/SkOTTable_EBLC.h',
19 '../src/sfnt/SkOTTable_EBSC.h', 19 '../src/sfnt/SkOTTable_EBSC.h',
20 '../src/sfnt/SkOTTable_gasp.h',
20 '../src/sfnt/SkOTTable_glyf.h', 21 '../src/sfnt/SkOTTable_glyf.h',
21 '../src/sfnt/SkOTTable_head.h', 22 '../src/sfnt/SkOTTable_head.h',
22 '../src/sfnt/SkOTTable_hhea.h', 23 '../src/sfnt/SkOTTable_hhea.h',
23 '../src/sfnt/SkOTTable_loca.h', 24 '../src/sfnt/SkOTTable_loca.h',
24 '../src/sfnt/SkOTTable_maxp.h', 25 '../src/sfnt/SkOTTable_maxp.h',
25 '../src/sfnt/SkOTTable_maxp_CFF.h', 26 '../src/sfnt/SkOTTable_maxp_CFF.h',
26 '../src/sfnt/SkOTTable_maxp_TT.h', 27 '../src/sfnt/SkOTTable_maxp_TT.h',
27 '../src/sfnt/SkOTTable_name.h', 28 '../src/sfnt/SkOTTable_name.h',
28 '../src/sfnt/SkOTTable_OS_2.h', 29 '../src/sfnt/SkOTTable_OS_2.h',
29 '../src/sfnt/SkOTTable_OS_2_V0.h', 30 '../src/sfnt/SkOTTable_OS_2_V0.h',
(...skipping 14 matching lines...) Expand all
44 '../src/sfnt/SkOTUtils.cpp', 45 '../src/sfnt/SkOTUtils.cpp',
45 ], 46 ],
46 'direct_dependent_settings': { 47 'direct_dependent_settings': {
47 'include_dirs': [ 48 'include_dirs': [
48 '../src/sfnt', 49 '../src/sfnt',
49 ], 50 ],
50 }, 51 },
51 }, 52 },
52 ], 53 ],
53 } 54 }
OLDNEW
« no previous file with comments | « no previous file | src/ports/SkScalerContext_win_dw.cpp » ('j') | src/ports/SkScalerContext_win_dw.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698