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

Side by Side Diff: tools/visual_studio/v8_base_arm.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.vcproj ('k') | tools/visual_studio/v8_base_x64.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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 </File> 350 </File>
351 <File 351 <File
352 RelativePath="..\..\src\arm\cpu-arm.cc" 352 RelativePath="..\..\src\arm\cpu-arm.cc"
353 > 353 >
354 </File> 354 </File>
355 <File 355 <File
356 RelativePath="..\..\src\cpu.h" 356 RelativePath="..\..\src\cpu.h"
357 > 357 >
358 </File> 358 </File>
359 <File 359 <File
360 RelativePath="..\..\src\cpu-profiler.cc"
361 >
362 </File>
363 <File
364 RelativePath="..\..\src\cpu-profiler.h"
365 >
366 </File>
367 <File
368 RelativePath="..\..\src\cpu-profiler-inl.h"
369 >
370 </File>
371 <File
360 RelativePath="..\..\src\data-flow.cc" 372 RelativePath="..\..\src\data-flow.cc"
361 > 373 >
362 </File> 374 </File>
363 <File 375 <File
364 RelativePath="..\..\src\data-flow.h" 376 RelativePath="..\..\src\data-flow.h"
365 > 377 >
366 </File> 378 </File>
367 <File 379 <File
368 RelativePath="..\..\src\dateparser.cc" 380 RelativePath="..\..\src\dateparser.cc"
369 > 381 >
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 </File> 1038 </File>
1027 <File 1039 <File
1028 RelativePath="..\..\include\v8.h" 1040 RelativePath="..\..\include\v8.h"
1029 > 1041 >
1030 </File> 1042 </File>
1031 </Filter> 1043 </Filter>
1032 </Files> 1044 </Files>
1033 <Globals> 1045 <Globals>
1034 </Globals> 1046 </Globals>
1035 </VisualStudioProject> 1047 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8_base.vcproj ('k') | tools/visual_studio/v8_base_x64.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698