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:
Ben Wagner 2021-07-26 11:44:58 -04:00 committed by SkCQ
parent 0b94acc132
commit c4de11b6d7
2 changed files with 0 additions and 3 deletions

View File

@ -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>

View File

@ -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",