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

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

Issue 6025: Add a FilePath object (Closed) Base URL: svn://chrome-svn.corp.google.com/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
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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 </File> 271 </File>
272 <File 272 <File
273 RelativePath="..\event_recorder.cc" 273 RelativePath="..\event_recorder.cc"
274 > 274 >
275 </File> 275 </File>
276 <File 276 <File
277 RelativePath="..\event_recorder.h" 277 RelativePath="..\event_recorder.h"
278 > 278 >
279 </File> 279 </File>
280 <File 280 <File
281 RelativePath="..\file_path.cc"
282 >
283 </File>
284 <File
285 RelativePath="..\file_path.h"
286 >
287 </File>
288 <File
281 RelativePath="..\file_util.cc" 289 RelativePath="..\file_util.cc"
282 > 290 >
283 </File> 291 </File>
284 <File 292 <File
285 RelativePath="..\file_util.h" 293 RelativePath="..\file_util.h"
286 > 294 >
287 </File> 295 </File>
288 <File 296 <File
289 RelativePath="..\file_util_win.cc" 297 RelativePath="..\file_util_win.cc"
290 > 298 >
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 > 894 >
887 </File> 895 </File>
888 <File 896 <File
889 RelativePath="..\worker_pool.h" 897 RelativePath="..\worker_pool.h"
890 > 898 >
891 </File> 899 </File>
892 </Files> 900 </Files>
893 <Globals> 901 <Globals>
894 </Globals> 902 </Globals>
895 </VisualStudioProject> 903 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698