| Index: third_party/harfbuzz-ng/BUILD.gn
|
| diff --git a/third_party/harfbuzz-ng/BUILD.gn b/third_party/harfbuzz-ng/BUILD.gn
|
| index 1d2b1932b36cc0925b40ca60583155ed8a5df10f..c1928a55ee151cff66a0e9f036ca02cb08bef898 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 += [
|
|
|