summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
Diffstat (limited to 'webkit')
-rw-r--r--webkit/build/V8Bindings/V8Bindings.vcproj8
-rw-r--r--webkit/webkit.gyp2
2 files changed, 10 insertions, 0 deletions
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj
index dff4f33..174897c 100644
--- a/webkit/build/V8Bindings/V8Bindings.vcproj
+++ b/webkit/build/V8Bindings/V8Bindings.vcproj
@@ -3057,6 +3057,14 @@
>
</File>
<File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8WorkerContextObjectEventListener.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8WorkerContextObjectEventListener.h"
+ >
+ </File>
+ <File
RelativePath="..\..\port\bindings\v8\V8WorkerCustom.cpp"
>
</File>
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 9ec0fff..cc6ae99 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -1051,6 +1051,8 @@
'../third_party/WebKit/WebCore/bindings/v8/V8Proxy.h',
'../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextEventListener.cpp',
'../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextEventListener.h',
+ '../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextObjectEventListener.cpp',
+ '../third_party/WebKit/WebCore/bindings/v8/V8WorkerContextObjectEventListener.h',
'../third_party/WebKit/WebCore/bindings/v8/V8XMLHttpRequestUtilities.cpp',
'../third_party/WebKit/WebCore/bindings/v8/V8XMLHttpRequestUtilities.h',
'../third_party/WebKit/WebCore/bindings/v8/WorkerContextExecutionProxy.h',