Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(389)

Side by Side Diff: third_party/ots/ots-common.gypi

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/ots/ots.gyp ('k') | third_party/protobuf/protobuf.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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/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',
28 'src/gsub.cc',
29 'src/gsub.h',
30 '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',
48 'src/math.cc',
49 'src/math_.h',
50 'src/metrics.cc',
51 'src/metrics.h',
52 'src/name.cc',
53 'src/name.h',
54 'src/os2.cc',
55 'src/os2.h',
56 'src/ots.cc',
57 'src/ots.h',
58 'src/post.cc',
59 'src/post.h',
60 'src/prep.cc',
61 'src/prep.h',
62 'src/vdmx.cc',
63 'src/vdmx.h',
64 'src/vhea.cc',
65 'src/vhea.h',
66 'src/vmtx.cc',
67 'src/vmtx.h',
68 'src/vorg.cc',
69 'src/vorg.h',
70 ],
71 'ots_include_dirs': [
72 'include',
73 ],
74 },
75 }
OLDNEW
« no previous file with comments | « third_party/ots/ots.gyp ('k') | third_party/protobuf/protobuf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698