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

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

Issue 3950001: Remove vm-state.cc from build files. Forgot to do that when... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 2 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 | Annotate | Revision Log
« 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 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 </File> 1053 </File>
1054 <File 1054 <File
1055 RelativePath="..\..\src\arm\virtual-frame-arm.cc " 1055 RelativePath="..\..\src\arm\virtual-frame-arm.cc "
1056 > 1056 >
1057 </File> 1057 </File>
1058 <File 1058 <File
1059 RelativePath="..\..\src\virtual-frame-light.cc" 1059 RelativePath="..\..\src\virtual-frame-light.cc"
1060 > 1060 >
1061 </File> 1061 </File>
1062 <File 1062 <File
1063 RelativePath="..\..\src\vm-state.cc"
1064 >
1065 </File>
1066 <File
1067 RelativePath="..\..\src\vm-state-inl.h" 1063 RelativePath="..\..\src\vm-state-inl.h"
1068 > 1064 >
1069 </File> 1065 </File>
1070 <File 1066 <File
1071 RelativePath="..\..\src\vm-state.h" 1067 RelativePath="..\..\src\vm-state.h"
1072 > 1068 >
1073 </File> 1069 </File>
1074 <File 1070 <File
1075 RelativePath="..\..\src\zone-inl.h" 1071 RelativePath="..\..\src\zone-inl.h"
1076 > 1072 >
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 </File> 1113 </File>
1118 <File 1114 <File
1119 RelativePath="..\..\include\v8.h" 1115 RelativePath="..\..\include\v8.h"
1120 > 1116 >
1121 </File> 1117 </File>
1122 </Filter> 1118 </Filter>
1123 </Files> 1119 </Files>
1124 <Globals> 1120 <Globals>
1125 </Globals> 1121 </Globals>
1126 </VisualStudioProject> 1122 </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