| Index: ui/gfx/BUILD.gn
|
| diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
|
| index c50ffa01426caf98f2833ca28955fe716c747911..110c3f2ad76f12ddc65842ee7a2197a4386b44c5 100644
|
| --- a/ui/gfx/BUILD.gn
|
| +++ b/ui/gfx/BUILD.gn
|
| @@ -261,7 +261,6 @@ component("gfx") {
|
| "//base:i18n",
|
| "//base/third_party/dynamic_annotations",
|
| "//skia",
|
| - "//third_party/harfbuzz-ng",
|
| "//third_party/libpng",
|
| "//third_party/qcms",
|
| "//third_party/zlib",
|
| @@ -310,7 +309,10 @@ component("gfx") {
|
| sources += [ "scoped_cg_context_save_gstate_mac.h" ]
|
| set_sources_assignment_filter(sources_assignment_filter)
|
| } else {
|
| - deps += [ "//third_party:jpeg" ]
|
| + deps += [
|
| + "//third_party:jpeg",
|
| + "//third_party/harfbuzz-ng",
|
| + ]
|
| }
|
|
|
| # Android.
|
|
|