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

Side by Side Diff: base/build/base_unittests.vcproj

Issue 8067: Make String Conversion Unittest x-platform + fix a small bug the tests expose... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 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="base_unittests" 5 Name="base_unittests"
6 ProjectGUID="{27A30967-4BBA-48D1-8522-CDE95F7B1CEC}" 6 ProjectGUID="{27A30967-4BBA-48D1-8522-CDE95F7B1CEC}"
7 RootNamespace="base_unittests" 7 RootNamespace="base_unittests"
8 > 8 >
9 <Platforms> 9 <Platforms>
10 <Platform 10 <Platform
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 </File> 317 </File>
318 <File 318 <File
319 RelativePath="..\string_util_unittest.cc" 319 RelativePath="..\string_util_unittest.cc"
320 > 320 >
321 </File> 321 </File>
322 <File 322 <File
323 RelativePath="..\sys_info_unittest.cc" 323 RelativePath="..\sys_info_unittest.cc"
324 > 324 >
325 </File> 325 </File>
326 <File 326 <File
327 » » » » RelativePath="..\sys_string_conversions_win_unit test.cc" 327 » » » » RelativePath="..\sys_string_conversions_unittest .cc"
Mark Mentovai 2008/10/22 20:02:31 SConscript
328 > 328 >
329 </File> 329 </File>
330 <File 330 <File
331 RelativePath="..\system_monitor_unittest.cc" 331 RelativePath="..\system_monitor_unittest.cc"
332 > 332 >
333 </File> 333 </File>
334 <File 334 <File
335 RelativePath="..\thread_local_storage_unittest.c c" 335 RelativePath="..\thread_local_storage_unittest.c c"
336 > 336 >
337 </File> 337 </File>
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 </File> 413 </File>
414 <File 414 <File
415 RelativePath="..\gfx\vector_canvas_unittest.cc" 415 RelativePath="..\gfx\vector_canvas_unittest.cc"
416 > 416 >
417 </File> 417 </File>
418 </Filter> 418 </Filter>
419 </Files> 419 </Files>
420 <Globals> 420 <Globals>
421 </Globals> 421 </Globals>
422 </VisualStudioProject> 422 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698