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

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

Issue 16554: WaitableEvent (Closed)
Patch Set: Addresssing darin's comments (round 2) 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 | « base/base_unittests.scons ('k') | base/waitable_event.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" 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 936 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 </File> 947 </File>
948 <File 948 <File
949 RelativePath="..\values.h" 949 RelativePath="..\values.h"
950 > 950 >
951 </File> 951 </File>
952 <File 952 <File
953 RelativePath="..\waitable_event.h" 953 RelativePath="..\waitable_event.h"
954 > 954 >
955 </File> 955 </File>
956 <File 956 <File
957 RelativePath="..\waitable_event_watcher.h"
958 >
959 </File>
960 <File
961 RelativePath="..\waitable_event_watcher_win.cc"
962 >
963 </File>
964 <File
957 RelativePath="..\waitable_event_win.cc" 965 RelativePath="..\waitable_event_win.cc"
958 > 966 >
959 </File> 967 </File>
960 <File 968 <File
961 RelativePath="..\watchdog.cc" 969 RelativePath="..\watchdog.cc"
962 > 970 >
963 </File> 971 </File>
964 <File 972 <File
965 RelativePath="..\watchdog.h" 973 RelativePath="..\watchdog.h"
966 > 974 >
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 > 1006 >
999 </File> 1007 </File>
1000 <File 1008 <File
1001 RelativePath="..\worker_pool.h" 1009 RelativePath="..\worker_pool.h"
1002 > 1010 >
1003 </File> 1011 </File>
1004 </Files> 1012 </Files>
1005 <Globals> 1013 <Globals>
1006 </Globals> 1014 </Globals>
1007 </VisualStudioProject> 1015 </VisualStudioProject>
OLDNEW
« no previous file with comments | « base/base_unittests.scons ('k') | base/waitable_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698