summaryrefslogtreecommitdiffstats
path: root/base/build/base_unittests.vcproj
diff options
context:
space:
mode:
authorinitial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-26 21:49:38 +0000
committerinitial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-26 21:49:38 +0000
commitd7cae12696b96500c05dd2d430f6238922c20c96 (patch)
treeecff27b367735535b2a66477f8cd89d3c462a6c0 /base/build/base_unittests.vcproj
parentee2815e28d408216cf94e874825b6bcf76c69083 (diff)
downloadchromium_src-d7cae12696b96500c05dd2d430f6238922c20c96.zip
chromium_src-d7cae12696b96500c05dd2d430f6238922c20c96.tar.gz
chromium_src-d7cae12696b96500c05dd2d430f6238922c20c96.tar.bz2
Add base to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build/base_unittests.vcproj')
-rw-r--r--base/build/base_unittests.vcproj370
1 files changed, 370 insertions, 0 deletions
diff --git a/base/build/base_unittests.vcproj b/base/build/base_unittests.vcproj
new file mode 100644
index 0000000..f9e6787
--- /dev/null
+++ b/base/build/base_unittests.vcproj
@@ -0,0 +1,370 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="base_unittests"
+ ProjectGUID="{27A30967-4BBA-48D1-8522-CDE95F7B1CEC}"
+ RootNamespace="base_unittests"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ ConfigurationType="1"
+ InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\base_unittests.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="UNIT_TEST"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ ConfigurationType="1"
+ InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\base_unittests.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="UNIT_TEST"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="support"
+ >
+ <File
+ RelativePath="..\check_handler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\multiprocess_test.h"
+ >
+ </File>
+ <File
+ RelativePath="..\no_windows2000_unittest.h"
+ >
+ </File>
+ <File
+ RelativePath="..\run_all_unittests.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\test_suite.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="base_tests"
+ >
+ <File
+ RelativePath="..\atomic_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\check_handler_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\clipboard_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\command_line_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\condition_variable_test.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\file_util_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\file_version_info_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\fixed_string_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\histogram_test.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\hmac_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\idletimer_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\json_reader_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\json_writer_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\linked_ptr_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\message_loop_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\gfx\native_theme_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\path_service_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\pe_image_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\pickle_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\pr_time_test.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\process_util_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\gfx\rect_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\ref_counted_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\sha2_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\shared_event_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\shared_memory_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\singleton_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\stack_container_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\stats_table_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\string_escape_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\string_piece_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\string_tokenizer_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\string_util_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\thread_local_storage_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\thread_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\time_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\timer_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\tracked_objects_test.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\values_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\watchdog_test.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\win_util_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\wmi_util_unittest.cc"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="gfx_tests"
+ >
+ <File
+ RelativePath="..\gfx\convolver_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\gfx\image_operations_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\gfx\platform_canvas_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\gfx\png_codec_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\gfx\uniscribe_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\gfx\vector_canvas_unittest.cc"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>