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

Side by Side Diff: base/build/base.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/base_unittests.scons ('k') | base/build/base_unittests.vcproj » ('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" 5 Name="base"
6 ProjectGUID="{1832A374-8A74-4F9E-B536-69A699B3E165}" 6 ProjectGUID="{1832A374-8A74-4F9E-B536-69A699B3E165}"
7 RootNamespace="base" 7 RootNamespace="base"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 </File> 959 </File>
960 <File 960 <File
961 RelativePath="..\values.cc" 961 RelativePath="..\values.cc"
962 > 962 >
963 </File> 963 </File>
964 <File 964 <File
965 RelativePath="..\values.h" 965 RelativePath="..\values.h"
966 > 966 >
967 </File> 967 </File>
968 <File 968 <File
969 RelativePath="..\version.cc"
970 >
971 </File>
972 <File
973 RelativePath="..\version.h"
974 >
975 </File>
976 <File
969 RelativePath="..\waitable_event.h" 977 RelativePath="..\waitable_event.h"
970 > 978 >
971 </File> 979 </File>
972 <File 980 <File
973 RelativePath="..\waitable_event_watcher.h" 981 RelativePath="..\waitable_event_watcher.h"
974 > 982 >
975 </File> 983 </File>
976 <File 984 <File
977 RelativePath="..\waitable_event_watcher_win.cc" 985 RelativePath="..\waitable_event_watcher_win.cc"
978 > 986 >
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 > 1030 >
1023 </File> 1031 </File>
1024 <File 1032 <File
1025 RelativePath="..\worker_pool.h" 1033 RelativePath="..\worker_pool.h"
1026 > 1034 >
1027 </File> 1035 </File>
1028 </Files> 1036 </Files>
1029 <Globals> 1037 <Globals>
1030 </Globals> 1038 </Globals>
1031 </VisualStudioProject> 1039 </VisualStudioProject>
OLDNEW
« no previous file with comments | « base/base_unittests.scons ('k') | base/build/base_unittests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698