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

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

Issue 7353: Create a thread-safe observer list. Will be used (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
« no previous file with comments | « no previous file | 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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 </File> 495 </File>
496 <File 496 <File
497 RelativePath="..\object_watcher.h" 497 RelativePath="..\object_watcher.h"
498 > 498 >
499 </File> 499 </File>
500 <File 500 <File
501 RelativePath="..\observer_list.h" 501 RelativePath="..\observer_list.h"
502 > 502 >
503 </File> 503 </File>
504 <File 504 <File
505 RelativePath="..\observer_list_threadsafe.h"
506 >
507 </File>
508 <File
505 RelativePath="..\path_service.cc" 509 RelativePath="..\path_service.cc"
506 > 510 >
507 </File> 511 </File>
508 <File 512 <File
509 RelativePath="..\path_service.h" 513 RelativePath="..\path_service.h"
510 > 514 >
511 </File> 515 </File>
512 <File 516 <File
513 RelativePath="..\pe_image.cc" 517 RelativePath="..\pe_image.cc"
514 > 518 >
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 > 906 >
903 </File> 907 </File>
904 <File 908 <File
905 RelativePath="..\worker_pool.h" 909 RelativePath="..\worker_pool.h"
906 > 910 >
907 </File> 911 </File>
908 </Files> 912 </Files>
909 <Globals> 913 <Globals>
910 </Globals> 914 </Globals>
911 </VisualStudioProject> 915 </VisualStudioProject>
OLDNEW
« no previous file with comments | « no previous file | base/build/base_unittests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698