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_cctest.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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 </File> 199 </File>
200 <File 200 <File
201 RelativePath="..\..\test\cctest\test-lock.cc" 201 RelativePath="..\..\test\cctest\test-lock.cc"
202 > 202 >
203 </File> 203 </File>
204 <File 204 <File
205 RelativePath="..\..\test\cctest\test-log.cc" 205 RelativePath="..\..\test\cctest\test-log.cc"
206 > 206 >
207 </File> 207 </File>
208 <File 208 <File
209 RelativePath="..\..\test\cctest\test-log-utils.cc"
210 >
211 </File>
212 <File
209 RelativePath="..\..\test\cctest\test-log-ia32.cc" 213 RelativePath="..\..\test\cctest\test-log-ia32.cc"
210 > 214 >
211 </File> 215 </File>
212 <File 216 <File
213 RelativePath="..\..\test\cctest\test-mark-compact.cc" 217 RelativePath="..\..\test\cctest\test-mark-compact.cc"
214 > 218 >
215 </File> 219 </File>
216 <File 220 <File
217 RelativePath="..\..\test\cctest\test-platform-win32.cc" 221 RelativePath="..\..\test\cctest\test-platform-win32.cc"
218 > 222 >
(...skipping 19 matching lines...) Expand all
238 > 242 >
239 </File> 243 </File>
240 <File 244 <File
241 RelativePath="..\..\test\cctest\test-version.cc" 245 RelativePath="..\..\test\cctest\test-version.cc"
242 > 246 >
243 </File> 247 </File>
244 </Files> 248 </Files>
245 <Globals> 249 <Globals>
246 </Globals> 250 </Globals>
247 </VisualStudioProject> 251 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698