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

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

Issue 1047002: Implement circular queues for the C++ version of CPU profiler. (Closed)
Patch Set: Comments addressed 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/v8.xcodeproj/project.pbxproj ('k') | tools/visual_studio/v8_base_arm.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_base" 5 Name="v8_base"
6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}" 6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}"
7 RootNamespace="v8_base" 7 RootNamespace="v8_base"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 </File> 246 </File>
247 <File 247 <File
248 RelativePath="..\..\src\checks.cc" 248 RelativePath="..\..\src\checks.cc"
249 > 249 >
250 </File> 250 </File>
251 <File 251 <File
252 RelativePath="..\..\src\checks.h" 252 RelativePath="..\..\src\checks.h"
253 > 253 >
254 </File> 254 </File>
255 <File 255 <File
256 RelativePath="..\..\src\circular-queue-inl.h"
257 >
258 </File>
259 <File
260 RelativePath="..\..\src\circular-queue.cc"
261 >
262 </File>
263 <File
264 RelativePath="..\..\src\circular-queue.h"
265 >
266 </File>
267 <File
256 RelativePath="..\..\src\code-stubs.cc" 268 RelativePath="..\..\src\code-stubs.cc"
257 > 269 >
258 </File> 270 </File>
259 <File 271 <File
260 RelativePath="..\..\src\code-stubs.h" 272 RelativePath="..\..\src\code-stubs.h"
261 > 273 >
262 </File> 274 </File>
263 <File 275 <File
264 RelativePath="..\..\src\code.h" 276 RelativePath="..\..\src\code.h"
265 > 277 >
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 </File> 1014 </File>
1003 <File 1015 <File
1004 RelativePath="..\..\include\v8.h" 1016 RelativePath="..\..\include\v8.h"
1005 > 1017 >
1006 </File> 1018 </File>
1007 </Filter> 1019 </Filter>
1008 </Files> 1020 </Files>
1009 <Globals> 1021 <Globals>
1010 </Globals> 1022 </Globals>
1011 </VisualStudioProject> 1023 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/v8.xcodeproj/project.pbxproj ('k') | tools/visual_studio/v8_base_arm.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698