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

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: Fix missing override declaration 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698