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:*', |
| 10 ], |
8 'include_dirs': [ | 11 'include_dirs': [ |
9 '../include/config', | |
10 '../include/core', | |
11 '../src/sfnt', | 12 '../src/sfnt', |
12 ], | 13 ], |
13 'sources': [ | 14 'sources': [ |
14 '../src/sfnt/SkIBMFamilyClass.h', | 15 '../src/sfnt/SkIBMFamilyClass.h', |
15 '../src/sfnt/SkOTTableTypes.h', | 16 '../src/sfnt/SkOTTableTypes.h', |
16 '../src/sfnt/SkOTTable_glyf.h', | 17 '../src/sfnt/SkOTTable_glyf.h', |
17 '../src/sfnt/SkOTTable_head.h', | 18 '../src/sfnt/SkOTTable_head.h', |
18 '../src/sfnt/SkOTTable_hhea.h', | 19 '../src/sfnt/SkOTTable_hhea.h', |
19 '../src/sfnt/SkOTTable_loca.h', | 20 '../src/sfnt/SkOTTable_loca.h', |
20 '../src/sfnt/SkOTTable_maxp.h', | 21 '../src/sfnt/SkOTTable_maxp.h', |
(...skipping 25 matching lines...) Expand all Loading... |
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: |
OLD | NEW |