| Index: components/autofill/core/browser/BUILD.gn
|
| diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
|
| index d5108f8bcfa77c7c133f37b6527699260ef31f8d..7e7b9b2118e2f05ea4f2b801f81d9f270123100a 100644
|
| --- a/components/autofill/core/browser/BUILD.gn
|
| +++ b/components/autofill/core/browser/BUILD.gn
|
| @@ -75,6 +75,8 @@ static_library("browser") {
|
| "autofill_scanner.cc",
|
| "autofill_scanner.h",
|
| "autofill_server_field_info.h",
|
| + "autofill_sync_constants.cc",
|
| + "autofill_sync_constants.h",
|
| "autofill_type.cc",
|
| "autofill_type.h",
|
| "autofill_xml_parser.cc",
|
| @@ -111,6 +113,8 @@ static_library("browser") {
|
| "popup_item_ids.h",
|
| "state_names.cc",
|
| "state_names.h",
|
| + "suggestion.cc",
|
| + "suggestion.h",
|
| "validation.cc",
|
| "validation.h",
|
| "webdata/autofill_change.cc",
|
|
|