Don't build hb-icu
Since "Build HarfBuzz without ICU support" e07555f6aa
, HarfBuzz in Skia
has not been using ICU. However, hb-icu support files are still being
built. Remove them from the build.
Change-Id: Ib8dcf8a2139255ee1a1019197c38414305ca082e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/432997
Reviewed-by: Florin Malita <fmalita@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
This commit is contained in:
parent
0b94acc132
commit
c4de11b6d7
@ -33,7 +33,6 @@
|
||||
#include "src/utils/SkUTF.h"
|
||||
|
||||
#include <hb.h>
|
||||
#include <hb-icu.h>
|
||||
#include <hb-ot.h>
|
||||
#include <unicode/uscript.h>
|
||||
#include <cstring>
|
||||
|
2
third_party/harfbuzz/BUILD.gn
vendored
2
third_party/harfbuzz/BUILD.gn
vendored
@ -35,7 +35,6 @@ if (skia_use_system_harfbuzz) {
|
||||
"$_src/hb-deprecated.h",
|
||||
"$_src/hb-face.h",
|
||||
"$_src/hb-font.h",
|
||||
"$_src/hb-icu.h",
|
||||
"$_src/hb-map.h",
|
||||
"$_src/hb-ot-font.h",
|
||||
"$_src/hb-ot-layout.h",
|
||||
@ -101,7 +100,6 @@ if (skia_use_system_harfbuzz) {
|
||||
"$_src/hb-glib.cc",
|
||||
"$_src/hb-gobject-structs.cc",
|
||||
"$_src/hb-graphite2.cc",
|
||||
"$_src/hb-icu.cc",
|
||||
"$_src/hb-iter.hh",
|
||||
"$_src/hb-kern.hh",
|
||||
"$_src/hb-machinery.hh",
|
||||
|
Loading…
Reference in New Issue
Block a user