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

Side by Side Diff: tools/visual_studio/v8_base.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/v8.xcodeproj/project.pbxproj ('k') | tools/visual_studio/v8_base_arm.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="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\ia32\cpu-ia32.cc" 344 RelativePath="..\..\src\ia32\cpu-ia32.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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
1014 </File> 1026 </File>
1015 <File 1027 <File
1016 RelativePath="..\..\include\v8.h" 1028 RelativePath="..\..\include\v8.h"
1017 > 1029 >
1018 </File> 1030 </File>
1019 </Filter> 1031 </Filter>
1020 </Files> 1032 </Files>
1021 <Globals> 1033 <Globals>
1022 </Globals> 1034 </Globals>
1023 </VisualStudioProject> 1035 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/v8.xcodeproj/project.pbxproj ('k') | tools/visual_studio/v8_base_arm.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698