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

Side by Side Diff: ots-common.gypi

Issue 7976019: [OTS] Sort NameRecords in name table if they are not sorted. (Closed) Base URL: http://ots.googlecode.com/svn/trunk/
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/name.cc » ('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 30 matching lines...) Expand all
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/metrics.cc', 48 'src/metrics.cc',
49 'src/metrics.h', 49 'src/metrics.h',
50 'src/name.cc', 50 'src/name.cc',
51 'src/name.h',
51 'src/os2.cc', 52 'src/os2.cc',
52 'src/os2.h', 53 'src/os2.h',
53 'src/ots.cc', 54 'src/ots.cc',
54 'src/ots.h', 55 'src/ots.h',
55 'src/post.cc', 56 'src/post.cc',
56 'src/post.h', 57 'src/post.h',
57 'src/prep.cc', 58 'src/prep.cc',
58 'src/prep.h', 59 'src/prep.h',
59 'src/vdmx.cc', 60 'src/vdmx.cc',
60 'src/vdmx.h', 61 'src/vdmx.h',
61 'src/vhea.cc', 62 'src/vhea.cc',
62 'src/vhea.h', 63 'src/vhea.h',
63 'src/vmtx.cc', 64 'src/vmtx.cc',
64 'src/vmtx.h', 65 'src/vmtx.h',
65 'src/vorg.cc', 66 'src/vorg.cc',
66 'src/vorg.h', 67 'src/vorg.h',
67 ], 68 ],
68 'ots_include_dirs': [ 69 'ots_include_dirs': [
69 'include', 70 'include',
70 ], 71 ],
71 }, 72 },
72 } 73 }
OLDNEW
« no previous file with comments | « no previous file | src/name.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698