OLD | NEW |
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'sfnt', | 8 'target_name': 'sfnt', |
9 'product_name': 'skia_sfnt', | 9 'product_name': 'skia_sfnt', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 24 matching lines...) Expand all Loading... |
35 '../src/sfnt/SkOTTable_OS_2.h', | 35 '../src/sfnt/SkOTTable_OS_2.h', |
36 '../src/sfnt/SkOTTable_OS_2_V0.h', | 36 '../src/sfnt/SkOTTable_OS_2_V0.h', |
37 '../src/sfnt/SkOTTable_OS_2_V1.h', | 37 '../src/sfnt/SkOTTable_OS_2_V1.h', |
38 '../src/sfnt/SkOTTable_OS_2_V2.h', | 38 '../src/sfnt/SkOTTable_OS_2_V2.h', |
39 '../src/sfnt/SkOTTable_OS_2_V3.h', | 39 '../src/sfnt/SkOTTable_OS_2_V3.h', |
40 '../src/sfnt/SkOTTable_OS_2_V4.h', | 40 '../src/sfnt/SkOTTable_OS_2_V4.h', |
41 '../src/sfnt/SkOTTable_OS_2_VA.h', | 41 '../src/sfnt/SkOTTable_OS_2_VA.h', |
42 '../src/sfnt/SkOTTable_post.h', | 42 '../src/sfnt/SkOTTable_post.h', |
43 '../src/sfnt/SkPanose.h', | 43 '../src/sfnt/SkPanose.h', |
44 '../src/sfnt/SkOTUtils.h', | 44 '../src/sfnt/SkOTUtils.h', |
45 '../src/sfnt/SkPreprocessorSeq.h', | |
46 '../src/sfnt/SkSFNTHeader.h', | 45 '../src/sfnt/SkSFNTHeader.h', |
47 '../src/sfnt/SkTTCFHeader.h', | 46 '../src/sfnt/SkTTCFHeader.h', |
48 '../src/sfnt/SkTypedEnum.h', | |
49 | 47 |
50 '../src/sfnt/SkOTTable_name.cpp', | 48 '../src/sfnt/SkOTTable_name.cpp', |
51 '../src/sfnt/SkOTUtils.cpp', | 49 '../src/sfnt/SkOTUtils.cpp', |
52 ], | 50 ], |
53 'direct_dependent_settings': { | 51 'direct_dependent_settings': { |
54 'include_dirs': [ | 52 'include_dirs': [ |
55 '../src/sfnt', | 53 '../src/sfnt', |
56 ], | 54 ], |
57 }, | 55 }, |
58 }, | 56 }, |
59 ], | 57 ], |
60 } | 58 } |
OLD | NEW |