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

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

Issue 896583003: Add risk data to getrealpan request. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes for android Created 5 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/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 92cdc7382f64a6079bfb2905de2b85cbca23b9a2..f66122c26319f58027eb588cf6cc5b2bafe5cac5 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -83,6 +83,8 @@ static_library("browser") {
"autofill_type.h",
"autofill_xml_parser.cc",
"autofill_xml_parser.h",
+ "card_unmask_delegate.cc",
+ "card_unmask_delegate.h",
"contact_info.cc",
"contact_info.h",
"credit_card.cc",

Powered by Google App Engine
This is Rietveld 408576698