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

Side by Side Diff: tools/visual_studio/v8_base.vcproj

Issue 2091019: CPU profiler: make code events handling scalable. (Closed)
Patch Set: Created 10 years, 7 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="v8_base" 5 Name="v8_base"
6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}" 6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}"
7 RootNamespace="v8_base" 7 RootNamespace="v8_base"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 </File> 954 </File>
955 <File 955 <File
956 RelativePath="..\..\src\type-info.cc" 956 RelativePath="..\..\src\type-info.cc"
957 > 957 >
958 </File> 958 </File>
959 <File 959 <File
960 RelativePath="..\..\src\type-info.h" 960 RelativePath="..\..\src\type-info.h"
961 > 961 >
962 </File> 962 </File>
963 <File 963 <File
964 RelativePath="..\..\src\unbound-queue-inl.h"
965 >
966 </File>
967 <File
968 RelativePath="..\..\src\unbound-queue.h"
969 >
970 </File>
971 <File
964 RelativePath="..\..\src\unicode-inl.h" 972 RelativePath="..\..\src\unicode-inl.h"
965 > 973 >
966 </File> 974 </File>
967 <File 975 <File
968 RelativePath="..\..\src\unicode.h" 976 RelativePath="..\..\src\unicode.h"
969 > 977 >
970 </File> 978 </File>
971 <File 979 <File
972 RelativePath="..\..\src\utils.cc" 980 RelativePath="..\..\src\utils.cc"
973 > 981 >
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 </File> 1110 </File>
1103 <File 1111 <File
1104 RelativePath="..\..\include\v8.h" 1112 RelativePath="..\..\include\v8.h"
1105 > 1113 >
1106 </File> 1114 </File>
1107 </Filter> 1115 </Filter>
1108 </Files> 1116 </Files>
1109 <Globals> 1117 <Globals>
1110 </Globals> 1118 </Globals>
1111 </VisualStudioProject> 1119 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698