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

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

Issue 93066: Built-in JSON support (Closed)
Patch Set: Created 11 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
« src/objects.h ('K') | « tools/visual_studio/js2c.cmd ('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="v8" 5 Name="v8"
6 ProjectGUID="{21E22961-22BF-4493-BD3A-868F93DA5179}" 6 ProjectGUID="{21E22961-22BF-4493-BD3A-868F93DA5179}"
7 RootNamespace="v8" 7 RootNamespace="v8"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 </File> 156 </File>
157 <File 157 <File
158 RelativePath="..\..\src\mirror-delay.js" 158 RelativePath="..\..\src\mirror-delay.js"
159 > 159 >
160 </File> 160 </File>
161 <File 161 <File
162 RelativePath="..\..\src\regexp-delay.js" 162 RelativePath="..\..\src\regexp-delay.js"
163 > 163 >
164 </File> 164 </File>
165 <File 165 <File
166 RelativePath="..\..\src\json-delay.js"
167 >
168 </File>
169 <File
166 RelativePath="..\..\src\runtime.js" 170 RelativePath="..\..\src\runtime.js"
167 > 171 >
168 </File> 172 </File>
169 <File 173 <File
170 RelativePath="..\..\src\string.js" 174 RelativePath="..\..\src\string.js"
171 > 175 >
172 </File> 176 </File>
173 <File 177 <File
174 RelativePath="..\..\src\uri.js" 178 RelativePath="..\..\src\uri.js"
175 > 179 >
176 </File> 180 </File>
177 <File 181 <File
178 RelativePath="..\..\src\v8natives.js" 182 RelativePath="..\..\src\v8natives.js"
179 > 183 >
180 <FileConfiguration 184 <FileConfiguration
181 Name="Debug|Win32" 185 Name="Debug|Win32"
182 > 186 >
183 <Tool 187 <Tool
184 Name="VCCustomBuildTool" 188 Name="VCCustomBuildTool"
185 Description="Processing js files ..." 189 Description="Processing js files ..."
186 CommandLine=".\js2c.cmd ..\..\sr c &quot;$(IntDir)\DerivedSources&quot;" 190 CommandLine=".\js2c.cmd ..\..\sr c &quot;$(IntDir)\DerivedSources&quot;"
187 » » » » » » AdditionalDependencies="..\..\sr c\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\.. \src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\sr c\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\dat e-delay.js;..\..\src\regexp-delay.js" 191 » » » » » » AdditionalDependencies="..\..\sr c\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\.. \src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\sr c\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\dat e-delay.js;..\..\src\regexp-delay.js;..\..\src\json-delay.js"
188 Outputs="$(IntDir)\DerivedSource s\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc" 192 Outputs="$(IntDir)\DerivedSource s\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
189 /> 193 />
190 </FileConfiguration> 194 </FileConfiguration>
191 <FileConfiguration 195 <FileConfiguration
192 Name="Release|Win32" 196 Name="Release|Win32"
193 > 197 >
194 <Tool 198 <Tool
195 Name="VCCustomBuildTool" 199 Name="VCCustomBuildTool"
196 Description="Processing js files ..." 200 Description="Processing js files ..."
197 CommandLine=".\js2c.cmd ..\..\sr c &quot;$(IntDir)\DerivedSources&quot;" 201 CommandLine=".\js2c.cmd ..\..\sr c &quot;$(IntDir)\DerivedSources&quot;"
198 » » » » » » AdditionalDependencies="..\..\sr c\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\.. \src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\sr c\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\dat e-delay.js;..\..\src\regexp-delay.js" 202 » » » » » » AdditionalDependencies="..\..\sr c\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\.. \src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\sr c\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\dat e-delay.js;..\..\src\regexp-delay.js;..\..\src\json-delay.js"
199 Outputs="$(IntDir)\DerivedSource s\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc" 203 Outputs="$(IntDir)\DerivedSource s\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
200 /> 204 />
201 </FileConfiguration> 205 </FileConfiguration>
202 </File> 206 </File>
203 </Filter> 207 </Filter>
204 <Filter 208 <Filter
205 Name="generated files" 209 Name="generated files"
206 > 210 >
207 <File 211 <File
208 RelativePath="$(IntDir)\DerivedSources\natives.c c" 212 RelativePath="$(IntDir)\DerivedSources\natives.c c"
209 > 213 >
210 </File> 214 </File>
211 </Filter> 215 </Filter>
212 <File 216 <File
213 RelativePath="..\..\src\snapshot-empty.cc" 217 RelativePath="..\..\src\snapshot-empty.cc"
214 > 218 >
215 </File> 219 </File>
216 </Files> 220 </Files>
217 <Globals> 221 <Globals>
218 </Globals> 222 </Globals>
219 </VisualStudioProject> 223 </VisualStudioProject>
OLDNEW
« src/objects.h ('K') | « tools/visual_studio/js2c.cmd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698