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

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

Issue 2849523003: Add billing address as a mandatory field of Payments credit cards. (Closed)
Patch Set: Components Unittests fix Created 3 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/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index f9f4f576d511215b4e18a70c95e6ae43d3dec3d1..f30d0359761f022209c2ab0ec0123b3cfae2ac1b 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -8,6 +8,8 @@ static_library("browser") {
sources = [
"address.cc",
"address.h",
+ "address_combobox_model.cc",
+ "address_combobox_model.h",
"address_field.cc",
"address_field.h",
"address_i18n.cc",
@@ -315,6 +317,7 @@ bundle_data("unit_tests_bundle_data") {
source_set("unit_tests") {
testonly = true
sources = [
+ "address_combobox_model_unittest.cc",
"address_field_unittest.cc",
"address_i18n_unittest.cc",
"address_rewriter_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698