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