Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Side by Side Diff: chrome/test/unit/unittests.vcproj

Issue 113169: Move win_util.h from common to app. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="unit_tests" 5 Name="unit_tests"
6 ProjectGUID="{ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC}" 6 ProjectGUID="{ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC}"
7 RootNamespace="unit_tests" 7 RootNamespace="unit_tests"
8 > 8 >
9 <Platforms> 9 <Platforms>
10 <Platform 10 <Platform
(...skipping 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 </File> 1021 </File>
1022 <File 1022 <File
1023 RelativePath="..\..\common\unzip_unittest.cc" 1023 RelativePath="..\..\common\unzip_unittest.cc"
1024 > 1024 >
1025 </File> 1025 </File>
1026 <File 1026 <File
1027 RelativePath="..\..\common\extensions\user_scrip t_unittest.cc" 1027 RelativePath="..\..\common\extensions\user_scrip t_unittest.cc"
1028 > 1028 >
1029 </File> 1029 </File>
1030 <File 1030 <File
1031 RelativePath="..\..\common\win_util_unittest.cc"
1032 >
1033 </File>
1034 <File
1035 RelativePath="..\..\common\worker_thread_ticker_ unittest.cc" 1031 RelativePath="..\..\common\worker_thread_ticker_ unittest.cc"
1036 > 1032 >
1037 </File> 1033 </File>
1038 </Filter> 1034 </Filter>
1039 <Filter 1035 <Filter
1040 Name="views" 1036 Name="views"
1041 > 1037 >
1042 <File 1038 <File
1043 RelativePath="..\..\..\views\focus\focus_manager _unittest.cc" 1039 RelativePath="..\..\..\views\focus\focus_manager _unittest.cc"
1044 > 1040 >
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 > 1100 >
1105 </File> 1101 </File>
1106 <File 1102 <File
1107 RelativePath="..\..\..\app\os_exchange_data_unit test.cc" 1103 RelativePath="..\..\..\app\os_exchange_data_unit test.cc"
1108 > 1104 >
1109 </File> 1105 </File>
1110 <File 1106 <File
1111 RelativePath="..\..\..\app\gfx\text_elider_unitt est.cc" 1107 RelativePath="..\..\..\app\gfx\text_elider_unitt est.cc"
1112 > 1108 >
1113 </File> 1109 </File>
1110 <File
1111 RelativePath="..\..\..\app\win_util_unittest.cc"
1112 >
1113 <FileConfiguration
1114 Name="Debug|Win32"
1115 >
1116 <Tool
1117 Name="VCCLCompilerTool"
1118 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
1119 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
1120 />
1121 </FileConfiguration>
1122 <FileConfiguration
1123 Name="Release|Win32"
1124 >
1125 <Tool
1126 Name="VCCLCompilerTool"
1127 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
1128 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
1129 />
1130 </FileConfiguration>
1131 </File>
1114 </Filter> 1132 </Filter>
1115 </Files> 1133 </Files>
1116 <Globals> 1134 <Globals>
1117 </Globals> 1135 </Globals>
1118 </VisualStudioProject> 1136 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/test/startup/feature_startup_test.cc ('k') | chrome/tools/crash_service/crash_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698