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

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

Issue 115814: Implement a dynamically growing memory log buffer with an upper limit. (Closed)
Patch Set: Created 11 years, 6 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
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_cctest" 5 Name="v8_cctest"
6 ProjectGUID="{97ECC711-7430-4FC4-90FD-004DA880E72A}" 6 ProjectGUID="{97ECC711-7430-4FC4-90FD-004DA880E72A}"
7 RootNamespace="v8_cctest" 7 RootNamespace="v8_cctest"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 </File> 193 </File>
194 <File 194 <File
195 RelativePath="..\..\test\cctest\test-lock.cc" 195 RelativePath="..\..\test\cctest\test-lock.cc"
196 > 196 >
197 </File> 197 </File>
198 <File 198 <File
199 RelativePath="..\..\test\cctest\test-log.cc" 199 RelativePath="..\..\test\cctest\test-log.cc"
200 > 200 >
201 </File> 201 </File>
202 <File 202 <File
203 RelativePath="..\..\test\cctest\test-log-utils.cc"
204 >
205 </File>
206 <File
203 RelativePath="..\..\test\cctest\test-mark-compact.cc" 207 RelativePath="..\..\test\cctest\test-mark-compact.cc"
204 > 208 >
205 </File> 209 </File>
206 <File 210 <File
207 RelativePath="..\..\test\cctest\test-platform-win32.cc" 211 RelativePath="..\..\test\cctest\test-platform-win32.cc"
208 > 212 >
209 </File> 213 </File>
210 <File 214 <File
211 RelativePath="..\..\test\cctest\test-serialize.cc" 215 RelativePath="..\..\test\cctest\test-serialize.cc"
212 > 216 >
(...skipping 11 matching lines...) Expand all
224 > 228 >
225 </File> 229 </File>
226 <File 230 <File
227 RelativePath="..\..\test\cctest\test-version.cc" 231 RelativePath="..\..\test\cctest\test-version.cc"
228 > 232 >
229 </File> 233 </File>
230 </Files> 234 </Files>
231 <Globals> 235 <Globals>
232 </Globals> 236 </Globals>
233 </VisualStudioProject> 237 </VisualStudioProject>
OLDNEW
« test/cctest/test-log-utils.cc ('K') | « tools/visual_studio/v8_cctest.vcproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698