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

Side by Side Diff: gyp/sfnt.gyp

Issue 14873006: XPS ttc handling. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Fix clang error about typename and dependent type. Created 7 years, 7 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 | gyp/xps.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:core', 9 'core.gyp:core',
10 ], 10 ],
(...skipping 16 matching lines...) Expand all
27 '../src/sfnt/SkOTTable_OS_2_V1.h', 27 '../src/sfnt/SkOTTable_OS_2_V1.h',
28 '../src/sfnt/SkOTTable_OS_2_V2.h', 28 '../src/sfnt/SkOTTable_OS_2_V2.h',
29 '../src/sfnt/SkOTTable_OS_2_V3.h', 29 '../src/sfnt/SkOTTable_OS_2_V3.h',
30 '../src/sfnt/SkOTTable_OS_2_V4.h', 30 '../src/sfnt/SkOTTable_OS_2_V4.h',
31 '../src/sfnt/SkOTTable_OS_2_VA.h', 31 '../src/sfnt/SkOTTable_OS_2_VA.h',
32 '../src/sfnt/SkOTTable_post.h', 32 '../src/sfnt/SkOTTable_post.h',
33 '../src/sfnt/SkPanose.h', 33 '../src/sfnt/SkPanose.h',
34 '../src/sfnt/SkOTUtils.h', 34 '../src/sfnt/SkOTUtils.h',
35 '../src/sfnt/SkPreprocessorSeq.h', 35 '../src/sfnt/SkPreprocessorSeq.h',
36 '../src/sfnt/SkSFNTHeader.h', 36 '../src/sfnt/SkSFNTHeader.h',
37 '../src/sfnt/SkTTCFHeader.h',
37 '../src/sfnt/SkTypedEnum.h', 38 '../src/sfnt/SkTypedEnum.h',
38 39
39 '../src/sfnt/SkOTTable_name.cpp', 40 '../src/sfnt/SkOTTable_name.cpp',
40 '../src/sfnt/SkOTUtils.cpp', 41 '../src/sfnt/SkOTUtils.cpp',
41 ], 42 ],
42 'direct_dependent_settings': { 43 'direct_dependent_settings': {
43 'include_dirs': [ 44 'include_dirs': [
44 '../src/sfnt', 45 '../src/sfnt',
45 ], 46 ],
46 }, 47 },
47 }, 48 },
48 ], 49 ],
49 } 50 }
50 51
51 # Local Variables: 52 # Local Variables:
52 # tab-width:2 53 # tab-width:2
53 # indent-tabs-mode:nil 54 # indent-tabs-mode:nil
54 # End: 55 # End:
55 # vim: set expandtab tabstop=2 shiftwidth=2: 56 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gyp/xps.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698