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

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

Issue 1079006: Add basic C++ implementation of CPU profiler. (Closed)
Patch Set: Comments addressed Created 10 years, 9 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 | « tools/visual_studio/v8_base_arm.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_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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 </File> 342 </File>
343 <File 343 <File
344 RelativePath="..\..\src\x64\cpu-x64.cc" 344 RelativePath="..\..\src\x64\cpu-x64.cc"
345 > 345 >
346 </File> 346 </File>
347 <File 347 <File
348 RelativePath="..\..\src\cpu.h" 348 RelativePath="..\..\src\cpu.h"
349 > 349 >
350 </File> 350 </File>
351 <File 351 <File
352 RelativePath="..\..\src\cpu-profiler.cc"
353 >
354 </File>
355 <File
356 RelativePath="..\..\src\cpu-profiler.h"
357 >
358 </File>
359 <File
360 RelativePath="..\..\src\cpu-profiler-inl.h"
361 >
362 </File>
363 <File
352 RelativePath="..\..\src\data-flow.cc" 364 RelativePath="..\..\src\data-flow.cc"
353 > 365 >
354 </File> 366 </File>
355 <File 367 <File
356 RelativePath="..\..\src\data-flow.h" 368 RelativePath="..\..\src\data-flow.h"
357 > 369 >
358 </File> 370 </File>
359 <File 371 <File
360 RelativePath="..\..\src\dateparser.cc" 372 RelativePath="..\..\src\dateparser.cc"
361 > 373 >
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 </File> 1027 </File>
1016 <File 1028 <File
1017 RelativePath="..\..\include\v8.h" 1029 RelativePath="..\..\include\v8.h"
1018 > 1030 >
1019 </File> 1031 </File>
1020 </Filter> 1032 </Filter>
1021 </Files> 1033 </Files>
1022 <Globals> 1034 <Globals>
1023 </Globals> 1035 </Globals>
1024 </VisualStudioProject> 1036 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8_base_arm.vcproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698