| Index: components/autofill/core/browser/BUILD.gn
|
| diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
|
| index 87a22f6efa1497047d88bec9302fced6a1423c9f..5bd47bf25a97e1ec4733d59c53053797132a79ae 100644
|
| --- a/components/autofill/core/browser/BUILD.gn
|
| +++ b/components/autofill/core/browser/BUILD.gn
|
| @@ -136,8 +136,6 @@ static_library("browser") {
|
| "webdata/autofill_data_type_controller.h",
|
| "webdata/autofill_entry.cc",
|
| "webdata/autofill_entry.h",
|
| - "webdata/autofill_metadata_change_list.cc",
|
| - "webdata/autofill_metadata_change_list.h",
|
| "webdata/autofill_profile_data_type_controller.cc",
|
| "webdata/autofill_profile_data_type_controller.h",
|
| "webdata/autofill_profile_syncable_service.cc",
|
| @@ -184,9 +182,7 @@ static_library("browser") {
|
| }
|
|
|
| if (!is_android) {
|
| - sources += [
|
| - "ui/save_card_bubble_controller.h",
|
| - ]
|
| + sources += [ "ui/save_card_bubble_controller.h" ]
|
| }
|
|
|
| configs += [ "//build/config:precompiled_headers" ]
|
|
|