Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: ui/base/BUILD.gn

Issue 1524473002: Remove fontconfig. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 5bb12472fccedc4f484da90e7b42067f0cb44138..fcb16da87b6893e7894d049e8ff3026a50e2e9c6 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -40,10 +40,6 @@ component("base") {
"//url",
]
- if (is_linux) {
- configs += [ "//build/config/linux:fontconfig" ]
- }
-
libs = []
if (use_x11) {

Powered by Google App Engine
This is Rietveld 408576698