1 { 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_name.h', 21 '../src/sfnt/SkOTTable_OS_2.h', 22 '../src/sfnt/SkOTTable_OS_2_V0.h', 23 '../src/sfnt/SkOTTable_OS_2_V1.h', 24 '../src/sfnt/SkOTTable_OS_2_V2.h', 25 '../src/sfnt/SkOTTable_OS_2_V3.h', 26 '../src/sfnt/SkOTTable_OS_2_V4.h', 27 '../src/sfnt/SkOTTable_OS_2_VA.h', 28 '../src/sfnt/SkOTTable_post.h', 29 '../src/sfnt/SkPanose.h', 30 '../src/sfnt/SkOTUtils.h', 31 '../src/sfnt/SkPreprocessorSeq.h', 32 '../src/sfnt/SkSFNTHeader.h', 33 '../src/sfnt/SkTypedEnum.h', 34 35 '../src/sfnt/SkOTUtils.cpp', 36 ], 37 'direct_dependent_settings': { 38 'include_dirs': [ 39 '../src/sfnt', 40 ], 41 }, 42 }, 43 ], 44 } 45 46 # Local Variables: 47 # tab-width:2 48 # indent-tabs-mode:nil 49 # End: 50 # vim: set expandtab tabstop=2 shiftwidth=2: 51