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

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

Issue 2645813006: Download web payment manifests. (Closed)
Patch Set: Rebase Created 3 years, 9 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
« no previous file with comments | « components/payments/DEPS ('k') | components/payments/content/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/content/BUILD.gn
diff --git a/components/payments/content/BUILD.gn b/components/payments/content/BUILD.gn
index a6f75fe71c8c4396f81e3ce43865083323741744..e58ff006cac725ad26435b819954a2f47677d955 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",
]
}
@@ -72,7 +67,7 @@ static_library("payment_validation") {
source_set("unit_tests") {
testonly = true
sources = [
- "payments_validators_test.cc",
+ "payments_validators_unittest.cc",
]
deps = [
« no previous file with comments | « components/payments/DEPS ('k') | components/payments/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698