| Index: components/autofill/core/browser/BUILD.gn
|
| diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
|
| index 1c6a5fa6720cf7d816822fa4021b4613a7ba7de2..5101bb8d3ae26418c78e0d98cd68f18e6c06b588 100644
|
| --- a/components/autofill/core/browser/BUILD.gn
|
| +++ b/components/autofill/core/browser/BUILD.gn
|
| @@ -123,6 +123,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",
|
| @@ -241,6 +243,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",
|
| ]
|
|
|
|
|