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

Unified Diff: ui/events/platform/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
« ui/base/BUILD.gn ('K') | « ui/base/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/platform/BUILD.gn
diff --git a/ui/events/platform/BUILD.gn b/ui/events/platform/BUILD.gn
index f3ff93e1c7d9c84446c554ca8908bcaec0ffb278..9519321ab11023e67e25fc8aafc09083a83d917b 100644
--- a/ui/events/platform/BUILD.gn
+++ b/ui/events/platform/BUILD.gn
@@ -53,9 +53,8 @@ component("platform") {
"x11/x11_event_source_libevent.cc",
]
- if (is_linux) {
+ if (use_glib) {
jamesr 2015/01/22 23:12:05 ditto
sources -= [ "x11/x11_event_source_libevent.cc" ]
-
configs += [ "//build/config/linux:glib" ]
} else {
sources -= [ "x11/x11_event_source_glib.cc" ]
« ui/base/BUILD.gn ('K') | « ui/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698