diff options
author | csharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-09 22:21:01 +0000 |
---|---|---|
committer | csharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-09 22:21:01 +0000 |
commit | f48cf5d684147c83aa9fd851e533e232b4c9a64e (patch) | |
tree | 123a1662ea398bd801544aa19c3fab8c9a36e5ed /chrome/chrome_browser.gypi | |
parent | 72a2335053a0426755f4179222e6c0ee8baf786a (diff) | |
download | chromium_src-f48cf5d684147c83aa9fd851e533e232b4c9a64e.zip chromium_src-f48cf5d684147c83aa9fd851e533e232b4c9a64e.tar.gz chromium_src-f48cf5d684147c83aa9fd851e533e232b4c9a64e.tar.bz2 |
First pass for new GTK Autofill popup.
This first pass just displays the new Autofill popup and then hides it at the
correct times. The box is the correct size, but none of the text is drawn at
the moment. This is only enabled when the --external-autofill-popup flag is
enabled.
BUG=51644
Review URL: http://codereview.chromium.org/9128001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116927 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index b3b6d23..306e5b4 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -151,6 +151,8 @@ 'browser/autofill/autofill_download.h', 'browser/autofill/autofill_external_delegate.cc', 'browser/autofill/autofill_external_delegate.h', + 'browser/autofill/autofill_external_delegate_gtk.cc', + 'browser/autofill/autofill_external_delegate_gtk.h', 'browser/autofill/autofill_feedback_infobar_delegate.cc', 'browser/autofill/autofill_feedback_infobar_delegate.h', 'browser/autofill/autofill_field.cc', @@ -161,6 +163,8 @@ 'browser/autofill/autofill_manager.h', 'browser/autofill/autofill_metrics.cc', 'browser/autofill/autofill_metrics.h', + 'browser/autofill/autofill_popup_view.cc', + 'browser/autofill/autofill_popup_view.h', 'browser/autofill/autofill_profile.cc', 'browser/autofill/autofill_profile.h', 'browser/autofill/autofill_regex_constants.cc.utf8', @@ -2981,6 +2985,8 @@ 'browser/ui/gtk/about_chrome_dialog.h', 'browser/ui/gtk/accelerators_gtk.cc', 'browser/ui/gtk/accelerators_gtk.h', + 'browser/ui/gtk/autofill/autofill_popup_view_gtk.cc', + 'browser/ui/gtk/autofill/autofill_popup_view_gtk.h', 'browser/ui/gtk/avatar_menu_bubble_gtk.cc', 'browser/ui/gtk/avatar_menu_bubble_gtk.h', 'browser/ui/gtk/avatar_menu_button_gtk.cc', |