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

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

Issue 2153683002: Added a command line switch to disable xinput2, enabled xinput2 by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/events/devices/x11/BUILD.gn
diff --git a/ui/events/devices/x11/BUILD.gn b/ui/events/devices/x11/BUILD.gn
index f6ab6d496c2cd752e767a8d5cba21f4e99eac9a6..b5e95ab164e33b9eb4894a9677177a1d449ba8a2 100644
--- a/ui/events/devices/x11/BUILD.gn
+++ b/ui/events/devices/x11/BUILD.gn
@@ -13,6 +13,8 @@ component("x11") {
"events_devices_x11_export.h",
"touch_factory_x11.cc",
"touch_factory_x11.h",
+ "ui_events_devices_x11_switches.cc",
+ "ui_events_devices_x11_switches.h",
]
configs += [ "//build/config/linux:x11" ]
« no previous file with comments | « no previous file | ui/events/devices/x11/device_data_manager_x11.h » ('j') | ui/events/devices/x11/device_data_manager_x11.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698