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

Side by Side Diff: ots-common.gypi

Issue 139563002: [OTS] Add support for the MATH table. (Closed) Base URL: https://chromium.googlesource.com/external/ots.git@master
Patch Set: More fixes. Created 6 years, 11 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 | « no previous file | src/layout.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'ots_sources': [ 7 'ots_sources': [
8 'include/ots-memory-stream.h', 8 'include/ots-memory-stream.h',
9 'include/opentype-sanitiser.h', 9 'include/opentype-sanitiser.h',
10 'src/cff.cc', 10 'src/cff.cc',
(...skipping 27 matching lines...) Expand all
38 'src/kern.cc', 38 'src/kern.cc',
39 'src/kern.h', 39 'src/kern.h',
40 'src/layout.cc', 40 'src/layout.cc',
41 'src/layout.h', 41 'src/layout.h',
42 'src/loca.cc', 42 'src/loca.cc',
43 'src/loca.h', 43 'src/loca.h',
44 'src/ltsh.cc', 44 'src/ltsh.cc',
45 'src/ltsh.h', 45 'src/ltsh.h',
46 'src/maxp.cc', 46 'src/maxp.cc',
47 'src/maxp.h', 47 'src/maxp.h',
48 'src/math.cc',
49 'src/math_.h',
48 'src/metrics.cc', 50 'src/metrics.cc',
49 'src/metrics.h', 51 'src/metrics.h',
50 'src/name.cc', 52 'src/name.cc',
51 'src/name.h', 53 'src/name.h',
52 'src/os2.cc', 54 'src/os2.cc',
53 'src/os2.h', 55 'src/os2.h',
54 'src/ots.cc', 56 'src/ots.cc',
55 'src/ots.h', 57 'src/ots.h',
56 'src/post.cc', 58 'src/post.cc',
57 'src/post.h', 59 'src/post.h',
58 'src/prep.cc', 60 'src/prep.cc',
59 'src/prep.h', 61 'src/prep.h',
60 'src/vdmx.cc', 62 'src/vdmx.cc',
61 'src/vdmx.h', 63 'src/vdmx.h',
62 'src/vhea.cc', 64 'src/vhea.cc',
63 'src/vhea.h', 65 'src/vhea.h',
64 'src/vmtx.cc', 66 'src/vmtx.cc',
65 'src/vmtx.h', 67 'src/vmtx.h',
66 'src/vorg.cc', 68 'src/vorg.cc',
67 'src/vorg.h', 69 'src/vorg.h',
68 'src/woff2.cc', 70 'src/woff2.cc',
69 'src/woff2.h', 71 'src/woff2.h',
70 ], 72 ],
71 'ots_include_dirs': [ 73 'ots_include_dirs': [
72 'include', 74 'include',
73 ], 75 ],
74 }, 76 },
75 } 77 }
OLDNEW
« no previous file with comments | « no previous file | src/layout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698