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

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

Issue 341983012: OTS: Add DoNotDropColorBitmapTables() API. (Closed) Base URL: http://ots.googlecode.com/svn/
Patch Set: Created 6 years, 6 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 | « trunk/include/opentype-sanitiser.h ('k') | trunk/ots-standalone.gyp » ('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/cbdt.cc',
11 'src/cbdt.h',
12 'src/cblc.cc',
13 'src/cblc.h',
10 'src/cff.cc', 14 'src/cff.cc',
11 'src/cff.h', 15 'src/cff.h',
12 'src/cff_type2_charstring.cc', 16 'src/cff_type2_charstring.cc',
13 'src/cff_type2_charstring.h', 17 'src/cff_type2_charstring.h',
14 'src/cmap.cc', 18 'src/cmap.cc',
15 'src/cmap.h', 19 'src/cmap.h',
16 'src/cvt.cc', 20 'src/cvt.cc',
17 'src/cvt.h', 21 'src/cvt.h',
18 'src/fpgm.cc', 22 'src/fpgm.cc',
19 'src/fpgm.h', 23 'src/fpgm.h',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'src/vorg.cc', 72 'src/vorg.cc',
69 'src/vorg.h', 73 'src/vorg.h',
70 'src/woff2.cc', 74 'src/woff2.cc',
71 'src/woff2.h', 75 'src/woff2.h',
72 ], 76 ],
73 'ots_include_dirs': [ 77 'ots_include_dirs': [
74 'include', 78 'include',
75 ], 79 ],
76 }, 80 },
77 } 81 }
OLDNEW
« no previous file with comments | « trunk/include/opentype-sanitiser.h ('k') | trunk/ots-standalone.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698