Index: build/linux/BUILD.gn |
diff --git a/build/linux/BUILD.gn b/build/linux/BUILD.gn |
index 4adeeb3bfac61d5e580384c2a54241aa3b78e388..e36b69433ff32652996d5263e2f841fee1015674 100644 |
--- a/build/linux/BUILD.gn |
+++ b/build/linux/BUILD.gn |
@@ -49,19 +49,9 @@ group("fontconfig") { |
} |
if (!is_chromecast) { |
- pkg_config("freetype2_config") { |
+ pkg_config("freetype_from_pkgconfig") { |
visibility = [ ":freetype2" ] |
packages = [ "freetype2" ] |
} |
} |
-group("freetype2") { |
- if (is_chromecast) { |
- # Chromecast platform doesn't provide freetype, so use Chromium's. |
- public_deps = [ |
- "//third_party/freetype", |
- ] |
- } else { |
- public_configs = [ ":freetype2_config" ] |
- } |
-} |