| Index: device/generic_sensor/public/interfaces/BUILD.gn
|
| diff --git a/device/geolocation/public/interfaces/BUILD.gn b/device/generic_sensor/public/interfaces/BUILD.gn
|
| similarity index 83%
|
| copy from device/geolocation/public/interfaces/BUILD.gn
|
| copy to device/generic_sensor/public/interfaces/BUILD.gn
|
| index 6bdfc1ac3d8ac01629c3ed29256a31b2db907242..fb4bc86e2cb94d1c4dd38b47fb93a9e4577187be 100644
|
| --- a/device/geolocation/public/interfaces/BUILD.gn
|
| +++ b/device/generic_sensor/public/interfaces/BUILD.gn
|
| @@ -6,6 +6,7 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| - "geolocation.mojom",
|
| + "sensor.mojom",
|
| + "sensor_provider.mojom",
|
| ]
|
| }
|
|
|