Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: components/autofill/core/browser/BUILD.gn

Issue 710453002: [Autofill] Componentize AutofillCCInfoBarDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove infobar if its associated page content is destroyed. Created 5 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698