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

Side by Side Diff: tools/visual_studio/v8_cctest.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
« src/unbound-queue.h ('K') | « tools/visual_studio/v8_base_x64.vcproj ('k') | no next file » | 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="v8_cctest" 5 Name="v8_cctest"
6 ProjectGUID="{97ECC711-7430-4FC4-90FD-004DA880E72A}" 6 ProjectGUID="{97ECC711-7430-4FC4-90FD-004DA880E72A}"
7 RootNamespace="v8_cctest" 7 RootNamespace="v8_cctest"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 </File> 241 </File>
242 <File 242 <File
243 RelativePath="..\..\test\cctest\test-spaces.cc" 243 RelativePath="..\..\test\cctest\test-spaces.cc"
244 > 244 >
245 </File> 245 </File>
246 <File 246 <File
247 RelativePath="..\..\test\cctest\test-strings.cc" 247 RelativePath="..\..\test\cctest\test-strings.cc"
248 > 248 >
249 </File> 249 </File>
250 <File 250 <File
251 RelativePath="..\..\test\cctest\test-unbound-queue.cc"
252 >
253 </File>
254 <File
251 RelativePath="..\..\test\cctest\test-utils.cc" 255 RelativePath="..\..\test\cctest\test-utils.cc"
252 > 256 >
253 </File> 257 </File>
254 <File 258 <File
255 RelativePath="..\..\test\cctest\test-version.cc" 259 RelativePath="..\..\test\cctest\test-version.cc"
256 > 260 >
257 </File> 261 </File>
258 </Files> 262 </Files>
259 <Globals> 263 <Globals>
260 </Globals> 264 </Globals>
261 </VisualStudioProject> 265 </VisualStudioProject>
OLDNEW
« src/unbound-queue.h ('K') | « tools/visual_studio/v8_base_x64.vcproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698