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

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

Issue 14509: Added command line debugger to D8 shell.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 12 years 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 | « src/flag-definitions.h ('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="d8" 5 Name="d8"
6 ProjectGUID="{7E4C7D2D-A4B9-40B9-8192-22654E626F6C}" 6 ProjectGUID="{7E4C7D2D-A4B9-40B9-8192-22654E626F6C}"
7 RootNamespace="d8" 7 RootNamespace="d8"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 <Files> 141 <Files>
142 <File 142 <File
143 RelativePath="..\..\src\d8.cc" 143 RelativePath="..\..\src\d8.cc"
144 > 144 >
145 </File> 145 </File>
146 <File 146 <File
147 RelativePath="..\..\src\d8.h" 147 RelativePath="..\..\src\d8.h"
148 > 148 >
149 </File> 149 </File>
150 <File 150 <File
151 RelativePath="..\..\src\d8-debug.cc"
152 >
153 </File>
154 <File
155 RelativePath="..\..\src\d8-debug.h"
156 >
157 </File>
158 <File
151 RelativePath="..\..\src\d8.js" 159 RelativePath="..\..\src\d8.js"
152 > 160 >
153 <FileConfiguration 161 <FileConfiguration
154 Name="Debug|Win32" 162 Name="Debug|Win32"
155 > 163 >
156 <Tool 164 <Tool
157 Name="VCCustomBuildTool" 165 Name="VCCustomBuildTool"
158 Description="Processing js files ..." 166 Description="Processing js files ..."
159 CommandLine=".\d8js2c.cmd ..\..\ src &quot;$(IntDir)\DerivedSources&quot;" 167 CommandLine=".\d8js2c.cmd ..\..\ src &quot;$(IntDir)\DerivedSources&quot;"
160 Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSo urces\natives-empty.cc" 168 Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSo urces\natives-empty.cc"
(...skipping 15 matching lines...) Expand all
176 > 184 >
177 <File 185 <File
178 RelativePath="$(IntDir)\DerivedSources\natives.c c" 186 RelativePath="$(IntDir)\DerivedSources\natives.c c"
179 > 187 >
180 </File> 188 </File>
181 </Filter> 189 </Filter>
182 </Files> 190 </Files>
183 <Globals> 191 <Globals>
184 </Globals> 192 </Globals>
185 </VisualStudioProject> 193 </VisualStudioProject>
OLDNEW
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698