diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 18:11:14 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 18:11:14 +0000 |
commit | c6d972b5b5967c090671d6a9fb9dd05252d2f8f5 (patch) | |
tree | 9f6d65b2fd83d5d0bbaae896d5cfd5b473c4b344 /chrome/browser/views | |
parent | d4d33e99c0d60534aef17f888315e842cd6fba06 (diff) | |
download | chromium_src-c6d972b5b5967c090671d6a9fb9dd05252d2f8f5.zip chromium_src-c6d972b5b5967c090671d6a9fb9dd05252d2f8f5.tar.gz chromium_src-c6d972b5b5967c090671d6a9fb9dd05252d2f8f5.tar.bz2 |
Make the shared shell dialog not use Windows types, as well as the web contents
code that runs it.
Review URL: http://codereview.chromium.org/19666
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8895 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views')
-rw-r--r-- | chrome/browser/views/SConscript | 6 | ||||
-rw-r--r-- | chrome/browser/views/browser_views.vcproj | 2 | ||||
-rw-r--r-- | chrome/browser/views/shell_dialogs_win.cc (renamed from chrome/browser/views/shell_dialogs.cc) | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/views/SConscript b/chrome/browser/views/SConscript index a12a43f..55f599f 100644 --- a/chrome/browser/views/SConscript +++ b/chrome/browser/views/SConscript @@ -209,7 +209,7 @@ input_files = ChromeFileList([ 'select_profile_dialog.h', 'shelf_item_dialog.cc', 'shelf_item_dialog.h', - 'shell_dialogs.cc', + 'shell_dialogs_win.cc', 'standard_layout.h', 'star_toggle.cc', 'star_toggle.h', @@ -293,7 +293,7 @@ if env.Bit('linux'): 'restart_message_box.cc', 'select_profile_dialog.cc', 'shelf_item_dialog.cc', - 'shell_dialogs.cc', + 'shell_dialogs_win.cc', 'star_toggle.cc', 'status_bubble.cc', 'tab_contents_container_view.cc', @@ -376,7 +376,7 @@ if env.Bit('mac'): 'sad_tab_view.cc', 'select_profile_dialog.cc', 'shelf_item_dialog.cc', - 'shell_dialogs.cc', + 'shell_dialogs_win.cc', 'star_toggle.cc', 'status_bubble.cc', 'tab_contents_container_view.cc', diff --git a/chrome/browser/views/browser_views.vcproj b/chrome/browser/views/browser_views.vcproj index 825d0cc..3a85578 100644 --- a/chrome/browser/views/browser_views.vcproj +++ b/chrome/browser/views/browser_views.vcproj @@ -730,7 +730,7 @@ > </File> <File - RelativePath=".\shell_dialogs.cc" + RelativePath=".\shell_dialogs_win.cc" > </File> <File diff --git a/chrome/browser/views/shell_dialogs.cc b/chrome/browser/views/shell_dialogs_win.cc index be3da01..be3da01 100644 --- a/chrome/browser/views/shell_dialogs.cc +++ b/chrome/browser/views/shell_dialogs_win.cc |