| Index: services/preferences/public/interfaces/BUILD.gn
|
| diff --git a/mash/public/interfaces/BUILD.gn b/services/preferences/public/interfaces/BUILD.gn
|
| similarity index 91%
|
| copy from mash/public/interfaces/BUILD.gn
|
| copy to services/preferences/public/interfaces/BUILD.gn
|
| index 17753e75ecf0c9165b3cdc0935932d03f08668a2..9b978cd0ec18ada6743f2cfc1cc1cc1b4f3b142a 100644
|
| --- a/mash/public/interfaces/BUILD.gn
|
| +++ b/services/preferences/public/interfaces/BUILD.gn
|
| @@ -6,6 +6,6 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| - "launchable.mojom",
|
| + "preferences.mojom",
|
| ]
|
| }
|
|
|