OLD | NEW |
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': [ | |
9 'core.gyp:core', | |
10 ], | |
11 'include_dirs': [ | 8 'include_dirs': [ |
| 9 '../include/config', |
| 10 '../include/core', |
12 '../src/sfnt', | 11 '../src/sfnt', |
13 ], | 12 ], |
14 'sources': [ | 13 'sources': [ |
15 '../src/sfnt/SkIBMFamilyClass.h', | 14 '../src/sfnt/SkIBMFamilyClass.h', |
16 '../src/sfnt/SkOTTableTypes.h', | 15 '../src/sfnt/SkOTTableTypes.h', |
17 '../src/sfnt/SkOTTable_glyf.h', | 16 '../src/sfnt/SkOTTable_glyf.h', |
18 '../src/sfnt/SkOTTable_head.h', | 17 '../src/sfnt/SkOTTable_head.h', |
19 '../src/sfnt/SkOTTable_hhea.h', | 18 '../src/sfnt/SkOTTable_hhea.h', |
20 '../src/sfnt/SkOTTable_loca.h', | 19 '../src/sfnt/SkOTTable_loca.h', |
21 '../src/sfnt/SkOTTable_maxp.h', | 20 '../src/sfnt/SkOTTable_maxp.h', |
(...skipping 25 matching lines...) Expand all Loading... |
47 }, | 46 }, |
48 }, | 47 }, |
49 ], | 48 ], |
50 } | 49 } |
51 | 50 |
52 # Local Variables: | 51 # Local Variables: |
53 # tab-width:2 | 52 # tab-width:2 |
54 # indent-tabs-mode:nil | 53 # indent-tabs-mode:nil |
55 # End: | 54 # End: |
56 # vim: set expandtab tabstop=2 shiftwidth=2: | 55 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |