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

Unified Diff: services/ui/public/interfaces/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 | « services/ui/manifest.json ('k') | services/ui/public/interfaces/input_devices/touch_device_server.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/input_devices/BUILD.gn
diff --git a/services/ui/public/interfaces/input_devices/BUILD.gn b/services/ui/public/interfaces/input_devices/BUILD.gn
index f2de99d1ae1c5c0b36bd979d4abe278b5adb322b..607333e21a8bb8180abf76e3351da768c35d6ef5 100644
--- a/services/ui/public/interfaces/input_devices/BUILD.gn
+++ b/services/ui/public/interfaces/input_devices/BUILD.gn
@@ -12,4 +12,9 @@ mojom("input_devices") {
public_deps = [
"//ui/events/devices/mojo",
]
+
+ if (is_chromeos) {
+ sources += [ "touch_device_server.mojom" ]
+ public_deps += [ "//ui/display/manager/chromeos/mojo:interfaces" ]
+ }
}
« no previous file with comments | « services/ui/manifest.json ('k') | services/ui/public/interfaces/input_devices/touch_device_server.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698