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

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

Issue 2901563002: chromeos: adds TouchDeviceServer and wires up in mushrome (Closed)
Patch Set: no temporary 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
« no previous file with comments | « mojo/public/tools/bindings/mojom.gni ('k') | services/ui/input_devices/input_device_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/input_devices/BUILD.gn
diff --git a/services/ui/input_devices/BUILD.gn b/services/ui/input_devices/BUILD.gn
index 687a256fa3b62d7dec7ae7493bf075e00ea35ab0..a03e55c0fa179354be630e7880886556f1d510de 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",
+ ]
+ }
}
source_set("tests") {
« no previous file with comments | « mojo/public/tools/bindings/mojom.gni ('k') | services/ui/input_devices/input_device_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698