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

Unified Diff: ui/gfx/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/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 87b815a2f40de6258fecbc3187fac38724ee10e9..258130d995736f6de98b48b787688ffc85028358 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -133,11 +133,6 @@ component("gfx") {
]
}
- # Linux.
- if (is_linux) {
- configs += [ "//build/config/linux:fontconfig" ]
- }
-
if (use_x11) {
deps += [ "//ui/gfx/x" ]
}
@@ -148,8 +143,6 @@ component("gfx") {
source_set("test_support") {
testonly = true
sources = [
- "test/fontconfig_util_linux.cc",
- "test/fontconfig_util_linux.h",
"test/gfx_util.cc",
"test/gfx_util.h",
]
@@ -165,10 +158,6 @@ source_set("test_support") {
"//testing/gtest",
"//ui/gfx/geometry",
]
-
- if (is_linux) {
- configs += [ "//build/config/linux:fontconfig" ]
- }
}
test("gfx_unittests") {

Powered by Google App Engine
This is Rietveld 408576698