diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 00:36:12 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 00:36:12 +0000 |
commit | 2a2576e904300c757ca90d129346401c63eacb96 (patch) | |
tree | b2274a564a900d51eb6a7ed9c99ca9fe91d4af5c /chrome/views/views.vcproj | |
parent | 5f76da88e6734cda22d39adb0f5e4cca27f07690 (diff) | |
download | chromium_src-2a2576e904300c757ca90d129346401c63eacb96.zip chromium_src-2a2576e904300c757ca90d129346401c63eacb96.tar.gz chromium_src-2a2576e904300c757ca90d129346401c63eacb96.tar.bz2 |
Move widget related files into views/widget
TBR=sky
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11811 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/views.vcproj')
-rw-r--r-- | chrome/views/views.vcproj | 248 |
1 files changed, 191 insertions, 57 deletions
diff --git a/chrome/views/views.vcproj b/chrome/views/views.vcproj index 01f8da5..890347a 100644 --- a/chrome/views/views.vcproj +++ b/chrome/views/views.vcproj @@ -122,7 +122,7 @@ </References> <Files> <Filter - Name="Accessibility" + Name="accessibility" > <File RelativePath=".\accessibility\accessible_wrapper.cc" @@ -141,6 +141,196 @@ > </File> </Filter> + <Filter + Name="widget" + > + <File + RelativePath=".\widget\accelerator_handler.cc" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)1.obj" + XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)1.obj" + XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\widget\accelerator_handler.h" + > + </File> + <File + RelativePath=".\widget\aero_tooltip_manager.cc" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)1.obj" + XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)1.obj" + XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\widget\aero_tooltip_manager.h" + > + </File> + <File + RelativePath=".\widget\hwnd_notification_source.h" + > + </File> + <File + RelativePath=".\widget\root_view.cc" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)1.obj" + XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)1.obj" + XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\widget\root_view.h" + > + </File> + <File + RelativePath=".\widget\root_view_drop_target.cc" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)1.obj" + XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)1.obj" + XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\widget\root_view_drop_target.h" + > + </File> + <File + RelativePath=".\widget\root_view_win.cc" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)1.obj" + XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)1.obj" + XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\widget\tooltip_manager.cc" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)1.obj" + XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)1.obj" + XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\widget\tooltip_manager.h" + > + </File> + <File + RelativePath=".\widget\widget.h" + > + </File> + <File + RelativePath=".\widget\widget_win.cc" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)1.obj" + XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)1.obj" + XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\widget\widget_win.h" + > + </File> + </Filter> <File RelativePath=".\accelerator.cc" > @@ -150,22 +340,6 @@ > </File> <File - RelativePath=".\accelerator_handler.cc" - > - </File> - <File - RelativePath=".\accelerator_handler.h" - > - </File> - <File - RelativePath=".\aero_tooltip_manager.cc" - > - </File> - <File - RelativePath=".\aero_tooltip_manager.h" - > - </File> - <File RelativePath=".\app_modal_dialog_delegate.h" > </File> @@ -482,26 +656,6 @@ > </File> <File - RelativePath=".\root_view.cc" - > - </File> - <File - RelativePath=".\root_view.h" - > - </File> - <File - RelativePath=".\root_view_drop_target.cc" - > - </File> - <File - RelativePath=".\root_view_drop_target.h" - > - </File> - <File - RelativePath=".\root_view_win.cc" - > - </File> - <File RelativePath=".\scroll_bar.cc" > </File> @@ -574,14 +728,6 @@ > </File> <File - RelativePath=".\tooltip_manager.cc" - > - </File> - <File - RelativePath=".\tooltip_manager.h" - > - </File> - <File RelativePath=".\tree_model.h" > </File> @@ -634,18 +780,6 @@ > </File> <File - RelativePath=".\widget.h" - > - </File> - <File - RelativePath=".\widget_win.cc" - > - </File> - <File - RelativePath=".\widget_win.h" - > - </File> - <File RelativePath=".\window.h" > </File> |