Index: third_party/harfbuzz-ng/BUILD.gn |
diff --git a/third_party/harfbuzz-ng/BUILD.gn b/third_party/harfbuzz-ng/BUILD.gn |
index 682c192f58779b409c363802c706a10aed244fca..4d23727af3dfa46899c78b9f2bedf5bd1f5e9841 100644 |
--- a/third_party/harfbuzz-ng/BUILD.gn |
+++ b/third_party/harfbuzz-ng/BUILD.gn |
@@ -195,7 +195,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 += [ "//third_party/freetype2" ] |
configs -= [ "//build/config/gcc:symbol_visibility_hidden" ] |
configs += [ "//build/config/gcc:symbol_visibility_default" ] |
sources += [ |