diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 19:48:37 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 19:48:37 +0000 |
commit | 39b6184b82a4531abbe3597a68703fb30954a22e (patch) | |
tree | 8843de381d3d44a005a63b955eb3d53e6c8ac584 /chrome/chrome_browser.gypi | |
parent | e768baf6ebf5a49cc19d58d1761321b175c82c18 (diff) | |
download | chromium_src-39b6184b82a4531abbe3597a68703fb30954a22e.zip chromium_src-39b6184b82a4531abbe3597a68703fb30954a22e.tar.gz chromium_src-39b6184b82a4531abbe3597a68703fb30954a22e.tar.bz2 |
Revert 52721 - Refactor the implementation of InputWindowDialog.
- Move the implementation of each platform under its respective source directory.
- Rename the classes to match with pattern used in the chrome source.
- In the gtk side, use the gtk signal macros for the callback events.
BUG=None
TEST=open the bookmark editor dialog, everything should works as before on windows and linux.
Review URL: http://codereview.chromium.org/2832028
TBR=tfarina@chromium.org
Review URL: http://codereview.chromium.org/2835043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52727 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 366ae95..7da139b 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -1529,8 +1529,6 @@ 'browser/gtk/infobar_container_gtk.h', 'browser/gtk/infobar_gtk.cc', 'browser/gtk/infobar_gtk.h', - 'browser/gtk/input_window_dialog_gtk.cc', - 'browser/gtk/input_window_dialog_gtk.h', 'browser/gtk/keyword_editor_view.cc', 'browser/gtk/keyword_editor_view.h', 'browser/gtk/location_bar_view_gtk.cc', @@ -1779,6 +1777,8 @@ 'browser/in_process_webkit/webkit_thread.cc', 'browser/in_process_webkit/webkit_thread.h', 'browser/input_window_dialog.h', + 'browser/input_window_dialog_gtk.cc', + 'browser/input_window_dialog_win.cc', 'browser/intranet_redirect_detector.cc', 'browser/intranet_redirect_detector.h', 'browser/io_thread.cc', @@ -2611,8 +2611,6 @@ 'browser/views/infobars/translate_infobar_base.h', 'browser/views/infobars/translate_message_infobar.cc', 'browser/views/infobars/translate_message_infobar.h', - 'browser/views/input_window_dialog_win.cc', - 'browser/views/input_window_dialog_win.h', 'browser/views/jsmessage_box_dialog.cc', 'browser/views/jsmessage_box_dialog.h', 'browser/views/keyword_editor_view.cc', |