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

Unified Diff: ui/events/platform/x11/BUILD.gn

Issue 1442523002: Get rid of the use_glib gn variable. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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
« base/BUILD.gn ('K') | « ui/events/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/x11/BUILD.gn
diff --git a/ui/events/platform/x11/BUILD.gn b/ui/events/platform/x11/BUILD.gn
index 24c058584bab33585a0a8b63c1b0dc2c4f085960..829ef74da3ba2567b5c40c45d855d1746a87b77f 100644
--- a/ui/events/platform/x11/BUILD.gn
+++ b/ui/events/platform/x11/BUILD.gn
@@ -8,7 +8,6 @@ component("x11") {
sources = [
"x11_event_source.cc",
"x11_event_source.h",
- "x11_event_source_glib.cc",
viettrungluu 2015/11/12 02:35:41 Note: This file doesn't actually currently exist.
"x11_event_source_libevent.cc",
"x11_hotplug_event_handler.cc",
"x11_hotplug_event_handler.h",
@@ -29,12 +28,4 @@ component("x11") {
deps = [
"//base",
]
-
- if (use_glib) {
- sources -= [ "x11_event_source_libevent.cc" ]
-
- configs += [ "//build/config/linux:glib" ]
- } else {
- sources -= [ "x11_event_source_glib.cc" ]
- }
}
« base/BUILD.gn ('K') | « ui/events/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698