Chromium Code Reviews| 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 76% |
| copy from mash/init/public/interfaces/BUILD.gn |
| copy to device/geolocation/public/interfaces/BUILD.gn |
| index 21905185a8f524baaab39a09c8b8222ff339bff1..423eeb45c9642b211378cc912794e8da021a52c7 100644 |
| --- a/mash/init/public/interfaces/BUILD.gn |
| +++ b/device/geolocation/public/interfaces/BUILD.gn |
| @@ -4,10 +4,8 @@ |
| import("//mojo/public/tools/bindings/mojom.gni") |
| -mojom("interfaces") { |
| +mojom("geolocation_mojom") { |
|
ortuno
2016/08/02 14:55:45
nit: I think this should be called mojo_bindings.
mcasas
2016/08/02 18:17:04
Renamed to just "interfaces" per rockot@
comment,
|
| sources = [ |
| - "init.mojom", |
| + "geolocation.mojom", |
| ] |
| - |
| - use_new_wrapper_types = false |
| } |