| 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:core', | 9 'core.gyp:core', |
| 10 ], | 10 ], |
| (...skipping 16 matching lines...) Expand all Loading... |
| 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: |
| OLD | NEW |