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

Unified Diff: tools/visual_studio/v8_base_arm.vcproj

Issue 13657: Moved the code generation for debug break stubs from builtins* to debug*. Fro... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years 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.vcproj ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/visual_studio/v8_base_arm.vcproj
===================================================================
--- tools/visual_studio/v8_base_arm.vcproj (revision 929)
+++ tools/visual_studio/v8_base_arm.vcproj (working copy)
@@ -49,7 +49,6 @@
/>
<Tool
Name="VCLibrarianTool"
- OutputFile="$(OutDir)\lib\v8_base.lib"
/>
<Tool
Name="VCALinkTool"
@@ -298,6 +297,10 @@
>
</File>
<File
+ RelativePath="..\..\src\regexp-macro-assembler-irregexp-inl.h"
+ >
+ </File>
+ <File
RelativePath="..\..\src\assembler.cc"
>
</File>
@@ -334,6 +337,10 @@
>
</File>
<File
+ RelativePath="..\..\src\bytecodes-irregexp.h"
+ >
+ </File>
+ <File
RelativePath="..\..\src\char-predicates-inl.h"
>
</File>
@@ -446,6 +453,10 @@
>
</File>
<File
+ RelativePath="..\..\src\debug-arm.cc"
+ >
+ </File>
+ <File
RelativePath="..\..\src\debug.cc"
>
</File>
@@ -570,6 +581,18 @@
>
</File>
<File
+ RelativePath="..\..\src\interpreter-irregexp.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\interpreter-irregexp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\jsregexp-inl.h"
+ >
+ </File>
+ <File
RelativePath="..\..\src\jsregexp.cc"
>
</File>
@@ -694,6 +717,38 @@
>
</File>
<File
+ RelativePath="..\..\src\regexp-macro-assembler-arm.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\regexp-macro-assembler-arm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\regexp-macro-assembler-irregexp.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\regexp-macro-assembler-irregexp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\regexp-macro-assembler.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\regexp-macro-assembler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\regexp-macro-assembler-tracer.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\regexp-macro-assembler-tracer.h"
+ >
+ </File>
+ <File
RelativePath="..\..\src\rewriter.cc"
>
</File>
« no previous file with comments | « tools/visual_studio/v8_base.vcproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698