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

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

Issue 19667: Add a Version class and matching unit tests, roughly based on chrome/installe... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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
« no previous file with comments | « base/build/base.vcproj ('k') | base/version.h » ('j') | 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 </File> 385 </File>
386 <File 386 <File
387 RelativePath="..\tuple_unittest.cc" 387 RelativePath="..\tuple_unittest.cc"
388 > 388 >
389 </File> 389 </File>
390 <File 390 <File
391 RelativePath="..\values_unittest.cc" 391 RelativePath="..\values_unittest.cc"
392 > 392 >
393 </File> 393 </File>
394 <File 394 <File
395 RelativePath="..\version_unittest.cc"
396 >
397 </File>
398 <File
395 RelativePath="..\waitable_event_unittest.cc" 399 RelativePath="..\waitable_event_unittest.cc"
396 > 400 >
397 </File> 401 </File>
398 <File 402 <File
399 RelativePath="..\watchdog_unittest.cc" 403 RelativePath="..\watchdog_unittest.cc"
400 > 404 >
401 </File> 405 </File>
402 <File 406 <File
403 RelativePath="..\win_util_unittest.cc" 407 RelativePath="..\win_util_unittest.cc"
404 > 408 >
(...skipping 16 matching lines...) Expand all
421 </File> 425 </File>
422 <File 426 <File
423 RelativePath="..\gfx\png_codec_unittest.cc" 427 RelativePath="..\gfx\png_codec_unittest.cc"
424 > 428 >
425 </File> 429 </File>
426 </Filter> 430 </Filter>
427 </Files> 431 </Files>
428 <Globals> 432 <Globals>
429 </Globals> 433 </Globals>
430 </VisualStudioProject> 434 </VisualStudioProject>
OLDNEW
« no previous file with comments | « base/build/base.vcproj ('k') | base/version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698