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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 11231063: [views] "Hello, world" autofill imperative API dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile Created 8 years, 2 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/browser/ui/views/autofill/autofill_dialog_views.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 24bc5ce11f5029dd13a1137054405913cc731530..fd3b3a2debeb21919076f557bc4800afee3e30c9 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -188,6 +188,10 @@
'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc',
'browser/ui/aura/chrome_browser_main_extra_parts_aura.h',
'browser/ui/aura/tabs/dock_info_aurax11.cc',
+ 'browser/ui/autofill/autofill_dialog_controller.cc',
+ 'browser/ui/autofill/autofill_dialog_controller.h',
+ 'browser/ui/autofill/autofill_dialog_view.cc',
+ 'browser/ui/autofill/autofill_dialog_view.h',
'browser/ui/autofill/tab_autofill_manager_delegate.cc',
'browser/ui/autofill/tab_autofill_manager_delegate.h',
'browser/ui/auto_login_info_bar_delegate.cc',
@@ -1329,6 +1333,8 @@
'browser/ui/views/ash/balloon_view_ash.h',
'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc',
'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h',
+ 'browser/ui/views/autofill/autofill_dialog_views.cc',
+ 'browser/ui/views/autofill/autofill_dialog_views.h',
'browser/ui/views/autofill/autofill_external_delegate_views.cc',
'browser/ui/views/autofill/autofill_external_delegate_views.h',
'browser/ui/views/autofill/autofill_popup_view_views.cc',
« no previous file with comments | « chrome/browser/ui/views/autofill/autofill_dialog_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698