summaryrefslogtreecommitdiffstats
path: root/webkit/default_plugin
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-29 11:37:01 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-29 11:37:01 +0000
commit1543aa2584cc0f3fefd2267cfd42251809afe152 (patch)
tree43e6413e57e63dc5d892fca1f0f4da682a846cef /webkit/default_plugin
parentabafb0bf768ed3c903bbfdf0a509c3ca869eb3c9 (diff)
downloadchromium_src-1543aa2584cc0f3fefd2267cfd42251809afe152.zip
chromium_src-1543aa2584cc0f3fefd2267cfd42251809afe152.tar.gz
chromium_src-1543aa2584cc0f3fefd2267cfd42251809afe152.tar.bz2
Rolling back webkit-gyp switch. r14382
Review URL: http://codereview.chromium.org/99182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/default_plugin')
-rw-r--r--webkit/default_plugin/default_plugin.vcproj187
1 files changed, 187 insertions, 0 deletions
diff --git a/webkit/default_plugin/default_plugin.vcproj b/webkit/default_plugin/default_plugin.vcproj
new file mode 100644
index 0000000..7f9dec8
--- /dev/null
+++ b/webkit/default_plugin/default_plugin.vcproj
@@ -0,0 +1,187 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="default_plugin"
+ ProjectGUID="{5916D37D-8C97-424F-A904-74E52594C2D6}"
+ RootNamespace="default_plugin"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\default_plugin.vsprops"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\default_plugin.vsprops"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath=".\activex_installer.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\activex_installer.h"
+ >
+ </File>
+ <File
+ RelativePath=".\default_plugin.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\default_plugin_resources.h"
+ >
+ </File>
+ <File
+ RelativePath=".\default_plugin_shared.h"
+ >
+ </File>
+ <File
+ RelativePath=".\install_dialog.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\install_dialog.h"
+ >
+ </File>
+ <File
+ RelativePath=".\plugin_database_handler.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\plugin_database_handler.h"
+ >
+ </File>
+ <File
+ RelativePath=".\plugin_impl_win.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\plugin_impl_win.h"
+ >
+ </File>
+ <File
+ RelativePath=".\plugin_install_job_monitor.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\plugin_install_job_monitor.h"
+ >
+ </File>
+ <File
+ RelativePath=".\plugin_main.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\plugin_main.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>