blob: 506810866395674cd72c17d363aa5391748bbfad [file] [log] [blame]
bungeman@google.comf8d1aee2012-02-02 19:15:21 +00001{
2 'includes': [
3 'common.gypi',
4 ],
5 'targets': [
6 {
7 'target_name': 'sfnt',
8 'type': 'static_library',
9 'dependencies': [
10 'core.gyp:core',
11 ],
12 'include_dirs': [
13 '../src/sfnt',
14 ],
15 'sources': [
16 '../src/sfnt/SkIBMFamilyClass.h',
17 '../src/sfnt/SkOTTableTypes.h',
18 '../src/sfnt/SkOTTable_head.h',
19 '../src/sfnt/SkOTTable_hhea.h',
20 '../src/sfnt/SkOTTable_OS_2.h',
21 '../src/sfnt/SkOTTable_OS_2_V0.h',
22 '../src/sfnt/SkOTTable_OS_2_V1.h',
23 '../src/sfnt/SkOTTable_OS_2_V2.h',
24 '../src/sfnt/SkOTTable_OS_2_V3.h',
25 '../src/sfnt/SkOTTable_OS_2_V4.h',
26 '../src/sfnt/SkOTTable_OS_2_VA.h',
27 '../src/sfnt/SkOTTable_post.h',
28 '../src/sfnt/SkPanose.h',
29 '../src/sfnt/SkPreprocessorSeq.h',
30 '../src/sfnt/SkTypedEnum.h',
31 ],
32 'direct_dependent_settings': {
33 'include_dirs': [
34 '../src/sfnt',
35 ],
36 },
37 },
38 ],
39}
40
41# Local Variables:
42# tab-width:2
43# indent-tabs-mode:nil
44# End:
45# vim: set expandtab tabstop=2 shiftwidth=2: