| Index: components/payments/content/BUILD.gn
|
| diff --git a/components/payments/content/BUILD.gn b/components/payments/content/BUILD.gn
|
| index a6f75fe71c8c4396f81e3ce43865083323741744..187c57b93384d2ee404b9962534c1bb5a3f012a7 100644
|
| --- a/components/payments/content/BUILD.gn
|
| +++ b/components/payments/content/BUILD.gn
|
| @@ -8,10 +8,6 @@ mojom("payment_request") {
|
| sources = [
|
| "payment_request.mojom",
|
| ]
|
| -
|
| - public_deps = [
|
| - "//mojo/common:common_custom_types",
|
| - ]
|
| }
|
|
|
| mojom("payment_app") {
|
| @@ -21,7 +17,6 @@ mojom("payment_app") {
|
|
|
| public_deps = [
|
| ":payment_request",
|
| - "//mojo/common:common_custom_types",
|
| "//url/mojo:url_mojom_gurl",
|
| ]
|
| }
|
|
|