Chromium Code Reviews| Index: components/autofill/core/browser/BUILD.gn |
| diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn |
| index 945549f39939b29119061cc4aaa786243741b32a..8df55338028a29c23f6a16c55062725d6985e76b 100644 |
| --- a/components/autofill/core/browser/BUILD.gn |
| +++ b/components/autofill/core/browser/BUILD.gn |
| @@ -40,6 +40,10 @@ static_library("browser") { |
| "autofill_external_delegate.h", |
| "autofill_field.cc", |
| "autofill_field.h", |
| + "autofill_handler.cc", |
| + "autofill_handler.h", |
| + "autofill_handler_proxy.cc", |
| + "autofill_handler_proxy.h", |
| "autofill_ie_toolbar_import_win.cc", |
| "autofill_ie_toolbar_import_win.h", |
| "autofill_manager.cc", |
| @@ -52,6 +56,8 @@ static_library("browser") { |
| "autofill_profile.h", |
| "autofill_profile_comparator.cc", |
| "autofill_profile_comparator.h", |
| + "autofill_provider.cc", |
|
sebsg
2017/05/24 13:32:42
With the ifdef for android, these would only need
michaelbai
2017/05/26 23:12:08
As we discussed, we will not use ifdef
|
| + "autofill_provider.h", |
| "autofill_scanner.cc", |
| "autofill_scanner.h", |
| "autofill_type.cc", |