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/views/browser_views.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/views/browser_views.vcproj')
-rw-r--r-- | chrome/browser/views/browser_views.vcproj | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/chrome/browser/views/browser_views.vcproj b/chrome/browser/views/browser_views.vcproj index 15054b5..6a36ee7 100644 --- a/chrome/browser/views/browser_views.vcproj +++ b/chrome/browser/views/browser_views.vcproj @@ -562,6 +562,14 @@ > </File> <File + RelativePath=".\external_protocol_dialog.cc" + > + </File> + <File + RelativePath=".\external_protocol_dialog.h" + > + </File> + <File RelativePath=".\first_run_bubble.cc" > </File> @@ -602,6 +610,14 @@ > </File> <File + RelativePath=".\html_dialog_view.cc" + > + </File> + <File + RelativePath=".\html_dialog_view.h" + > + </File> + <File RelativePath=".\hung_renderer_view.cc" > </File> @@ -682,6 +698,14 @@ > </File> <File + RelativePath=".\page_info_window.cc" + > + </File> + <File + RelativePath=".\page_info_window.h" + > + </File> + <File RelativePath=".\password_manager_view.cc" > </File> @@ -714,6 +738,14 @@ > </File> <File + RelativePath=".\restart_message_box.cc" + > + </File> + <File + RelativePath=".\restart_message_box.h" + > + </File> + <File RelativePath=".\sad_tab_view.cc" > </File> @@ -734,6 +766,10 @@ > </File> <File + RelativePath=".\standard_layout.h" + > + </File> + <File RelativePath=".\star_toggle.cc" > </File> @@ -750,6 +786,14 @@ > </File> <File + RelativePath=".\tab_contents_container_view.cc" + > + </File> + <File + RelativePath=".\tab_contents_container_view.h" + > + </File> + <File RelativePath=".\theme_helpers.cc" > </File> @@ -774,6 +818,14 @@ > </File> <File + RelativePath=".\user_data_dir_dialog.cc" + > + </File> + <File + RelativePath=".\user_data_dir_dialog.h" + > + </File> + <File RelativePath=".\window_resources.cc" > </File> |