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

Unified Diff: components/autofill.gypi

Issue 710453002: [Autofill] Componentize AutofillCCInfoBarDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses Sylvain's review comments. 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.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 20390be068b2a06d51cba50e150ea2cc850ff5e6..3198f26c75d908f8a1db73f825889667f05d36af 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -97,6 +97,7 @@
'autofill_regexes',
'components_resources.gyp:components_resources',
'components_strings.gyp:components_strings',
+ 'infobars_core',
'keyed_service_core',
'os_crypt',
'pref_registry',
@@ -112,6 +113,8 @@
'autofill/core/browser/autocomplete_history_manager.cc',
'autofill/core/browser/autocomplete_history_manager.h',
'autofill/core/browser/autofill-inl.h',
+ 'autofill/core/browser/autofill_cc_infobar_delegate.cc',
+ 'autofill/core/browser/autofill_cc_infobar_delegate.h',
'autofill/core/browser/autofill_country.cc',
'autofill/core/browser/autofill_country.h',
'autofill/core/browser/autofill_data_model.cc',

Powered by Google App Engine
This is Rietveld 408576698