diff options
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 534ce7d..844acc1 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -4208,6 +4208,7 @@ 'api/public/WebData.h', 'api/public/WebDragData.h', 'api/public/WebFindOptions.h', + 'api/public/WebHTTPBody.h', 'api/public/WebImage.h', 'api/public/WebInputEvent.h', 'api/public/WebKit.h', @@ -4215,6 +4216,7 @@ 'api/public/WebMediaPlayer.h', 'api/public/WebMediaPlayerClient.h', 'api/public/WebMimeRegistry.h', + 'api/public/WebNonCopyable.h', 'api/public/WebPluginListBuilder.h', 'api/public/WebPoint.h', 'api/public/WebRect.h', @@ -4223,6 +4225,11 @@ 'api/public/WebSize.h', 'api/public/WebString.h', 'api/public/WebURL.h', + 'api/public/WebURLError.h', + 'api/public/WebURLLoader.h', + 'api/public/WebURLLoaderClient.h', + 'api/public/WebURLRequest.h', + 'api/public/WebURLResponse.h', 'api/public/WebVector.h', 'api/public/win/WebInputEventFactory.h', 'api/public/win/WebSandboxSupport.h', @@ -4236,11 +4243,13 @@ 'api/src/mac/WebInputEventFactory.mm', 'api/src/mac/WebScreenInfoFactory.mm', 'api/src/MediaPlayerPrivateChromium.cpp', + 'api/src/ResourceHandle.cpp', 'api/src/TemporaryGlue.h', 'api/src/WebCache.cpp', 'api/src/WebCString.cpp', 'api/src/WebData.cpp', 'api/src/WebDragData.cpp', + 'api/src/WebHTTPBody.cpp', 'api/src/WebImageSkia.cpp', 'api/src/WebInputEvent.cpp', 'api/src/WebKit.cpp', @@ -4250,6 +4259,13 @@ 'api/src/WebPluginListBuilderImpl.h', 'api/src/WebString.cpp', 'api/src/WebURL.cpp', + 'api/src/WebURLRequest.cpp', + 'api/src/WebURLRequestPrivate.h', + 'api/src/WebURLResponse.cpp', + 'api/src/WebURLResponsePrivate.h', + 'api/src/WebURLError.cpp', + 'api/src/WrappedResourceRequest.h', + 'api/src/WrappedResourceResponse.h', 'api/src/win/WebInputEventFactory.cpp', 'api/src/win/WebScreenInfoFactory.cpp', ], @@ -4510,7 +4526,6 @@ 'glue/password_form_dom_manager.h', 'glue/resource_fetcher.cc', 'glue/resource_fetcher.h', - 'glue/resource_handle_impl.cc', 'glue/resource_loader_bridge.cc', 'glue/resource_loader_bridge.h', 'glue/resource_type.h', @@ -4577,6 +4592,8 @@ 'glue/webtextinput_impl.cc', 'glue/webtextinput_impl.h', 'glue/webthemeengine_impl_win.cc', + 'glue/weburlloader_impl.cc', + 'glue/weburlloader_impl.h', 'glue/weburlrequest.h', 'glue/weburlrequest_impl.cc', 'glue/weburlrequest_impl.h', |