aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/BUILD.gn')
-rw-r--r--third_party/BUILD.gn8
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index 49d9f568c4..63fa748d16 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -6,14 +6,6 @@
declare_args() {
}
-config("system_freetype2") {
- include_dirs = [ "/usr/include/freetype2" ]
- libs = [ "freetype" ]
-}
-group("freetype2") {
- public_configs = [ ":system_freetype2" ]
-}
-
config("system_fontconfig") {
libs = [ "fontconfig" ]
}