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

Unified Diff: tools/visual_studio/v8_cctest_arm.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_cctest.vcproj ('k') | tools/visual_studio/v8_cctest_x64.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/visual_studio/v8_cctest_arm.vcproj
diff --git a/tools/visual_studio/v8_cctest_arm.vcproj b/tools/visual_studio/v8_cctest_arm.vcproj
index 7ff953e2417aa029dde4644d586eb7244fc1ba87..ee08b4fbf605c6d8b258b7003fbba16c4705dc7b 100644
--- a/tools/visual_studio/v8_cctest_arm.vcproj
+++ b/tools/visual_studio/v8_cctest_arm.vcproj
@@ -156,6 +156,10 @@
>
</File>
<File
+ RelativePath="..\..\test\cctest\test-circular-queue.cc"
+ >
+ </File>
+ <File
RelativePath="..\..\test\cctest\test-compiler.cc"
>
</File>
@@ -212,6 +216,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_cctest.vcproj ('k') | tools/visual_studio/v8_cctest_x64.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698