| Index: services/preferences/public/interfaces/BUILD.gn
|
| diff --git a/services/catalog/public/interfaces/BUILD.gn b/services/preferences/public/interfaces/BUILD.gn
|
| similarity index 92%
|
| copy from services/catalog/public/interfaces/BUILD.gn
|
| copy to services/preferences/public/interfaces/BUILD.gn
|
| index 07a71b5b75d5bcd510662db62091312db156800f..c7e9091f046a4106bce78b253bab3053321fa38f 100644
|
| --- a/services/catalog/public/interfaces/BUILD.gn
|
| +++ b/services/preferences/public/interfaces/BUILD.gn
|
| @@ -6,9 +6,8 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| - "catalog.mojom",
|
| + "preferences.mojom",
|
| ]
|
| -
|
| public_deps = [
|
| "//mojo/common:common_custom_types",
|
| ]
|
|
|