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