| Index: components/safe_json/public/interfaces/BUILD.gn
|
| diff --git a/services/catalog/public/interfaces/BUILD.gn b/components/safe_json/public/interfaces/BUILD.gn
|
| similarity index 91%
|
| copy from services/catalog/public/interfaces/BUILD.gn
|
| copy to components/safe_json/public/interfaces/BUILD.gn
|
| index 77a6aaf1308f91c071606fe80b4f205e6a59fc00..6e8b6de5e09c64b35e89915bd1b5e09a8bd5b326 100644
|
| --- a/services/catalog/public/interfaces/BUILD.gn
|
| +++ b/components/safe_json/public/interfaces/BUILD.gn
|
| @@ -6,6 +6,6 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| - "catalog.mojom",
|
| + "safe_json.mojom",
|
| ]
|
| }
|
|
|