Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Unified Diff: components/payments/content/BUILD.gn

Issue 2645813006: Download web payment manifests. (Closed)
Patch Set: At most INT_MAX sections in manifest and fingperints in section Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698