Chromium Code Reviews| Index: third_party/BUILD.gn |
| diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn |
| index 49d9f568c47491c99277b5fa78a1ab74459dafc7..63fa748d16e4c1d9ae6a6f5ca60bcf6c21efcfd1 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" ] |
| } |