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

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: Rebased. Created 6 years 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 d5108f8bcfa77c7c133f37b6527699260ef31f8d..e01773d40fde9e162731534acde02c1bee1e5b1a 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",
@@ -139,6 +141,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