| Index: third_party/harfbuzz-ng/BUILD.gn
|
| diff --git a/third_party/harfbuzz-ng/BUILD.gn b/third_party/harfbuzz-ng/BUILD.gn
|
| index 81d4f65a9dafb5c15433af87c76ce0d782c06543..d86da33c797a61f901a828dd26116d26ab456151 100644
|
| --- a/third_party/harfbuzz-ng/BUILD.gn
|
| +++ b/third_party/harfbuzz-ng/BUILD.gn
|
| @@ -190,6 +190,7 @@ if (use_system_harfbuzz) {
|
| current_cpu != "arm" && current_cpu != "mipsel") {
|
| deps += [ "//build/linux:freetype2" ]
|
| configs -= [ "//build/config/gcc:symbol_visibility_hidden" ]
|
| + configs += [ "//build/config/gcc:symbol_visibility_default" ]
|
| configs += [ "//build/config/linux:glib" ]
|
| sources += [
|
| "src/hb-ft.cc",
|
|
|