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

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

Issue 2819273006: Move //device/sensor impl to be part of the internal implemenation of the Device Service. (Closed)
Patch Set: Move //device/sensor impl to be part of the internal implemenation of the Device Service Created 3 years, 8 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 705dc5d29a1f2b59abe6509442369521e86d04d3..24032556ebc27da5c4106998fe21b84934e57bd8 100644
--- a/services/device/public/interfaces/BUILD.gn
+++ b/services/device/public/interfaces/BUILD.gn
@@ -7,6 +7,9 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
"fingerprint.mojom",
+ "light.mojom",
+ "motion.mojom",
+ "orientation.mojom",
"power_monitor.mojom",
"time_zone_monitor.mojom",
"vibration_manager.mojom",
« no previous file with comments | « services/device/public/cpp/sensors/shared_memory_seqlock_reader.cc ('k') | services/device/public/interfaces/light.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698