| Index: device/geolocation/public/interfaces/BUILD.gn
|
| diff --git a/mash/init/public/interfaces/BUILD.gn b/device/geolocation/public/interfaces/BUILD.gn
|
| similarity index 83%
|
| copy from mash/init/public/interfaces/BUILD.gn
|
| copy to device/geolocation/public/interfaces/BUILD.gn
|
| index 21905185a8f524baaab39a09c8b8222ff339bff1..6bdfc1ac3d8ac01629c3ed29256a31b2db907242 100644
|
| --- a/mash/init/public/interfaces/BUILD.gn
|
| +++ b/device/geolocation/public/interfaces/BUILD.gn
|
| @@ -6,8 +6,6 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| - "init.mojom",
|
| + "geolocation.mojom",
|
| ]
|
| -
|
| - use_new_wrapper_types = false
|
| }
|
|
|