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

Unified Diff: components/autofill/core/browser/BUILD.gn

Issue 1899893002: Card unmasking without form filling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use the credit card number field in metrics tests, because ios single-field form fill will not requ… Created 4 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
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/autofill_external_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 42904aff7fd31a2b15b8973e09cf8f7f37b9165d..4fe3f295f8a1ead29681f8f64a7ad9a535522207 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -93,6 +93,8 @@ source_set("browser") {
"name_field.h",
"password_generator.cc",
"password_generator.h",
+ "payments/full_card_request.cc",
+ "payments/full_card_request.h",
"payments/payments_client.cc",
"payments/payments_client.h",
"payments/payments_request.h",
@@ -306,6 +308,7 @@ source_set("unit_tests") {
"legal_message_line_unittest.cc",
"name_field_unittest.cc",
"password_generator_unittest.cc",
+ "payments/full_card_request_unittest.cc",
"personal_data_manager_unittest.cc",
"phone_field_unittest.cc",
"phone_number_i18n_unittest.cc",
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/autofill_external_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698