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

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

Issue 1783443003: Build HarfBuzz as loadable module when chromeos=1 under Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/harfbuzz.gni ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 'variables': {
3 'harfbuzz_files': [
4 'src/hb-atomic-private.hh',
5 'src/hb-blob.cc',
6 'src/hb-blob.h',
7 'src/hb-buffer-deserialize-json.hh',
8 'src/hb-buffer-deserialize-text.hh',
9 'src/hb-buffer-private.hh',
10 'src/hb-buffer-serialize.cc',
11 'src/hb-buffer.cc',
12 'src/hb-buffer.h',
13 'src/hb-cache-private.hh',
14 'src/hb-common.cc',
15 'src/hb-common.h',
16 'src/hb-deprecated.h',
17 'src/hb-face-private.hh',
18 'src/hb-face.cc',
19 'src/hb-face.h',
20 'src/hb-fallback-shape.cc',
21 'src/hb-font-private.hh',
22 'src/hb-font.cc',
23 'src/hb-font.h',
24 'src/hb-icu.cc',
25 'src/hb-icu.h',
26 'src/hb-mutex-private.hh',
27 'src/hb-object-private.hh',
28 'src/hb-open-file-private.hh',
29 'src/hb-open-type-private.hh',
30 'src/hb-ot-font.cc',
31 'src/hb-ot-font.h',
32 'src/hb-ot-head-table.hh',
33 'src/hb-ot-hhea-table.hh',
34 'src/hb-ot-hmtx-table.hh',
35 'src/hb-ot-layout-common-private.hh',
36 'src/hb-ot-layout-gdef-table.hh',
37 'src/hb-ot-layout-gpos-table.hh',
38 'src/hb-ot-layout-gsub-table.hh',
39 'src/hb-ot-layout-gsubgpos-private.hh',
40 'src/hb-ot-layout-private.hh',
41 'src/hb-ot-layout.cc',
42 'src/hb-ot-layout.h',
43 'src/hb-ot-map-private.hh',
44 'src/hb-ot-map.cc',
45 'src/hb-ot-maxp-table.hh',
46 'src/hb-ot-name-table.hh',
47 'src/hb-ot-shape-complex-arabic-fallback.hh',
48 'src/hb-ot-shape-complex-arabic-private.hh',
49 'src/hb-ot-shape-complex-arabic-table.hh',
50 'src/hb-ot-shape-complex-arabic.cc',
51 'src/hb-ot-shape-complex-default.cc',
52 'src/hb-ot-shape-complex-hangul.cc',
53 'src/hb-ot-shape-complex-hebrew.cc',
54 'src/hb-ot-shape-complex-indic-machine.hh',
55 'src/hb-ot-shape-complex-indic-private.hh',
56 'src/hb-ot-shape-complex-indic-table.cc',
57 'src/hb-ot-shape-complex-indic.cc',
58 'src/hb-ot-shape-complex-myanmar-machine.hh',
59 'src/hb-ot-shape-complex-myanmar.cc',
60 'src/hb-ot-shape-complex-private.hh',
61 'src/hb-ot-shape-complex-thai.cc',
62 'src/hb-ot-shape-complex-tibetan.cc',
63 'src/hb-ot-shape-complex-use-machine.hh',
64 'src/hb-ot-shape-complex-use-private.hh',
65 'src/hb-ot-shape-complex-use-table.cc',
66 'src/hb-ot-shape-complex-use.cc',
67 'src/hb-ot-shape-fallback-private.hh',
68 'src/hb-ot-shape-fallback.cc',
69 'src/hb-ot-shape-normalize-private.hh',
70 'src/hb-ot-shape-normalize.cc',
71 'src/hb-ot-shape-private.hh',
72 'src/hb-ot-shape.cc',
73 'src/hb-ot-shape.h',
74 'src/hb-ot-tag.cc',
75 'src/hb-ot-tag.h',
76 'src/hb-ot.h',
77 'src/hb-private.hh',
78 'src/hb-set-private.hh',
79 'src/hb-set.cc',
80 'src/hb-set.h',
81 'src/hb-shape-plan-private.hh',
82 'src/hb-shape-plan.cc',
83 'src/hb-shape-plan.h',
84 'src/hb-shape.cc',
85 'src/hb-shape.h',
86 'src/hb-shaper-impl-private.hh',
87 'src/hb-shaper-list.hh',
88 'src/hb-shaper-private.hh',
89 'src/hb-shaper.cc',
90 'src/hb-unicode-private.hh',
91 'src/hb-unicode.cc',
92 'src/hb-unicode.h',
93 'src/hb-utf-private.hh',
94 'src/hb-version.h',
95 'src/hb-warning.cc',
96 'src/hb.h',
97 ],
98 },
99 }
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/harfbuzz.gni ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698