| 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..7e4b0715373866fee55d1a0070e6d1277fc13bb6 100644
|
| --- a/components/autofill/core/browser/BUILD.gn
|
| +++ b/components/autofill/core/browser/BUILD.gn
|
| @@ -50,6 +50,8 @@ static_library("browser") {
|
| "autofill_profile.h",
|
| "autofill_profile_comparator.cc",
|
| "autofill_profile_comparator.h",
|
| + "autofill_provider.cc",
|
| + "autofill_provider.h",
|
| "autofill_regex_constants.cc",
|
| "autofill_regex_constants.h",
|
| "autofill_scanner.cc",
|
| @@ -184,9 +186,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" ]
|
|
|