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

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

Issue 2838433002: [Payments] Cache payment manifests. (Closed)
Patch Set: fix tests Created 3 years, 8 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/android/BUILD.gn
diff --git a/components/payments/android/BUILD.gn b/components/payments/android/BUILD.gn
index 7eac568bb85c940b7a276884f201d106eaca2e23..6484ece8d0a54f34a03b0fd7d19f1b0cd8b054c9 100644
--- a/components/payments/android/BUILD.gn
+++ b/components/payments/android/BUILD.gn
@@ -4,6 +4,8 @@
static_library("android") {
sources = [
+ "payment_manifest_web_data_service.cc",
+ "payment_manifest_web_data_service.h",
"payment_method_manifest_table.cc",
"payment_method_manifest_table.h",
"web_app_manifest_section_table.cc",

Powered by Google App Engine
This is Rietveld 408576698