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

Unified Diff: components/autofill.gypi

Issue 1138653003: Move card unmask interfaces and controller into the autofill component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Edit factory function comment Created 5 years, 7 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.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index c3c5ad2cedd441ccfc1d185324675e5b3c458c77..68f3f5e266fc08f6f601e51abb565bbd842aa818 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -183,6 +183,10 @@
'autofill/core/browser/state_names.h',
'autofill/core/browser/suggestion.cc',
'autofill/core/browser/suggestion.h',
+ 'autofill/core/browser/ui/card_unmask_prompt_controller.h',
+ 'autofill/core/browser/ui/card_unmask_prompt_controller_impl.cc',
+ 'autofill/core/browser/ui/card_unmask_prompt_controller_impl.h',
+ 'autofill/core/browser/ui/card_unmask_prompt_view.h',
'autofill/core/browser/validation.cc',
'autofill/core/browser/validation.h',
'autofill/core/browser/wallet/real_pan_wallet_client.cc',

Powered by Google App Engine
This is Rietveld 408576698