summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp10
1 files changed, 7 insertions, 3 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 1d57683..4bf64c3 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -231,8 +231,8 @@
'../third_party/WebKit/JavaScriptCore/wtf/Assertions.h',
'../third_party/WebKit/JavaScriptCore/wtf/ByteArray.cpp',
'../third_party/WebKit/JavaScriptCore/wtf/ByteArray.h',
- '../third_party/WebKit/JavaScriptCore/wtf/CurrentTime.cpp',
'../third_party/WebKit/JavaScriptCore/wtf/CurrentTime.h',
+ '../third_party/WebKit/JavaScriptCore/wtf/CrossThreadRefCounted.h',
'../third_party/WebKit/JavaScriptCore/wtf/Deque.h',
'../third_party/WebKit/JavaScriptCore/wtf/DisallowCType.h',
'../third_party/WebKit/JavaScriptCore/wtf/FastMalloc.cpp',
@@ -1765,6 +1765,10 @@
'../third_party/WebKit/WebCore/loader/CachedXBLDocument.h',
'../third_party/WebKit/WebCore/loader/CachedXSLStyleSheet.cpp',
'../third_party/WebKit/WebCore/loader/CachedXSLStyleSheet.h',
+ '../third_party/WebKit/WebCore/loader/CrossOriginAccessControl.cpp',
+ '../third_party/WebKit/WebCore/loader/CrossOriginAccessControl.h',
+ '../third_party/WebKit/WebCore/loader/CrossOriginPreflightResultCache.cpp',
+ '../third_party/WebKit/WebCore/loader/CrossOriginPreflightResultCache.h',
'../third_party/WebKit/WebCore/loader/DocLoader.cpp',
'../third_party/WebKit/WebCore/loader/DocLoader.h',
'../third_party/WebKit/WebCore/loader/DocumentLoader.cpp',
@@ -2743,8 +2747,6 @@
'../third_party/WebKit/WebCore/platform/text/TextCodecUTF16.h',
'../third_party/WebKit/WebCore/platform/text/TextCodecUserDefined.cpp',
'../third_party/WebKit/WebCore/platform/text/TextCodecUserDefined.h',
- '../third_party/WebKit/WebCore/platform/text/TextDecoder.cpp',
- '../third_party/WebKit/WebCore/platform/text/TextDecoder.h',
'../third_party/WebKit/WebCore/platform/text/TextDirection.h',
'../third_party/WebKit/WebCore/platform/text/TextEncoding.cpp',
'../third_party/WebKit/WebCore/platform/text/TextEncoding.h',
@@ -3669,6 +3671,8 @@
'../third_party/WebKit/WebCore/workers/WorkerContext.cpp',
'../third_party/WebKit/WebCore/workers/WorkerContext.h',
'../third_party/WebKit/WebCore/workers/WorkerContextProxy.h',
+ '../third_party/WebKit/WebCore/workers/WorkerImportScriptsClient.cpp',
+ '../third_party/WebKit/WebCore/workers/WorkerImportScriptsClient.h',
'../third_party/WebKit/WebCore/workers/WorkerLocation.cpp',
'../third_party/WebKit/WebCore/workers/WorkerLocation.h',
'../third_party/WebKit/WebCore/workers/WorkerMessagingProxy.cpp',