blob: a7c073e51860e46cda5f7c0e25e562097041a53a [file] [log] [blame]
yusukes@chromium.orgfb22cb12009-11-05 00:07:54 +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 'includes': [
7 '../../build/common.gypi',
8 ],
9 'targets': [
10 {
11 'target_name': 'ots',
12 'type': '<(library)',
13 'msvs_guid': '529831C4-5E17-4B0F-814E-08DD1D5AFC0B',
14 'sources': [
15 'include/ots-memory-stream.h',
16 'include/opentype-sanitiser.h',
17 'src/cff.cc',
18 'src/cff.h',
19 'src/cmap.cc',
20 'src/cmap.h',
21 'src/cvt.cc',
22 'src/cvt.h',
23 'src/fpgm.cc',
24 'src/fpgm.h',
25 'src/gasp.cc',
26 'src/gasp.h',
27 'src/glyf.cc',
28 'src/glyf.h',
29 'src/hdmx.cc',
30 'src/hdmx.h',
31 'src/head.cc',
32 'src/head.h',
33 'src/hhea.cc',
34 'src/hhea.h',
35 'src/hmtx.cc',
36 'src/hmtx.h',
yusukes@chromium.orgf12575f2010-02-02 21:26:17 +000037 'src/kern.cc',
38 'src/kern.h',
yusukes@chromium.orgfb22cb12009-11-05 00:07:54 +000039 'src/loca.cc',
40 'src/loca.h',
41 'src/ltsh.cc',
42 'src/ltsh.h',
43 'src/maxp.cc',
44 'src/maxp.h',
45 'src/name.cc',
46 'src/os2.cc',
47 'src/os2.h',
48 'src/ots.cc',
49 'src/ots.h',
50 'src/post.cc',
51 'src/post.h',
52 'src/prep.cc',
53 'src/prep.h',
54 'src/vdmx.cc',
55 'src/vdmx.h',
56 'src/vorg.cc',
57 'src/vorg.h',
58 ],
59 'include_dirs': [
60 'include',
61 ],
62 'direct_dependent_settings': {
63 'include_dirs': [
64 'include',
65 ],
66 },
agl@chromium.orgd2831bf2010-04-28 21:44:05 +000067 'dependencies': [
68 '../zlib/zlib.gyp:zlib',
69 ],
yusukes@chromium.orgfb22cb12009-11-05 00:07:54 +000070 },
71 ],
72}