| 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': [ | 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 Loading... |
| 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 } |
| OLD | NEW |