| Index: third_party/harfbuzz-ng/BUILD.gn
|
| diff --git a/third_party/harfbuzz-ng/BUILD.gn b/third_party/harfbuzz-ng/BUILD.gn
|
| index 24aa16fb8e56dfccf8abc58079e00d79d072ba98..87f51acc62e225439c68c4cb7aa5ca2809a8ef77 100644
|
| --- a/third_party/harfbuzz-ng/BUILD.gn
|
| +++ b/third_party/harfbuzz-ng/BUILD.gn
|
| @@ -62,12 +62,10 @@ if (use_system_harfbuzz) {
|
| # See also chrome/browser/ui/libgtk2ui/BUILD.gn which pulls this.
|
| config("pangoft2_link_hack") {
|
| if (is_linux && use_pango && !is_chromeos && !is_official_build &&
|
| - current_cpu != "arm" && current_cpu != "mipsel" &&
|
| - !is_component_build) {
|
| + current_cpu != "arm" && current_cpu != "mipsel" && !is_component_build) {
|
| # These symbols are referenced from libpangoft2, which will be
|
| # dynamically linked later.
|
| - ldflags =
|
| - [ "-Wl,-uhb_ft_face_create_cached,-uhb_glib_get_unicode_funcs" ]
|
| + ldflags = [ "-Wl,-uhb_ft_face_create_cached,-uhb_glib_get_unicode_funcs" ]
|
| }
|
| }
|
|
|
| @@ -215,6 +213,5 @@ if (use_system_harfbuzz) {
|
| "src/hb-glib.h",
|
| ]
|
| }
|
| -
|
| }
|
| }
|
|
|