| Index: components/payments/BUILD.gn
|
| diff --git a/components/translate/content/common/BUILD.gn b/components/payments/BUILD.gn
|
| similarity index 80%
|
| copy from components/translate/content/common/BUILD.gn
|
| copy to components/payments/BUILD.gn
|
| index 7e782e1d0bbbff4bb8c6d65409f5719e548fc33a..fe3fe64cbe8e82cb3935652a574a211cd78e7947 100644
|
| --- a/components/translate/content/common/BUILD.gn
|
| +++ b/components/payments/BUILD.gn
|
| @@ -4,13 +4,12 @@
|
|
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| -mojom("common") {
|
| +mojom("payment_request") {
|
| sources = [
|
| - "translate.mojom",
|
| + "payment_request.mojom",
|
| ]
|
|
|
| public_deps = [
|
| "//mojo/common:common_custom_types",
|
| - "//url/mojo:url_mojom_gurl",
|
| ]
|
| }
|
|
|