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

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

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 | « components/autofill.gypi ('k') | components/autofill/core/browser/ui/card_unmask_prompt_controller.h » ('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 5c34ee5f3b2386c68927c6adab2f9bff079567f7..1c6a5fa6720cf7d816822fa4021b4613a7ba7de2 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -105,6 +105,10 @@ static_library("browser") {
"state_names.h",
"suggestion.cc",
"suggestion.h",
+ "ui/card_unmask_prompt_controller.h",
+ "ui/card_unmask_prompt_controller_impl.cc",
+ "ui/card_unmask_prompt_controller_impl.h",
+ "ui/card_unmask_prompt_view.h",
"validation.cc",
"validation.h",
"wallet/real_pan_wallet_client.cc",
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/ui/card_unmask_prompt_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698