Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / ots / ots-common.gypi
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6   'variables': {
7     'ots_sources': [
8       'include/ots-memory-stream.h',
9       'include/opentype-sanitiser.h',
10       'src/cbdt.cc',
11       'src/cbdt.h',
12       'src/cblc.cc',
13       'src/cblc.h',
14       'src/cff.cc',
15       'src/cff.h',
16       'src/cff_type2_charstring.cc',
17       'src/cff_type2_charstring.h',
18       'src/cmap.cc',
19       'src/cmap.h',
20       'src/cvt.cc',
21       'src/cvt.h',
22       'src/fpgm.cc',
23       'src/fpgm.h',
24       'src/gasp.cc',
25       'src/gasp.h',
26       'src/gdef.cc',
27       'src/gdef.h',
28       'src/glyf.cc',
29       'src/glyf.h',
30       'src/gpos.cc',
31       'src/gpos.h',
32       'src/gsub.cc',
33       'src/gsub.h',
34       'src/hdmx.cc',
35       'src/hdmx.h',
36       'src/head.cc',
37       'src/head.h',
38       'src/hhea.cc',
39       'src/hhea.h',
40       'src/hmtx.cc',
41       'src/hmtx.h',
42       'src/kern.cc',
43       'src/kern.h',
44       'src/layout.cc',
45       'src/layout.h',
46       'src/loca.cc',
47       'src/loca.h',
48       'src/ltsh.cc',
49       'src/ltsh.h',
50       'src/maxp.cc',
51       'src/maxp.h',
52       'src/math.cc',
53       'src/math_.h',
54       'src/metrics.cc',
55       'src/metrics.h',
56       'src/name.cc',
57       'src/name.h',
58       'src/os2.cc',
59       'src/os2.h',
60       'src/ots.cc',
61       'src/ots.h',
62       'src/post.cc',
63       'src/post.h',
64       'src/prep.cc',
65       'src/prep.h',
66       'src/vdmx.cc',
67       'src/vdmx.h',
68       'src/vhea.cc',
69       'src/vhea.h',
70       'src/vmtx.cc',
71       'src/vmtx.h',
72       'src/vorg.cc',
73       'src/vorg.h',
74       'src/woff2.cc',
75       'src/woff2.h',
76     ],
77     'ots_include_dirs': [
78       'include',
79     ],
80   },
81 }