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

Side by Side Diff: chrome/test/perf/perftests.vcproj

Issue 12407: Un-duplicate EvictFileFromSystemCache.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years 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="perf_tests" 5 Name="perf_tests"
6 ProjectGUID="{9055E088-25C6-47FD-87D5-D9DD9FD75C9F}" 6 ProjectGUID="{9055E088-25C6-47FD-87D5-D9DD9FD75C9F}"
7 RootNamespace="perf_tests" 7 RootNamespace="perf_tests"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 Name="Common" 161 Name="Common"
162 > 162 >
163 <File 163 <File
164 RelativePath=".\perftests.cc" 164 RelativePath=".\perftests.cc"
165 > 165 >
166 </File> 166 </File>
167 <File 167 <File
168 RelativePath="..\..\..\base\perftimer.cc" 168 RelativePath="..\..\..\base\perftimer.cc"
169 > 169 >
170 </File> 170 </File>
171 <File
172 RelativePath="..\test_file_util.cc"
173 >
174 </File>
175 <File
176 RelativePath="..\test_file_util.h"
177 >
178 </File>
179 </Filter> 171 </Filter>
180 <Filter 172 <Filter
181 Name="TestURLParser" 173 Name="TestURLParser"
182 > 174 >
183 <File 175 <File
184 RelativePath=".\url_parse_perftest.cc" 176 RelativePath=".\url_parse_perftest.cc"
185 > 177 >
186 </File> 178 </File>
187 </Filter> 179 </Filter>
188 <Filter 180 <Filter
189 Name="TestJSONSerializer" 181 Name="TestJSONSerializer"
190 > 182 >
191 <File 183 <File
192 RelativePath="..\..\common\json_value_serializer _perftest.cc" 184 RelativePath="..\..\common\json_value_serializer _perftest.cc"
193 > 185 >
194 </File> 186 </File>
195 </Filter> 187 </Filter>
196 <Filter 188 <Filter
197 Name="TestSafeBrowsing" 189 Name="TestSafeBrowsing"
198 > 190 >
199 <File 191 <File
200 RelativePath="..\..\browser\safe_browsing\databa se_perftest.cc" 192 RelativePath="..\..\browser\safe_browsing\databa se_perftest.cc"
201 > 193 >
202 </File> 194 </File>
203 </Filter> 195 </Filter>
204 </Files> 196 </Files>
205 <Globals> 197 <Globals>
206 </Globals> 198 </Globals>
207 </VisualStudioProject> 199 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698