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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/harfbuzz-ng/harfbuzz.gni ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/harfbuzz-ng/harfbuzz.gypi
diff --git a/third_party/harfbuzz-ng/harfbuzz.gypi b/third_party/harfbuzz-ng/harfbuzz.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..c82b31188274699c26762659ed022d7fc6bb846b
--- /dev/null
+++ b/third_party/harfbuzz-ng/harfbuzz.gypi
@@ -0,0 +1,99 @@
+{
+ 'variables': {
+ 'harfbuzz_files': [
+ 'src/hb-atomic-private.hh',
+ 'src/hb-blob.cc',
+ 'src/hb-blob.h',
+ 'src/hb-buffer-deserialize-json.hh',
+ 'src/hb-buffer-deserialize-text.hh',
+ 'src/hb-buffer-private.hh',
+ 'src/hb-buffer-serialize.cc',
+ 'src/hb-buffer.cc',
+ 'src/hb-buffer.h',
+ 'src/hb-cache-private.hh',
+ 'src/hb-common.cc',
+ 'src/hb-common.h',
+ 'src/hb-deprecated.h',
+ 'src/hb-face-private.hh',
+ 'src/hb-face.cc',
+ 'src/hb-face.h',
+ 'src/hb-fallback-shape.cc',
+ 'src/hb-font-private.hh',
+ 'src/hb-font.cc',
+ 'src/hb-font.h',
+ 'src/hb-icu.cc',
+ 'src/hb-icu.h',
+ 'src/hb-mutex-private.hh',
+ 'src/hb-object-private.hh',
+ 'src/hb-open-file-private.hh',
+ 'src/hb-open-type-private.hh',
+ 'src/hb-ot-font.cc',
+ 'src/hb-ot-font.h',
+ 'src/hb-ot-head-table.hh',
+ 'src/hb-ot-hhea-table.hh',
+ 'src/hb-ot-hmtx-table.hh',
+ 'src/hb-ot-layout-common-private.hh',
+ 'src/hb-ot-layout-gdef-table.hh',
+ 'src/hb-ot-layout-gpos-table.hh',
+ 'src/hb-ot-layout-gsub-table.hh',
+ 'src/hb-ot-layout-gsubgpos-private.hh',
+ 'src/hb-ot-layout-private.hh',
+ 'src/hb-ot-layout.cc',
+ 'src/hb-ot-layout.h',
+ 'src/hb-ot-map-private.hh',
+ 'src/hb-ot-map.cc',
+ 'src/hb-ot-maxp-table.hh',
+ 'src/hb-ot-name-table.hh',
+ 'src/hb-ot-shape-complex-arabic-fallback.hh',
+ 'src/hb-ot-shape-complex-arabic-private.hh',
+ 'src/hb-ot-shape-complex-arabic-table.hh',
+ 'src/hb-ot-shape-complex-arabic.cc',
+ 'src/hb-ot-shape-complex-default.cc',
+ 'src/hb-ot-shape-complex-hangul.cc',
+ 'src/hb-ot-shape-complex-hebrew.cc',
+ 'src/hb-ot-shape-complex-indic-machine.hh',
+ 'src/hb-ot-shape-complex-indic-private.hh',
+ 'src/hb-ot-shape-complex-indic-table.cc',
+ 'src/hb-ot-shape-complex-indic.cc',
+ 'src/hb-ot-shape-complex-myanmar-machine.hh',
+ 'src/hb-ot-shape-complex-myanmar.cc',
+ 'src/hb-ot-shape-complex-private.hh',
+ 'src/hb-ot-shape-complex-thai.cc',
+ 'src/hb-ot-shape-complex-tibetan.cc',
+ 'src/hb-ot-shape-complex-use-machine.hh',
+ 'src/hb-ot-shape-complex-use-private.hh',
+ 'src/hb-ot-shape-complex-use-table.cc',
+ 'src/hb-ot-shape-complex-use.cc',
+ 'src/hb-ot-shape-fallback-private.hh',
+ 'src/hb-ot-shape-fallback.cc',
+ 'src/hb-ot-shape-normalize-private.hh',
+ 'src/hb-ot-shape-normalize.cc',
+ 'src/hb-ot-shape-private.hh',
+ 'src/hb-ot-shape.cc',
+ 'src/hb-ot-shape.h',
+ 'src/hb-ot-tag.cc',
+ 'src/hb-ot-tag.h',
+ 'src/hb-ot.h',
+ 'src/hb-private.hh',
+ 'src/hb-set-private.hh',
+ 'src/hb-set.cc',
+ 'src/hb-set.h',
+ 'src/hb-shape-plan-private.hh',
+ 'src/hb-shape-plan.cc',
+ 'src/hb-shape-plan.h',
+ 'src/hb-shape.cc',
+ 'src/hb-shape.h',
+ 'src/hb-shaper-impl-private.hh',
+ 'src/hb-shaper-list.hh',
+ 'src/hb-shaper-private.hh',
+ 'src/hb-shaper.cc',
+ 'src/hb-unicode-private.hh',
+ 'src/hb-unicode.cc',
+ 'src/hb-unicode.h',
+ 'src/hb-utf-private.hh',
+ 'src/hb-version.h',
+ 'src/hb-warning.cc',
+ 'src/hb.h',
+ ],
+ },
+}
« 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