diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-13 19:40:50 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-13 19:40:50 +0000 |
commit | fb8f5e9fe66c66122b14fc3de2e9a97b786dd787 (patch) | |
tree | 1dcbf497a86aa56d96dfeeead9ccb2ac4d40415b /chrome/browser/browser.vcproj | |
parent | 5e41359d62d6742eecc04cf8cf487ff8c896bfbb (diff) | |
download | chromium_src-fb8f5e9fe66c66122b14fc3de2e9a97b786dd787.zip chromium_src-fb8f5e9fe66c66122b14fc3de2e9a97b786dd787.tar.gz chromium_src-fb8f5e9fe66c66122b14fc3de2e9a97b786dd787.tar.bz2 |
Move more UI stuff into browser/views
B=2205
Review URL: http://codereview.chromium.org/2825
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2169 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index b0511f1..31ce6d6 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -2055,14 +2055,6 @@ > </File> <File - RelativePath=".\external_protocol_dialog.cc" - > - </File> - <File - RelativePath=".\external_protocol_dialog.h" - > - </File> - <File RelativePath=".\external_protocol_handler.cc" > </File> @@ -2087,14 +2079,6 @@ > </File> <File - RelativePath=".\views\html_dialog_view.cc" - > - </File> - <File - RelativePath=".\views\html_dialog_view.h" - > - </File> - <File RelativePath=".\interstitial_page_delegate.h" > </File> @@ -2107,14 +2091,6 @@ > </File> <File - RelativePath=".\page_info_window.cc" - > - </File> - <File - RelativePath=".\page_info_window.h" - > - </File> - <File RelativePath=".\page_state.cc" > </File> @@ -2131,14 +2107,6 @@ > </File> <File - RelativePath=".\views\restart_message_box.cc" - > - </File> - <File - RelativePath=".\views\restart_message_box.h" - > - </File> - <File RelativePath=".\ssl_blocking_page.cc" > </File> @@ -2147,10 +2115,6 @@ > </File> <File - RelativePath=".\standard_layout.h" - > - </File> - <File RelativePath=".\suspend_controller.cc" > </File> @@ -2159,14 +2123,6 @@ > </File> <File - RelativePath=".\tab_contents_container_view.cc" - > - </File> - <File - RelativePath=".\tab_contents_container_view.h" - > - </File> - <File RelativePath=".\toolbar_model.cc" > </File> @@ -2174,14 +2130,6 @@ RelativePath=".\toolbar_model.h" > </File> - <File - RelativePath=".\user_data_dir_dialog.cc" - > - </File> - <File - RelativePath=".\user_data_dir_dialog.h" - > - </File> </Files> <Globals> </Globals> |