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

Unified Diff: chrome/chrome_browser.gypi

Issue 10837363: Introduce AutofillClient and use it to get rid of PasswordManager dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments, rename stuff. Created 8 years, 4 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 6260cb379db1363b8a680540ff532ef9d2577329..9fad6025c682ba24c5b00d84f955b167cefc48da 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -191,6 +191,7 @@
'browser/autofill/address.h',
'browser/autofill/address_field.cc',
'browser/autofill/address_field.h',
+ 'browser/autofill/api/autofill_manager_delegate.h',
'browser/autofill/autocomplete_history_manager.cc',
'browser/autofill/autocomplete_history_manager.h',
'browser/autofill/autofill-inl.h',
@@ -2388,6 +2389,8 @@
'browser/tab_contents/render_view_context_menu_observer.cc',
'browser/tab_contents/render_view_context_menu_observer.h',
'browser/tab_contents/retargeting_details.h',
+ 'browser/tab_contents/tab_autofill_manager_delegate.cc',
+ 'browser/tab_contents/tab_autofill_manager_delegate.h',
'browser/tab_contents/tab_contents_ssl_helper.cc',
'browser/tab_contents/tab_contents_ssl_helper.h',
'browser/tab_contents/tab_util.cc',

Powered by Google App Engine
This is Rietveld 408576698