| Index: components/autofill/core/browser/BUILD.gn
|
| diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
|
| index 5c34ee5f3b2386c68927c6adab2f9bff079567f7..037da9bf473b872bbc438a10a736ece6607d3bfc 100644
|
| --- a/components/autofill/core/browser/BUILD.gn
|
| +++ b/components/autofill/core/browser/BUILD.gn
|
| @@ -119,6 +119,8 @@ static_library("browser") {
|
| "webdata/autofill_profile_syncable_service.h",
|
| "webdata/autofill_table.cc",
|
| "webdata/autofill_table.h",
|
| + "webdata/autofill_wallet_metadata_syncable_service.cc",
|
| + "webdata/autofill_wallet_metadata_syncable_service.h",
|
| "webdata/autofill_wallet_syncable_service.cc",
|
| "webdata/autofill_wallet_syncable_service.h",
|
| "webdata/autofill_webdata.h",
|
| @@ -237,6 +239,7 @@ source_set("unit_tests") {
|
| "validation_unittest.cc",
|
| "webdata/autofill_profile_syncable_service_unittest.cc",
|
| "webdata/autofill_table_unittest.cc",
|
| + "webdata/autofill_wallet_metadata_syncable_service_unittest.cc",
|
| "webdata/web_data_service_unittest.cc",
|
| ]
|
|
|
|
|