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

Unified Diff: tools/visual_studio/v8_cctest.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/visual_studio/v8_base_x64.vcproj ('k') | tools/visual_studio/v8_cctest_arm.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/visual_studio/v8_cctest.vcproj
diff --git a/tools/visual_studio/v8_cctest.vcproj b/tools/visual_studio/v8_cctest.vcproj
index 9acb835c02c703e95e0014945775a4088c0fded7..7d0c4fffa96f8770e96cff1f3bc8b974d97864dd 100644
--- a/tools/visual_studio/v8_cctest.vcproj
+++ b/tools/visual_studio/v8_cctest.vcproj
@@ -156,6 +156,10 @@
>
</File>
<File
+ RelativePath="..\..\test\cctest\test-circular-queue.cc"
+ >
+ </File>
+ <File
RelativePath="..\..\test\cctest\test-compiler.cc"
>
</File>
@@ -220,6 +224,10 @@
>
</File>
<File
+ RelativePath="..\..\test\cctest\test-profile-generator.cc"
+ >
+ </File>
+ <File
RelativePath="..\..\test\cctest\test-serialize.cc"
>
</File>
« no previous file with comments | « tools/visual_studio/v8_base_x64.vcproj ('k') | tools/visual_studio/v8_cctest_arm.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698