diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-28 19:39:33 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-28 19:39:33 +0000 |
commit | 294202d3462e9cf80c71b71a75a004844ee892b0 (patch) | |
tree | 22c2175a686b685cb766e116bae258b0edc925df /chrome/test | |
parent | 63263f9bbfab37dc221155031ee406a0d26d9b86 (diff) | |
download | chromium_src-294202d3462e9cf80c71b71a75a004844ee892b0.zip chromium_src-294202d3462e9cf80c71b71a75a004844ee892b0.tar.gz chromium_src-294202d3462e9cf80c71b71a75a004844ee892b0.tar.bz2 |
Remove *.vsprops files that are no longer referenced (or only have
references to each other) anywhere in the Chromium code base.
BUG=none
TEST=rebuild
Review URL: http://codereview.chromium.org/159523
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21873 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/activex_test_control/activex_test_control.vsprops | 26 | ||||
-rw-r--r-- | chrome/test/automation/automation.vsprops | 11 | ||||
-rw-r--r-- | chrome/test/chrome_plugin/test_chrome_plugin.vsprops | 13 |
3 files changed, 0 insertions, 50 deletions
diff --git a/chrome/test/activex_test_control/activex_test_control.vsprops b/chrome/test/activex_test_control/activex_test_control.vsprops deleted file mode 100644 index d873ddf..0000000 --- a/chrome/test/activex_test_control/activex_test_control.vsprops +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="activex_test_control" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops" - UseOfATL="1" - ATLMinimizesCRunTimeLibraryUsage="false" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="$(IntDir)" - /> - <Tool - Name="VCLinkerTool" - RegisterOutput="false" - IgnoreImportLibrary="true" - AdditionalDependencies="comsuppw.lib" - OutputFile="$(OutDir)\activex_test_control.dll" - ModuleDefinitionFile=".\activex_test_control.def" - /> - <Tool - Name="VCResourceCompilerTool" - AdditionalIncludeDirectories="$(IntDir)" - /> -</VisualStudioPropertySheet> diff --git a/chrome/test/automation/automation.vsprops b/chrome/test/automation/automation.vsprops deleted file mode 100644 index e509860..0000000 --- a/chrome/test/automation/automation.vsprops +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="automation" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\chrome\third_party\wtl\using_wtl.vsprops;$(SolutionDir)..\tools\grit\build\using_generated_resources.vsprops" - > - <Tool - Name="VCCLCompilerTool" - /> -</VisualStudioPropertySheet> diff --git a/chrome/test/chrome_plugin/test_chrome_plugin.vsprops b/chrome/test/chrome_plugin/test_chrome_plugin.vsprops deleted file mode 100644 index d3d0829..0000000 --- a/chrome/test/chrome_plugin/test_chrome_plugin.vsprops +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="test_chrome_plugin" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops" - > - <Tool - Name="VCLinkerTool" - AdditionalDependencies="winmm.lib" - ModuleDefinitionFile="test_chrome_plugin.def" - /> -</VisualStudioPropertySheet> |