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

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

Issue 652027: Basic implementation of liveedit feature (Closed)
Patch Set: add proper source headers 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.vcproj ('k') | tools/visual_studio/v8_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" 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 </File> 136 </File>
137 <File 137 <File
138 RelativePath="..\..\src\date-delay.js" 138 RelativePath="..\..\src\date-delay.js"
139 > 139 >
140 </File> 140 </File>
141 <File 141 <File
142 RelativePath="..\..\src\debug-delay.js" 142 RelativePath="..\..\src\debug-delay.js"
143 > 143 >
144 </File> 144 </File>
145 <File 145 <File
146 RelativePath="..\..\src\liveedit-delay.js"
147 >
148 </File>
149 <File
146 RelativePath="..\..\src\macros.py" 150 RelativePath="..\..\src\macros.py"
147 > 151 >
148 </File> 152 </File>
149 <File 153 <File
150 RelativePath="..\..\src\math.js" 154 RelativePath="..\..\src\math.js"
151 > 155 >
152 </File> 156 </File>
153 <File 157 <File
154 RelativePath="..\..\src\messages.js" 158 RelativePath="..\..\src\messages.js"
155 > 159 >
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 </File> 218 </File>
215 </Filter> 219 </Filter>
216 <File 220 <File
217 RelativePath="..\..\src\snapshot-empty.cc" 221 RelativePath="..\..\src\snapshot-empty.cc"
218 > 222 >
219 </File> 223 </File>
220 </Files> 224 </Files>
221 <Globals> 225 <Globals>
222 </Globals> 226 </Globals>
223 </VisualStudioProject> 227 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8.vcproj ('k') | tools/visual_studio/v8_x64.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698