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

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

Issue 2789843004: [Payments] Upload card UI now has a CVC prompt (Closed)
Patch Set: Fix Android build (accidentally omitted scoping class name) Created 3 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
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 5412dc179ccb682c20519a582dcd8d48d9f56d3a..730a7248f17e23c299346e817fb210f376593921 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -124,6 +124,7 @@ static_library("browser") {
"ui/card_unmask_prompt_controller_impl.cc",
"ui/card_unmask_prompt_controller_impl.h",
"ui/card_unmask_prompt_view.h",
+ "ui/save_card_bubble_controller.h",
Evan Stade 2017/04/12 23:56:22 I believe this probably shouldn't be included on i
Jared Saul 2017/04/13 00:42:35 Done. Please let me know if the conditional block
Evan Stade 2017/04/13 02:21:31 seems ok
Jared Saul 2017/04/13 17:39:37 iOS still uses test_autofill_client, so changed th
"validation.cc",
"validation.h",
"webdata/autocomplete_sync_bridge.cc",
@@ -250,6 +251,8 @@ static_library("test_support") {
"test_autofill_external_delegate.h",
"test_personal_data_manager.cc",
"test_personal_data_manager.h",
+ "ui/mock_save_card_bubble_controller.cc",
Evan Stade 2017/04/12 23:56:22 ditto
Jared Saul 2017/04/13 00:42:35 Done.
+ "ui/mock_save_card_bubble_controller.h",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698