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

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

Issue 1519027: Make VM state tracking to be independent of logging and profiling. (Closed)
Patch Set: Created 10 years, 8 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 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 </File> 1030 </File>
1031 <File 1031 <File
1032 RelativePath="..\..\src\ia32\virtual-frame-ia32. cc" 1032 RelativePath="..\..\src\ia32\virtual-frame-ia32. cc"
1033 > 1033 >
1034 </File> 1034 </File>
1035 <File 1035 <File
1036 RelativePath="..\..\src\virtual-frame-heavy.cc" 1036 RelativePath="..\..\src\virtual-frame-heavy.cc"
1037 > 1037 >
1038 </File> 1038 </File>
1039 <File 1039 <File
1040 RelativePath="..\..\src\vm-state.cc"
1041 >
1042 </File>
1043 <File
1044 RelativePath="..\..\src\vm-state-inl.h"
1045 >
1046 </File>
1047 <File
1048 RelativePath="..\..\src\vm-state.h"
1049 >
1050 </File>
1051 <File
1040 RelativePath="..\..\src\zone-inl.h" 1052 RelativePath="..\..\src\zone-inl.h"
1041 > 1053 >
1042 </File> 1054 </File>
1043 <File 1055 <File
1044 RelativePath="..\..\src\zone.cc" 1056 RelativePath="..\..\src\zone.cc"
1045 > 1057 >
1046 </File> 1058 </File>
1047 <File 1059 <File
1048 RelativePath="..\..\src\zone.h" 1060 RelativePath="..\..\src\zone.h"
1049 > 1061 >
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 </File> 1094 </File>
1083 <File 1095 <File
1084 RelativePath="..\..\include\v8.h" 1096 RelativePath="..\..\include\v8.h"
1085 > 1097 >
1086 </File> 1098 </File>
1087 </Filter> 1099 </Filter>
1088 </Files> 1100 </Files>
1089 <Globals> 1101 <Globals>
1090 </Globals> 1102 </Globals>
1091 </VisualStudioProject> 1103 </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