| 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",
|
|
|