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

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

Issue 2705773002: [Autofill] Move country combo box model from chrome to component. (Closed)
Patch Set: Rebase Created 3 years, 10 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/test/BUILD.gn ('k') | components/autofill/core/browser/country_combobox_model.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 30ec62198c9e99b16d7893ea38aedbb5ace374f1..958dddca5b690fb66686718f29b14ceea7ff9f37 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -60,6 +60,8 @@ static_library("browser") {
"card_unmask_delegate.h",
"contact_info.cc",
"contact_info.h",
+ "country_combobox_model.cc",
+ "country_combobox_model.h",
"country_data.cc",
"country_data.h",
"country_names.cc",
@@ -307,6 +309,7 @@ source_set("unit_tests") {
"autofill_profile_unittest.cc",
"autofill_type_unittest.cc",
"contact_info_unittest.cc",
+ "country_combobox_model_unittest.cc",
"country_names_unittest.cc",
"credit_card_field_unittest.cc",
"credit_card_unittest.cc",
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/autofill/core/browser/country_combobox_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698