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

Unified Diff: services/device/public/interfaces/BUILD.gn

Issue 2865263002: Move //device/generic_sensor to be part of the internal implementation of the Device Service. (Closed)
Patch Set: code rebase 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/device/public/interfaces/BUILD.gn
diff --git a/services/device/public/interfaces/BUILD.gn b/services/device/public/interfaces/BUILD.gn
index ea9dd259754799d5d553bdbef50b522ff7ff381d..e4f3123e4cff4eef64446f03a8ca78b7bd06bd86 100644
--- a/services/device/public/interfaces/BUILD.gn
+++ b/services/device/public/interfaces/BUILD.gn
@@ -22,6 +22,20 @@ mojom("interfaces") {
use_once_callback = false
}
+mojom("generic_sensor") {
+ sources = [
+ "sensor.mojom",
+ "sensor_provider.mojom",
+ ]
+
+ public_deps = [
+ ":constants",
+ ]
+
+ # TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
+ use_once_callback = false
+}
+
mojom("constants") {
sources = [
"constants.mojom",
« no previous file with comments | « services/device/public/cpp/generic_sensor/sensor_struct_traits.cc ('k') | services/device/public/interfaces/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698