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

Unified Diff: webkit/build/JavaScriptCore/JavaScriptCore.vcproj

Issue 8947: Fix the JSC build.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 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
Index: webkit/build/JavaScriptCore/JavaScriptCore.vcproj
===================================================================
--- webkit/build/JavaScriptCore/JavaScriptCore.vcproj (revision 4241)
+++ webkit/build/JavaScriptCore/JavaScriptCore.vcproj (working copy)
@@ -361,14 +361,6 @@
>
</File>
<File
- RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\IndexToNameMap.cpp"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\IndexToNameMap.h"
- >
- </File>
- <File
RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\kjs\InitializeThreading.cpp"
>
</File>
@@ -1025,6 +1017,14 @@
>
</File>
<File
+ RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\CTI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\CTI.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\VM\ExceptionHelpers.cpp"
>
</File>
@@ -1093,6 +1093,26 @@
>
</File>
</Filter>
+ <Filter
+ Name="wrec"
+ >
+ <File
+ RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wrec\CharacterClassConstructor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wrec\CharacterClassConstructor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wrec\WREC.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\JavaScriptCore\wrec\WREC.h"
+ >
+ </File>
+ </Filter>
<File
RelativePath="..\precompiled_webkit.cc"
>
« no previous file with comments | « no previous file | webkit/build/JavaScriptCore/JavaScriptCore_pcre.vcproj » ('j') | webkit/build/KJSBindings/KJSBindings.vcproj » ('J')

Powered by Google App Engine
This is Rietveld 408576698