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

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

Issue 18135: fix filename in vcproj file (time_unittest_win.cc -> time_win_unittest.cc) (Closed)
Patch Set: fix filename Created 11 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 </File> 361 </File>
362 <File 362 <File
363 RelativePath="..\thread_unittest.cc" 363 RelativePath="..\thread_unittest.cc"
364 > 364 >
365 </File> 365 </File>
366 <File 366 <File
367 RelativePath="..\time_unittest.cc" 367 RelativePath="..\time_unittest.cc"
368 > 368 >
369 </File> 369 </File>
370 <File 370 <File
371 » » » » RelativePath="..\time_unittest_win.cc" 371 » » » » RelativePath="..\time_win_unittest.cc"
372 > 372 >
373 </File> 373 </File>
374 <File 374 <File
375 RelativePath="..\timer_unittest.cc" 375 RelativePath="..\timer_unittest.cc"
376 > 376 >
377 </File> 377 </File>
378 <File 378 <File
379 RelativePath="..\tracked_objects_unittest.cc" 379 RelativePath="..\tracked_objects_unittest.cc"
380 > 380 >
381 </File> 381 </File>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 > 413 >
414 <File 414 <File
415 RelativePath="..\gfx\png_codec_unittest.cc" 415 RelativePath="..\gfx\png_codec_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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698