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

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

Issue 12438036: Update harfbuzz-ng to 0.9.14 from 0.9.10 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 8 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
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 'variables': { 6 'variables': {
7 'use_system_harfbuzz%': 0, 7 'use_system_harfbuzz%': 0,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../../build/win_precompile.gypi', 10 '../../build/win_precompile.gypi',
11 ], 11 ],
12 'conditions': [ 12 'conditions': [
13 ['use_system_harfbuzz==0', { 13 ['use_system_harfbuzz==0', {
14 'targets': [ 14 'targets': [
15 { 15 {
16 'target_name': 'harfbuzz-ng', 16 'target_name': 'harfbuzz-ng',
17 'type': 'static_library', 17 'type': 'static_library',
18 'defines': [ 18 'defines': [
19 'HAVE_OT', 19 'HAVE_OT',
20 'HAVE_ICU', 20 'HAVE_ICU',
21 'HB_NO_MT', 21 'HB_NO_MT',
22 ], 22 ],
23 'sources': [ 23 'sources': [
24 'src/hb-atomic-private.hh', 24 'src/hb-atomic-private.hh',
25 'src/hb-blob.cc', 25 'src/hb-blob.cc',
26 'src/hb-blob.h', 26 'src/hb-blob.h',
27 'src/hb-buffer-deserialize-json.hh',
28 'src/hb-buffer-deserialize-text.hh',
27 'src/hb-buffer-private.hh', 29 'src/hb-buffer-private.hh',
30 'src/hb-buffer-serialize.cc',
28 'src/hb-buffer.cc', 31 'src/hb-buffer.cc',
29 'src/hb-buffer.h', 32 'src/hb-buffer.h',
30 'src/hb-cache-private.hh', 33 'src/hb-cache-private.hh',
31 'src/hb-common.cc', 34 'src/hb-common.cc',
32 'src/hb-common.h', 35 'src/hb-common.h',
33 'src/hb-fallback-shape.cc', 36 'src/hb-fallback-shape.cc',
34 'src/hb-font-private.hh', 37 'src/hb-font-private.hh',
35 'src/hb-font.cc', 38 'src/hb-font.cc',
36 'src/hb-font.h', 39 'src/hb-font.h',
37 'src/hb-icu.cc', 40 'src/hb-icu.cc',
(...skipping 16 matching lines...) Expand all
54 'src/hb-ot-map-private.hh', 57 'src/hb-ot-map-private.hh',
55 'src/hb-ot-map.cc', 58 'src/hb-ot-map.cc',
56 'src/hb-ot-maxp-table.hh', 59 'src/hb-ot-maxp-table.hh',
57 'src/hb-ot-name-table.hh', 60 'src/hb-ot-name-table.hh',
58 'src/hb-ot-shape-complex-arabic-fallback.hh', 61 'src/hb-ot-shape-complex-arabic-fallback.hh',
59 'src/hb-ot-shape-complex-arabic-table.hh', 62 'src/hb-ot-shape-complex-arabic-table.hh',
60 'src/hb-ot-shape-complex-arabic.cc', 63 'src/hb-ot-shape-complex-arabic.cc',
61 'src/hb-ot-shape-complex-default.cc', 64 'src/hb-ot-shape-complex-default.cc',
62 'src/hb-ot-shape-complex-indic-machine.hh', 65 'src/hb-ot-shape-complex-indic-machine.hh',
63 'src/hb-ot-shape-complex-indic-private.hh', 66 'src/hb-ot-shape-complex-indic-private.hh',
67 'src/hb-ot-shape-complex-indic-table.cc',
64 'src/hb-ot-shape-complex-indic-table.hh', 68 'src/hb-ot-shape-complex-indic-table.hh',
bungeman-chromium 2013/04/17 18:28:34 This (hb-ot-shape-complex-indic-table.hh) needs to
65 'src/hb-ot-shape-complex-indic.cc', 69 'src/hb-ot-shape-complex-indic.cc',
70 'src/hb-ot-shape-complex-myanmar-machine.hh',
71 'src/hb-ot-shape-complex-myanmar.cc',
66 'src/hb-ot-shape-complex-private.hh', 72 'src/hb-ot-shape-complex-private.hh',
73 'src/hb-ot-shape-complex-sea-machine.hh',
74 'src/hb-ot-shape-complex-sea.cc',
67 'src/hb-ot-shape-complex-thai.cc', 75 'src/hb-ot-shape-complex-thai.cc',
68 'src/hb-ot-shape-fallback-private.hh', 76 'src/hb-ot-shape-fallback-private.hh',
69 'src/hb-ot-shape-fallback.cc', 77 'src/hb-ot-shape-fallback.cc',
70 'src/hb-ot-shape-normalize-private.hh', 78 'src/hb-ot-shape-normalize-private.hh',
71 'src/hb-ot-shape-normalize.cc', 79 'src/hb-ot-shape-normalize.cc',
72 'src/hb-ot-shape-private.hh', 80 'src/hb-ot-shape-private.hh',
73 'src/hb-ot-shape.cc', 81 'src/hb-ot-shape.cc',
74 'src/hb-ot-tag.cc', 82 'src/hb-ot-tag.cc',
75 'src/hb-ot-tag.h', 83 'src/hb-ot-tag.h',
76 'src/hb-ot.h', 84 'src/hb-ot.h',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 ], 148 ],
141 'libraries': [ 149 'libraries': [
142 '<!@(pkg-config --libs-only-l harfbuzz)', 150 '<!@(pkg-config --libs-only-l harfbuzz)',
143 ], 151 ],
144 }, 152 },
145 }, 153 },
146 ], 154 ],
147 }], 155 }],
148 ], 156 ],
149 } 157 }
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/README.chromium ('k') | third_party/harfbuzz-ng/src/hb-atomic-private.hh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698