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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 22623002: Extract AutofillDialogController interface and common utilities. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed irrelevant tests. Created 7 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_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index ea97dd7aef4123a64b9d04faa546060ef693c2c5..53e1f312e3a20f777ec2af2acaa61fd373d74247 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -280,6 +280,10 @@
'browser/ui/autofill/autofill_credit_card_bubble.h',
'browser/ui/autofill/autofill_credit_card_bubble_controller.cc',
'browser/ui/autofill/autofill_credit_card_bubble_controller.h',
+ 'browser/ui/autofill/autofill_dialog_common.cc',
+ 'browser/ui/autofill/autofill_dialog_common.h',
+ 'browser/ui/autofill/autofill_dialog_controller.cc',
+ 'browser/ui/autofill/autofill_dialog_controller.h',
'browser/ui/autofill/autofill_dialog_controller_impl.cc',
'browser/ui/autofill/autofill_dialog_controller_impl.h',
'browser/ui/autofill/autofill_dialog_models.cc',
@@ -2801,6 +2805,13 @@
'browser/ui/webui/ntp/android/ntp_resource_cache_android.cc',
],
'sources!': [
+ # Android uses native UI for Autofill dialog.
+ 'browser/ui/autofill/autofill_dialog_controller_impl.cc',
+ 'browser/ui/autofill/autofill_dialog_controller_impl.h',
+ 'browser/ui/autofill/autofill_dialog_view.h',
+ 'browser/ui/autofill/autofill_dialog_view.cc',
+ 'browser/ui/autofill/autofill_dialog_view_delegate.h',
+
# Android uses native UI for sync setup.
'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
'browser/ui/webui/ntp/new_tab_page_sync_handler.h',

Powered by Google App Engine
This is Rietveld 408576698