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

Unified Diff: components/autofill.gypi

Issue 710453002: [Autofill] Componentize AutofillCCInfoBarDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed breakages on Android port. Created 5 years, 11 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index d6e4e33426a0ec033f7cd78175dffc5f5a6c3f95..682ddfe9f6255c9f08c613f9a32ff1a411384d47 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',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698