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

Unified Diff: webkit/webkit.gyp

Issue 337057: Move webworker{client}_impl.{h,cc} into webkit/api/src (Closed)
Patch Set: mulitple workers per process comment fixed Created 11 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
« no previous file with comments | « webkit/glue/webworkerclient_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 403b282bc3aef1b0879e814beb9ac80380ac7bcc..39cf87113824110d6bef762325c4b908a64449bc 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -176,6 +176,7 @@
'api/src/ContextMenuClientImpl.h',
'api/src/DOMUtilitiesPrivate.cpp',
'api/src/DOMUtilitiesPrivate.h',
+ 'api/src/EmptyWebFrameClientImpl.h',
'api/src/gtk/WebFontInfo.cpp',
'api/src/gtk/WebFontInfo.h',
'api/src/gtk/WebInputEventFactory.cpp',
@@ -255,6 +256,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',
@@ -667,10 +672,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',
« no previous file with comments | « webkit/glue/webworkerclient_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698