Index: device/generic_sensor/public/interfaces/BUILD.gn |
diff --git a/services/catalog/public/interfaces/BUILD.gn b/device/generic_sensor/public/interfaces/BUILD.gn |
similarity index 83% |
copy from services/catalog/public/interfaces/BUILD.gn |
copy to device/generic_sensor/public/interfaces/BUILD.gn |
index 77a6aaf1308f91c071606fe80b4f205e6a59fc00..fb4bc86e2cb94d1c4dd38b47fb93a9e4577187be 100644 |
--- a/services/catalog/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 = [ |
- "catalog.mojom", |
+ "sensor.mojom", |
+ "sensor_provider.mojom", |
] |
} |