| 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",
|
|
|