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

Unified Diff: ui/base/BUILD.gn

Issue 853133002: Remove glib from the mojo build. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Also use_glib=false on Chromeos Created 5 years, 11 months 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
« no previous file with comments | « mojo/tools/mojob.py ('k') | ui/events/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 6b328bf793f1b51c93d696aae392cf7521097872..8809ad6b2fe89f9feb99ba5dc5cfece3c0d70f18 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -45,10 +45,7 @@ component("base") {
]
if (is_linux) {
- configs += [
- "//build/config/linux:fontconfig",
- "//build/config/linux:glib",
- ]
+ configs += [ "//build/config/linux:fontconfig" ]
}
libs = []
« no previous file with comments | « mojo/tools/mojob.py ('k') | ui/events/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698