summaryrefslogtreecommitdiffstats
path: root/WebCore/WebCore.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/WebCore.gypi')
-rw-r--r--WebCore/WebCore.gypi32
1 files changed, 27 insertions, 5 deletions
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index 3f660f2..c66a32b 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -221,15 +221,17 @@
'plugins/MimeTypeArray.idl',
'plugins/Plugin.idl',
'plugins/PluginArray.idl',
- 'storage/IDBAny.idl',
'storage/Database.idl',
'storage/DatabaseCallback.idl',
'storage/DatabaseSync.idl',
+ 'storage/IDBAny.idl',
'storage/IDBDatabaseError.idl',
'storage/IDBDatabaseException.idl',
'storage/IDBDatabaseRequest.idl',
'storage/IDBErrorEvent.idl',
'storage/IDBEvent.idl',
+ 'storage/IDBIndexRequest.idl',
+ 'storage/IDBObjectStoreRequest.idl',
'storage/IDBRequest.idl',
'storage/IDBSuccessEvent.idl',
'storage/IndexedDatabaseRequest.idl',
@@ -1473,6 +1475,8 @@
'html/HTML5Tokenizer.h',
'html/HTML5TreeBuilder.cpp',
'html/HTML5TreeBuilder.h',
+ 'html/HTML5ScriptRunner.cpp',
+ 'html/HTML5ScriptRunner.h',
'html/HTMLAllCollection.cpp',
'html/HTMLAllCollection.h',
'html/HTMLAnchorElement.cpp',
@@ -1649,6 +1653,8 @@
'html/HTMLViewSourceDocument.h',
'html/ImageData.cpp',
'html/ImageData.h',
+ 'html/LabelsNodeList.cpp',
+ 'html/LabelsNodeList.h',
'html/MediaError.h',
'html/PreloadScanner.cpp',
'html/PreloadScanner.h',
@@ -1690,6 +1696,8 @@
'inspector/InspectorResource.h',
'inspector/InspectorTimelineAgent.cpp',
'inspector/InspectorTimelineAgent.h',
+ 'inspector/InspectorValues.cpp',
+ 'inspector/InspectorValues.h',
'inspector/InspectorWorkerResource.h',
'inspector/ScriptBreakpoint.h',
'inspector/ScriptDebugListener.h',
@@ -1965,6 +1973,8 @@
'page/Settings.h',
'page/SpatialNavigation.h',
'page/SpatialNavigation.cpp',
+ 'page/SuspendableTimer.cpp',
+ 'page/SuspendableTimer.h',
'page/UserContentURLPattern.cpp',
'page/UserContentURLPattern.h',
'page/UserScript.h',
@@ -2509,6 +2519,7 @@
'platform/mac/FoundationExtras.h',
'platform/mac/KURLMac.mm',
'platform/mac/KeyEventMac.mm',
+ 'platform/mac/KillRingMac.mm',
'platform/mac/Language.mm',
'platform/mac/LocalCurrentGraphicsContext.h',
'platform/mac/LocalCurrentGraphicsContext.mm',
@@ -2893,6 +2904,8 @@
'platform/GeolocationService.cpp',
'platform/GeolocationService.h',
'platform/HostWindow.h',
+ 'platform/KillRing.h',
+ 'platform/KillRingNone.cpp',
'platform/KURL.cpp',
'platform/KURL.h',
'platform/KURLGoogle.cpp',
@@ -2994,8 +3007,6 @@
'plugins/PluginDatabase.h',
'plugins/PluginDebug.cpp',
'plugins/PluginDebug.h',
- 'plugins/PluginInfoStore.cpp',
- 'plugins/PluginInfoStore.h',
'plugins/PluginMainThreadScheduler.cpp',
'plugins/PluginMainThreadScheduler.h',
'plugins/PluginPackage.cpp',
@@ -3351,15 +3362,25 @@
'storage/IDBAny.h',
'storage/IDBCallbacks.h',
'storage/IDBDatabase.h',
- 'storage/IDBDatabase.cpp',
'storage/IDBDatabaseError.h',
'storage/IDBDatabaseException.h',
+ 'storage/IDBDatabaseImpl.cpp',
+ 'storage/IDBDatabaseImpl.h',
'storage/IDBDatabaseRequest.cpp',
'storage/IDBDatabaseRequest.h',
'storage/IDBEvent.cpp',
'storage/IDBEvent.h',
'storage/IDBErrorEvent.cpp',
'storage/IDBErrorEvent.h',
+ 'storage/IDBIndex.h',
+ 'storage/IDBIndexImpl.cpp',
+ 'storage/IDBIndexImpl.h',
+ 'storage/IDBIndexRequest.cpp',
+ 'storage/IDBIndexRequest.h',
+ 'storage/IDBObjectStore.cpp',
+ 'storage/IDBObjectStore.h',
+ 'storage/IDBObjectStoreRequest.cpp',
+ 'storage/IDBObjectStoreRequest.h',
'storage/IDBRequest.cpp',
'storage/IDBRequest.h',
'storage/IDBSuccessEvent.cpp',
@@ -3852,7 +3873,7 @@
'inspector/front-end/AuditRules.js',
'inspector/front-end/AuditsPanel.js',
'inspector/front-end/BottomUpProfileDataGridTree.js',
- 'inspector/front-end/Breakpoint.js',
+ 'inspector/front-end/BreakpointManager.js',
'inspector/front-end/BreakpointsSidebarPane.js',
'inspector/front-end/Callback.js',
'inspector/front-end/CallStackSidebarPane.js',
@@ -3921,6 +3942,7 @@
'inspector/front-end/StoragePanel.js',
'inspector/front-end/StylesSidebarPane.js',
'inspector/front-end/SummaryBar.js',
+ 'inspector/front-end/TabbedPane.js',
'inspector/front-end/TestController.js',
'inspector/front-end/TextEditorHighlighter.js',
'inspector/front-end/TextEditorModel.js',