summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authoryaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-29 00:10:03 +0000
committeryaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-29 00:10:03 +0000
commit575a5fa92d25ffe88698564f4e633752e7c640ae (patch)
treee370559cd3040fd6a8678c980e35a0b38e6b23cd /webkit/webkit.gyp
parenta48aa500c5c4fe3ee1d23287d33f12edf756032b (diff)
downloadchromium_src-575a5fa92d25ffe88698564f4e633752e7c640ae.zip
chromium_src-575a5fa92d25ffe88698564f4e633752e7c640ae.tar.gz
chromium_src-575a5fa92d25ffe88698564f4e633752e7c640ae.tar.bz2
Move webworker{client}_impl.{h,cc} into webkit/api/src
Review URL: http://codereview.chromium.org/337057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp9
1 files changed, 5 insertions, 4 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index aa22025..0496315 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -186,6 +186,7 @@
'api/src/DragClientImpl.h',
'api/src/EditorClientImpl.cpp',
'api/src/EditorClientImpl.h',
+ 'api/src/EmptyWebFrameClientImpl.h',
'api/src/gtk/WebFontInfo.cpp',
'api/src/gtk/WebFontInfo.h',
'api/src/gtk/WebInputEventFactory.cpp',
@@ -270,6 +271,10 @@
'api/src/WebURLResponse.cpp',
'api/src/WebURLResponsePrivate.h',
'api/src/WebURLError.cpp',
+ 'api/src/WebWorkerClientImpl.cpp',
+ 'api/src/WebWorkerClientImpl.h',
+ 'api/src/WebWorkerImpl.cpp',
+ 'api/src/WebWorkerImpl.h',
'api/src/WrappedResourceRequest.h',
'api/src/WrappedResourceResponse.h',
'api/src/win/WebInputEventFactory.cpp',
@@ -668,10 +673,6 @@
'glue/weburlloader_impl.h',
'glue/webview_impl.cc',
'glue/webview_impl.h',
- 'glue/webworker_impl.cc',
- 'glue/webworker_impl.h',
- 'glue/webworkerclient_impl.cc',
- 'glue/webworkerclient_impl.h',
'glue/window_open_disposition.h',
'glue/window_open_disposition.cc',