Index: skia/BUILD.gn |
diff --git a/skia/BUILD.gn b/skia/BUILD.gn |
index 1038725bdda08062f0abd2ea654d5fd561bc5ece..124789e93bda1c51ee7965869bc7334896cd0fc7 100644 |
--- a/skia/BUILD.gn |
+++ b/skia/BUILD.gn |
@@ -407,7 +407,7 @@ component("skia") { |
} |
deps += [ |
"//build/linux:fontconfig", |
- "//build/linux:freetype2", |
+ "//build/config/freetype", |
"//third_party/expat", |
"//third_party/icu:icuuc", |
] |
@@ -417,7 +417,7 @@ component("skia") { |
deps += [ |
"//third_party/android_tools:cpu_features", |
"//third_party/expat", |
- "//third_party/freetype", |
+ "//build/config/freetype", |
] |
} |