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

Side by Side Diff: third_party/harfbuzz-ng/harfbuzz.gyp

Issue 1143213003: Add hb-ot-font.cc and hb-ot-font.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switch PR to a landed commit Created 5 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
« no previous file with comments | « third_party/harfbuzz-ng/BUILD.gn ('k') | third_party/harfbuzz-ng/src/hb-ot-font.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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/win_precompile.gypi', 7 '../../build/win_precompile.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'variables': { 10 'variables': {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'src/hb-font.h', 72 'src/hb-font.h',
73 'src/hb-font-private.hh', 73 'src/hb-font-private.hh',
74 'src/hb.h', 74 'src/hb.h',
75 'src/hb-icu.cc', 75 'src/hb-icu.cc',
76 'src/hb-icu.h', 76 'src/hb-icu.h',
77 'src/hb-mutex-private.hh', 77 'src/hb-mutex-private.hh',
78 'src/hb-object-private.hh', 78 'src/hb-object-private.hh',
79 'src/hb-open-file-private.hh', 79 'src/hb-open-file-private.hh',
80 'src/hb-open-type-private.hh', 80 'src/hb-open-type-private.hh',
81 'src/hb-ot.h', 81 'src/hb-ot.h',
82 'src/hb-ot-font.cc',
83 'src/hb-ot-font.h',
82 'src/hb-ot-head-table.hh', 84 'src/hb-ot-head-table.hh',
83 'src/hb-ot-hhea-table.hh', 85 'src/hb-ot-hhea-table.hh',
84 'src/hb-ot-hmtx-table.hh', 86 'src/hb-ot-hmtx-table.hh',
85 'src/hb-ot-layout.cc', 87 'src/hb-ot-layout.cc',
86 'src/hb-ot-layout-common-private.hh', 88 'src/hb-ot-layout-common-private.hh',
87 'src/hb-ot-layout-gdef-table.hh', 89 'src/hb-ot-layout-gdef-table.hh',
88 'src/hb-ot-layout-gpos-table.hh', 90 'src/hb-ot-layout-gpos-table.hh',
89 'src/hb-ot-layout-gsubgpos-private.hh', 91 'src/hb-ot-layout-gsubgpos-private.hh',
90 'src/hb-ot-layout-gsub-table.hh', 92 'src/hb-ot-layout-gsub-table.hh',
91 'src/hb-ot-layout.h', 93 'src/hb-ot-layout.h',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 ], 192 ],
191 'libraries': [ 193 'libraries': [
192 '<!@(<(pkg-config) --libs-only-l harfbuzz)', 194 '<!@(<(pkg-config) --libs-only-l harfbuzz)',
193 ], 195 ],
194 }, 196 },
195 }, 197 },
196 ], 198 ],
197 }], 199 }],
198 ], 200 ],
199 } 201 }
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/BUILD.gn ('k') | third_party/harfbuzz-ng/src/hb-ot-font.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698