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

Side by Side Diff: ots-common.gypi

Issue 13918002: [OTS] Integrate WOFF 2.0 algorithm into OTS (Closed) Base URL: http://ots.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 7 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 | « ots.gyp ('k') | src/gpos.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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'src/prep.cc', 58 'src/prep.cc',
59 'src/prep.h', 59 'src/prep.h',
60 'src/vdmx.cc', 60 'src/vdmx.cc',
61 'src/vdmx.h', 61 'src/vdmx.h',
62 'src/vhea.cc', 62 'src/vhea.cc',
63 'src/vhea.h', 63 'src/vhea.h',
64 'src/vmtx.cc', 64 'src/vmtx.cc',
65 'src/vmtx.h', 65 'src/vmtx.h',
66 'src/vorg.cc', 66 'src/vorg.cc',
67 'src/vorg.h', 67 'src/vorg.h',
68 'src/woff2.cc',
69 'src/woff2.h',
68 ], 70 ],
69 'ots_include_dirs': [ 71 'ots_include_dirs': [
70 'include', 72 'include',
71 ], 73 ],
72 }, 74 },
73 } 75 }
OLDNEW
« no previous file with comments | « ots.gyp ('k') | src/gpos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698