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

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

Issue 27164: chrome side of merge from r41181 to r41217 (Closed)
Patch Set: xcode and idl fixes Created 11 years, 10 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 | « webkit/build/WebCore/SConscript ('k') | webkit/build/port/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/WebCore/WebCore.vcproj
diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj
index fdbc5f1626c442e89500d603cd31829a7ecfed91..4e70e3cce3242eecb5999aa119d269244b76054a 100644
--- a/webkit/build/WebCore/WebCore.vcproj
+++ b/webkit/build/WebCore/WebCore.vcproj
@@ -969,6 +969,14 @@
>
</File>
<File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\platform\CrossThreadCopier.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\platform\CrossThreadCopier.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\third_party\WebKit\WebCore\platform\DeprecatedPtrList.h"
>
</File>
@@ -3792,6 +3800,14 @@
RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\TextControlInnerElements.h"
>
</File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\TransformState.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\rendering\TransformState.h"
+ >
+ </File>
<Filter
Name="style"
>
@@ -4369,14 +4385,6 @@
>
</File>
<File
- RelativePath="..\..\..\third_party\WebKit\WebCore\dom\CrossThreadCopier.cpp"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\WebCore\dom\CrossThreadCopier.h"
- >
- </File>
- <File
RelativePath="..\..\..\third_party\WebKit\WebCore\dom\CSSMappedAttributeDeclaration.cpp"
>
</File>
@@ -4885,62 +4893,6 @@
>
</File>
<File
- RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Worker.cpp"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Worker.h"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WorkerContext.cpp"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WorkerContext.h"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WorkerContextProxy.h"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WorkerLocation.cpp"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WorkerLocation.h"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WorkerMessagingProxy.cpp"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WorkerMessagingProxy.h"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WorkerObjectProxy.h"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WorkerRunLoop.cpp"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WorkerRunLoop.h"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WorkerThread.cpp"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WorkerThread.h"
- >
- </File>
- <File
RelativePath="..\..\..\third_party\WebKit\WebCore\dom\XMLTokenizer.cpp"
>
</File>
@@ -7454,6 +7406,66 @@
</File>
</Filter>
<Filter
+ Name="workers"
+ >
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\workers\Worker.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\workers\Worker.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerContext.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerContext.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerContextProxy.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerLocation.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerLocation.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerMessagingProxy.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerMessagingProxy.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerObjectProxy.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerRunLoop.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerRunLoop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerThread.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\workers\WorkerThread.h"
+ >
+ </File>
+ </Filter>
+ <Filter
Name="plugins"
>
<File
« no previous file with comments | « webkit/build/WebCore/SConscript ('k') | webkit/build/port/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698