| Index: components/autofill/core/browser/BUILD.gn
|
| diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
|
| index 766a81247038121f0004ad7d4f558edc71f02317..7c6d06ba3a7750fb2e98c05d9c2b8f21c99b153c 100644
|
| --- a/components/autofill/core/browser/BUILD.gn
|
| +++ b/components/autofill/core/browser/BUILD.gn
|
| @@ -91,6 +91,9 @@ static_library("browser") {
|
| "credit_card.h",
|
| "credit_card_field.cc",
|
| "credit_card_field.h",
|
| + "detail_input.cc",
|
| + "detail_input.h",
|
| + "dialog_section.h",
|
| "email_field.cc",
|
| "email_field.h",
|
| "field_types.h",
|
| @@ -115,6 +118,8 @@ static_library("browser") {
|
| "phone_number_i18n.cc",
|
| "phone_number_i18n.h",
|
| "popup_item_ids.h",
|
| + "server_field_types_util.cc",
|
| + "server_field_types_util.h",
|
| "state_names.cc",
|
| "state_names.h",
|
| "suggestion.cc",
|
|
|