Index: third_party/harfbuzz-ng/BUILD.gn |
diff --git a/third_party/harfbuzz-ng/BUILD.gn b/third_party/harfbuzz-ng/BUILD.gn |
index 104f403193ca902f0ceb4ca6932d4ea70b5b500d..85cfa32bb6f38237737a66985d9165b946c7a501 100644 |
--- a/third_party/harfbuzz-ng/BUILD.gn |
+++ b/third_party/harfbuzz-ng/BUILD.gn |
@@ -202,7 +202,7 @@ if (use_system_harfbuzz) { |
# See crbug.com/462689. |
if (is_linux && use_pango && !is_chromeos && !is_official_build && |
current_cpu != "arm" && current_cpu != "mipsel") { |
- deps += [ "//build/linux:freetype2" ] |
+ deps += [ "//build/config/freetype" ] |
configs -= [ "//build/config/gcc:symbol_visibility_hidden" ] |
configs += [ "//build/config/gcc:symbol_visibility_default" ] |
sources += [ |