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

Unified Diff: services/ui/input_devices/BUILD.gn

Issue 2901563002: chromeos: adds TouchDeviceServer and wires up in mushrome (Closed)
Patch Set: Created 3 years, 7 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: services/ui/input_devices/BUILD.gn
diff --git a/services/ui/input_devices/BUILD.gn b/services/ui/input_devices/BUILD.gn
index bf7b4f8d7aa277a94e62fbff2b9575d45fed0c8d..78a280ed9d3ef8cdd74cfd97b721d795ab70f8d9 100644
--- a/services/ui/input_devices/BUILD.gn
+++ b/services/ui/input_devices/BUILD.gn
@@ -19,6 +19,13 @@ source_set("input_devices") {
public_deps = [
"//services/ui/public/interfaces/input_devices",
]
+
+ if (is_chromeos) {
+ sources += [
+ "touch_device_server.cc",
+ "touch_device_server.h",
+ ]
+ }
}
test("input_device_unittests") {

Powered by Google App Engine
This is Rietveld 408576698