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

Unified Diff: components/payments/BUILD.gn

Issue 2373103002: [Web Payments] Common Payments validation (Closed)
Patch Set: Split off moving Mojo file Created 4 years, 2 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/BUILD.gn
diff --git a/components/payments/BUILD.gn b/components/payments/BUILD.gn
index fe3fe64cbe8e82cb3935652a574a211cd78e7947..2fbbf98e614ba649be629c24b983b8e65de767ea 100644
--- a/components/payments/BUILD.gn
+++ b/components/payments/BUILD.gn
@@ -13,3 +13,17 @@ mojom("payment_request") {
"//mojo/common:common_custom_types",
]
}
+
+static_library("payment_validation") {
+ sources = [
+ "payment_details_validation.cc",
+ "payment_details_validation.h",
+ "payments_validators.cc",
+ "payments_validators.h",
+ ]
+
+ deps = [
+ ":payment_request",
+ "//base",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698