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

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

Issue 1487543005: Update OTS to revision 99a3b7f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « third_party/ots/ots.gyp ('k') | third_party/ots/src/cff.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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'src/prep.cc', 60 'src/prep.cc',
61 'src/prep.h', 61 'src/prep.h',
62 'src/vdmx.cc', 62 'src/vdmx.cc',
63 'src/vdmx.h', 63 'src/vdmx.h',
64 'src/vhea.cc', 64 'src/vhea.cc',
65 'src/vhea.h', 65 'src/vhea.h',
66 'src/vmtx.cc', 66 'src/vmtx.cc',
67 'src/vmtx.h', 67 'src/vmtx.h',
68 'src/vorg.cc', 68 'src/vorg.cc',
69 'src/vorg.h', 69 'src/vorg.h',
70 'src/woff2.cc',
71 'src/woff2.h',
72 ], 70 ],
73 'ots_include_dirs': [ 71 'ots_include_dirs': [
74 'include', 72 'include',
75 ], 73 ],
76 }, 74 },
77 } 75 }
OLDNEW
« no previous file with comments | « third_party/ots/ots.gyp ('k') | third_party/ots/src/cff.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698