| Index: components/payments/BUILD.gn
|
| diff --git a/services/catalog/public/interfaces/BUILD.gn b/components/payments/BUILD.gn
|
| similarity index 84%
|
| copy from services/catalog/public/interfaces/BUILD.gn
|
| copy to components/payments/BUILD.gn
|
| index 07a71b5b75d5bcd510662db62091312db156800f..fe3fe64cbe8e82cb3935652a574a211cd78e7947 100644
|
| --- a/services/catalog/public/interfaces/BUILD.gn
|
| +++ b/components/payments/BUILD.gn
|
| @@ -4,9 +4,9 @@
|
|
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| -mojom("interfaces") {
|
| +mojom("payment_request") {
|
| sources = [
|
| - "catalog.mojom",
|
| + "payment_request.mojom",
|
| ]
|
|
|
| public_deps = [
|
|
|