Index: components/autofill/core/browser/BUILD.gn |
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn |
index 615fa152db576649604cd3cff179e0643aee9cab..3a82eafd6815eb99e45609a56f7636fa8f5baf83 100644 |
--- a/components/autofill/core/browser/BUILD.gn |
+++ b/components/autofill/core/browser/BUILD.gn |
@@ -46,6 +46,8 @@ static_library("browser") { |
"autocomplete_history_manager.cc", |
"autocomplete_history_manager.h", |
"autofill-inl.h", |
+ "autofill_cc_infobar_delegate.cc", |
+ "autofill_cc_infobar_delegate.h", |
"autofill_country.cc", |
"autofill_country.h", |
"autofill_data_model.cc", |
@@ -145,6 +147,7 @@ static_library("browser") { |
"//base:i18n", |
"//base:prefs", |
"//components/autofill/core/common", |
+ "//components/infobars/core", |
"//components/keyed_service/core", |
"//components/os_crypt", |
"//components/pref_registry", |