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

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: 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 | « ui/base/BUILD.gn ('k') | ui/events/platform/x11/x11_event_source_glib.cc » ('j') | 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..3bd8d91793a1e88bbf378a09491918d4a67aba45 100644
--- a/ui/events/platform/BUILD.gn
+++ b/ui/events/platform/BUILD.gn
@@ -49,18 +49,9 @@ component("platform") {
"x11/touch_factory_x11.h",
"x11/x11_event_source.cc",
"x11/x11_event_source.h",
- "x11/x11_event_source_glib.cc",
"x11/x11_event_source_libevent.cc",
]
- if (is_linux) {
- sources -= [ "x11/x11_event_source_libevent.cc" ]
-
- configs += [ "//build/config/linux:glib" ]
- } else {
- sources -= [ "x11/x11_event_source_glib.cc" ]
- }
-
deps += [ "//ui/gfx/x" ]
} else {
sources += [
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/events/platform/x11/x11_event_source_glib.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698