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

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: Now updated after two rolls. 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
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 6b328bf793f1b51c93d696aae392cf7521097872..de4b5e58a40c8b93c25e28a79d617162431b14d1 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -45,10 +45,11 @@ component("base") {
]
if (is_linux) {
- configs += [
- "//build/config/linux:fontconfig",
- "//build/config/linux:glib",
- ]
+ configs += [ "//build/config/linux:fontconfig" ]
+
+ if (use_glib) {
jamesr 2015/01/22 23:12:05 we never set this, right? can you just delete the
+ configs += [ "//build/config/linux:glib" ]
+ }
}
libs = []
« no previous file with comments | « mojo/tools/mojob.py ('k') | ui/events/platform/BUILD.gn » ('j') | ui/events/platform/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698