| 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..713d198246f56bf0face8f33550c00d4e3965f93 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",
|
| @@ -184,6 +188,7 @@ static_library("test_support") {
|
| "autofill_test_utils.h",
|
| "data_driven_test.cc",
|
| "data_driven_test.h",
|
| + "suggestion_test_helpers.h",
|
| "test_autofill_client.cc",
|
| "test_autofill_client.h",
|
| "test_autofill_driver.cc",
|
|
|