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

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

Issue 2789843004: [Payments] Upload card UI now has a CVC prompt (Closed)
Patch Set: Address code review comment 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
« no previous file with comments | « chrome/browser/ui/views/autofill/view_util.cc ('k') | components/autofill/core/browser/autofill_client.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 5412dc179ccb682c20519a582dcd8d48d9f56d3a..a19b79f47358c3149d6a4c2ce7e4f645887619d5 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -183,6 +183,12 @@ static_library("browser") {
]
}
+ if (!is_android) {
+ sources += [
+ "ui/save_card_bubble_controller.h",
+ ]
+ }
+
configs += [ "//build/config:precompiled_headers" ]
public_deps = [
@@ -252,6 +258,13 @@ static_library("test_support") {
"test_personal_data_manager.h",
]
+ if (!is_android) {
+ sources += [
+ "ui/mock_save_card_bubble_controller.cc",
+ "ui/mock_save_card_bubble_controller.h",
+ ]
+ }
+
public_deps = [
":browser",
]
« no previous file with comments | « chrome/browser/ui/views/autofill/view_util.cc ('k') | components/autofill/core/browser/autofill_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698