blob: 0432b4acb208203056c29cd0a6dabdf7e4d95eee [file] [log] [blame]
bashi@chromium.org54651a62011-02-18 09:05:42 +00001# 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/cff.cc',
11 'src/cff.h',
12 'src/cff_type2_charstring.cc',
13 'src/cff_type2_charstring.h',
14 'src/cmap.cc',
15 'src/cmap.h',
16 'src/cvt.cc',
17 'src/cvt.h',
18 'src/fpgm.cc',
19 'src/fpgm.h',
20 'src/gasp.cc',
21 'src/gasp.h',
22 'src/gdef.cc',
23 'src/gdef.h',
24 'src/glyf.cc',
25 'src/glyf.h',
26 'src/gpos.cc',
27 'src/gpos.h',
bashi@chromium.orga5748662011-03-18 17:48:29 +000028 'src/gsub.cc',
29 'src/gsub.h',
bashi@chromium.org54651a62011-02-18 09:05:42 +000030 'src/hdmx.cc',
31 'src/hdmx.h',
32 'src/head.cc',
33 'src/head.h',
34 'src/hhea.cc',
35 'src/hhea.h',
36 'src/hmtx.cc',
37 'src/hmtx.h',
38 'src/kern.cc',
39 'src/kern.h',
40 'src/layout.cc',
41 'src/layout.h',
42 'src/loca.cc',
43 'src/loca.h',
44 'src/ltsh.cc',
45 'src/ltsh.h',
46 'src/maxp.cc',
47 'src/maxp.h',
bashi@chromium.org4dcad602011-03-28 20:51:38 +000048 'src/metrics.cc',
49 'src/metrics.h',
bashi@chromium.org54651a62011-02-18 09:05:42 +000050 'src/name.cc',
51 'src/os2.cc',
52 'src/os2.h',
53 'src/ots.cc',
54 'src/ots.h',
55 'src/post.cc',
56 'src/post.h',
57 'src/prep.cc',
58 'src/prep.h',
59 'src/vdmx.cc',
60 'src/vdmx.h',
bashi@chromium.org4dcad602011-03-28 20:51:38 +000061 'src/vhea.cc',
62 'src/vhea.h',
63 'src/vmtx.cc',
64 'src/vmtx.h',
bashi@chromium.org54651a62011-02-18 09:05:42 +000065 'src/vorg.cc',
66 'src/vorg.h',
67 ],
68 'ots_include_dirs': [
69 'include',
70 ],
71 },
72}