diff options
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/build/win/browser_tests_dll.vsprops | 18 | ||||
-rw-r--r-- | chrome/tools/build/win/data_dll.vsprops | 18 | ||||
-rw-r--r-- | chrome/tools/build/win/debugger_disabled.vsprops | 15 | ||||
-rw-r--r-- | chrome/tools/build/win/js_engine.vsprops | 8 | ||||
-rw-r--r-- | chrome/tools/build/win/js_engine_impl.vsprops | 11 | ||||
-rw-r--r-- | chrome/tools/build/win/js_engine_impl_kjs.vsprops | 11 | ||||
-rw-r--r-- | chrome/tools/build/win/language_dll.vsprops | 16 | ||||
-rw-r--r-- | chrome/tools/build/win/reliability_test.vsprops | 11 | ||||
-rw-r--r-- | chrome/tools/build/win/test_memory_usage.vsprops | 11 | ||||
-rw-r--r-- | chrome/tools/build/win/test_shell_tests.vsprops | 16 | ||||
-rw-r--r-- | chrome/tools/build/win/ui_test.vsprops | 11 |
11 files changed, 0 insertions, 146 deletions
diff --git a/chrome/tools/build/win/browser_tests_dll.vsprops b/chrome/tools/build/win/browser_tests_dll.vsprops deleted file mode 100644 index 4498ca8..0000000 --- a/chrome/tools/build/win/browser_tests_dll.vsprops +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="browser_tests_dll"
- InheritedPropertySheets="$(SolutionDir)tools\build\win\unit_test.vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- AdditionalIncludeDirectories=""$(IntDir)""
- />
- <Tool
- Name="VCLinkerTool"
- />
-</VisualStudioPropertySheet>
diff --git a/chrome/tools/build/win/data_dll.vsprops b/chrome/tools/build/win/data_dll.vsprops deleted file mode 100644 index 9e6f840..0000000 --- a/chrome/tools/build/win/data_dll.vsprops +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="data_dll" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="_USRDLL;GENERATED_RESOURCES_DLL_EXPORTS" - /> - <Tool - Name="VCLinkerTool" - IgnoreImportLibrary="true" - LinkIncremental="1" - LinkTimeCodeGeneration="0" - ResourceOnlyDLL="true" - /> -</VisualStudioPropertySheet> diff --git a/chrome/tools/build/win/debugger_disabled.vsprops b/chrome/tools/build/win/debugger_disabled.vsprops deleted file mode 100644 index b068039..0000000 --- a/chrome/tools/build/win/debugger_disabled.vsprops +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="debugger" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="CHROME_DEBUGGER_DISABLED" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="CHROME_DEBUGGER_DISABLED" - /> -</VisualStudioPropertySheet> diff --git a/chrome/tools/build/win/js_engine.vsprops b/chrome/tools/build/win/js_engine.vsprops deleted file mode 100644 index c329d6e..0000000 --- a/chrome/tools/build/win/js_engine.vsprops +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="js_engine" - InheritedPropertySheets="js_engine_impl$(JS_ENGINE_TYPE).vsprops" -> -</VisualStudioPropertySheet> diff --git a/chrome/tools/build/win/js_engine_impl.vsprops b/chrome/tools/build/win/js_engine_impl.vsprops deleted file mode 100644 index a4f1996..0000000 --- a/chrome/tools/build/win/js_engine_impl.vsprops +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="js_engine_impl" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="CHROME_V8" - /> -</VisualStudioPropertySheet> diff --git a/chrome/tools/build/win/js_engine_impl_kjs.vsprops b/chrome/tools/build/win/js_engine_impl_kjs.vsprops deleted file mode 100644 index 20b24da..0000000 --- a/chrome/tools/build/win/js_engine_impl_kjs.vsprops +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="js_engine_impl_kjs" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="CHROME_KJS" - /> -</VisualStudioPropertySheet> diff --git a/chrome/tools/build/win/language_dll.vsprops b/chrome/tools/build/win/language_dll.vsprops deleted file mode 100644 index c7e8d03..0000000 --- a/chrome/tools/build/win/language_dll.vsprops +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="language_dll" - > - <Tool - Name="VCLinkerTool" - BaseAddress="0x3CF00000" - OutputFile="$(OutDir)\locales\$(ProjectName).dll" - /> - <Tool - Name="VCResourceCompilerTool" - AdditionalIncludeDirectories="$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\chrome" - /> -</VisualStudioPropertySheet> diff --git a/chrome/tools/build/win/reliability_test.vsprops b/chrome/tools/build/win/reliability_test.vsprops deleted file mode 100644 index e3a76bf..0000000 --- a/chrome/tools/build/win/reliability_test.vsprops +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="reliability_test" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="RELIABILITY_TEST" - /> -</VisualStudioPropertySheet> diff --git a/chrome/tools/build/win/test_memory_usage.vsprops b/chrome/tools/build/win/test_memory_usage.vsprops deleted file mode 100644 index 93c34cc..0000000 --- a/chrome/tools/build/win/test_memory_usage.vsprops +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="test_memory_usage" - > - <Tool - Name="VCLinkerTool" - AdditionalDependencies="psapi.lib" - /> -</VisualStudioPropertySheet> diff --git a/chrome/tools/build/win/test_shell_tests.vsprops b/chrome/tools/build/win/test_shell_tests.vsprops deleted file mode 100644 index 4afaef2..0000000 --- a/chrome/tools/build/win/test_shell_tests.vsprops +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="test_shell_tests" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\..\v8\include;" - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="winmm.lib" - /> -</VisualStudioPropertySheet> diff --git a/chrome/tools/build/win/ui_test.vsprops b/chrome/tools/build/win/ui_test.vsprops deleted file mode 100644 index 4a41137..0000000 --- a/chrome/tools/build/win/ui_test.vsprops +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="ui_test" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="UI_TEST" - /> -</VisualStudioPropertySheet> |