summaryrefslogtreecommitdiff
path: root/Source/WebKit/chromium/WebKit.gyp
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2012-05-18 14:03:11 +0200
committerSimon Hausmann <simon.hausmann@nokia.com>2012-05-18 14:03:11 +0200
commit8d473cf9743f1d30a16a27114e93bd5af5648d23 (patch)
treecdca40d0353886b3ca52f33a2d7b8f1c0011aafc /Source/WebKit/chromium/WebKit.gyp
parent1b914638db989aaa98631a1c1e02c7b2d44805d8 (diff)
downloadqtwebkit-8d473cf9743f1d30a16a27114e93bd5af5648d23.tar.gz
Imported WebKit commit 1350e72f7345ced9da2bd9980deeeb5a8d62fab4 (http://svn.webkit.org/repository/webkit/trunk@117578)
Weekly snapshot
Diffstat (limited to 'Source/WebKit/chromium/WebKit.gyp')
-rw-r--r--Source/WebKit/chromium/WebKit.gyp15
1 files changed, 10 insertions, 5 deletions
diff --git a/Source/WebKit/chromium/WebKit.gyp b/Source/WebKit/chromium/WebKit.gyp
index a775f545d..9ede5f96d 100644
--- a/Source/WebKit/chromium/WebKit.gyp
+++ b/Source/WebKit/chromium/WebKit.gyp
@@ -128,6 +128,7 @@
'public/WebDataSource.h',
'public/WebDatabase.h',
'public/WebDatabaseObserver.h',
+ 'public/WebDeliveredIntentClient.h',
'public/WebDevToolsAgent.h',
'public/WebDevToolsAgentClient.h',
'public/WebDevToolsFrontend.h',
@@ -149,7 +150,6 @@
'public/WebFileInfo.h',
'public/WebFileSystemCallbacks.h',
'public/WebFileSystemEntry.h',
- 'public/WebFileUtilities.h',
'public/WebFileWriter.h',
'public/WebFileWriterClient.h',
'public/WebFindOptions.h',
@@ -223,6 +223,7 @@
'public/WebPluginContainer.h',
'public/WebPluginDocument.h',
'public/WebPluginListBuilder.h',
+ 'public/WebPrintParams.h',
'public/WebPrintScalingOption.h',
'public/WebPopupMenu.h',
'public/WebPopupMenuInfo.h',
@@ -282,7 +283,6 @@
'public/WebWidget.h',
'public/WebWidgetClient.h',
'public/WebWorkerInfo.h',
- 'public/WebWorkerRunLoop.h',
'public/android/WebInputEventFactory.h',
'public/android/WebSandboxSupport.h',
'public/gtk/WebInputEventFactory.h',
@@ -296,8 +296,6 @@
'public/platform/WebArrayBufferView.h',
'public/platform/WebAudioBus.h',
'public/platform/WebAudioDevice.h',
- 'public/platform/WebBlobData.h',
- 'public/platform/WebBlobRegistry.h',
'public/platform/WebCanvas.h',
'public/platform/WebColor.h',
'public/platform/WebCommon.h',
@@ -389,6 +387,8 @@
'src/ContextMenuClientImpl.cpp',
'src/ContextMenuClientImpl.h',
'src/DatabaseObserver.cpp',
+ 'src/DeliveredIntentClientImpl.cpp',
+ 'src/DeliveredIntentClientImpl.h',
'src/DeviceOrientationClientProxy.cpp',
'src/DeviceOrientationClientProxy.h',
'src/DOMUtilitiesPrivate.cpp',
@@ -436,6 +436,8 @@
'src/InspectorFrontendClientImpl.h',
'src/NonCompositedContentHost.cpp',
'src/NonCompositedContentHost.h',
+ 'src/PrerendererClientImpl.h',
+ 'src/PrerendererClientImpl.cpp',
'src/android/WebInputEventFactory.cpp',
'src/linux/WebFontInfo.cpp',
'src/linux/WebFontRendering.cpp',
@@ -473,6 +475,8 @@
'src/SpeechRecognitionClientProxy.h',
'src/StorageAreaProxy.cpp',
'src/StorageAreaProxy.h',
+ 'src/StorageEventDispatcherImpl.cpp',
+ 'src/StorageEventDispatcherImpl.h',
'src/StorageInfoChromium.cpp',
'src/StorageNamespaceProxy.cpp',
'src/StorageNamespaceProxy.h',
@@ -613,8 +617,8 @@
'src/WebPasswordFormUtils.cpp',
'src/WebPasswordFormUtils.h',
'src/WebPerformance.cpp',
- 'src/WebPluginContainerImpl.h',
'src/WebPluginContainerImpl.cpp',
+ 'src/WebPluginContainerImpl.h',
'src/WebPluginDocument.cpp',
'src/WebPluginListBuilderImpl.cpp',
'src/WebPluginListBuilderImpl.h',
@@ -650,6 +654,7 @@
'src/WebSpeechRecognitionHandle.cpp',
'src/WebSpeechRecognitionResult.cpp',
'src/WebStorageEventDispatcherImpl.cpp',
+ 'src/WebStorageEventDispatcherImpl.h',
'src/WebStorageQuotaCallbacksImpl.cpp',
'src/WebStorageQuotaCallbacksImpl.h',
'src/WebSurroundingText.cpp',