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

Side by Side Diff: ots.gyp

Issue 524018: Add support for 'kern' OpenType table.... (Closed) Base URL: http://ots.googlecode.com/svn/trunk/
Patch Set: Created 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/kern.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 'includes': [ 6 'includes': [
7 '../../build/common.gypi', 7 '../../build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 16 matching lines...) Expand all
27 'src/glyf.cc', 27 'src/glyf.cc',
28 'src/glyf.h', 28 'src/glyf.h',
29 'src/hdmx.cc', 29 'src/hdmx.cc',
30 'src/hdmx.h', 30 'src/hdmx.h',
31 'src/head.cc', 31 'src/head.cc',
32 'src/head.h', 32 'src/head.h',
33 'src/hhea.cc', 33 'src/hhea.cc',
34 'src/hhea.h', 34 'src/hhea.h',
35 'src/hmtx.cc', 35 'src/hmtx.cc',
36 'src/hmtx.h', 36 'src/hmtx.h',
37 'src/kern.cc',
38 'src/kern.h',
37 'src/loca.cc', 39 'src/loca.cc',
38 'src/loca.h', 40 'src/loca.h',
39 'src/ltsh.cc', 41 'src/ltsh.cc',
40 'src/ltsh.h', 42 'src/ltsh.h',
41 'src/maxp.cc', 43 'src/maxp.cc',
42 'src/maxp.h', 44 'src/maxp.h',
43 'src/name.cc', 45 'src/name.cc',
44 'src/os2.cc', 46 'src/os2.cc',
45 'src/os2.h', 47 'src/os2.h',
46 'src/ots.cc', 48 'src/ots.cc',
(...skipping 11 matching lines...) Expand all
58 'include', 60 'include',
59 ], 61 ],
60 'direct_dependent_settings': { 62 'direct_dependent_settings': {
61 'include_dirs': [ 63 'include_dirs': [
62 'include', 64 'include',
63 ], 65 ],
64 }, 66 },
65 }, 67 },
66 ], 68 ],
67 } 69 }
OLDNEW
« no previous file with comments | « no previous file | src/kern.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698