diff options
Diffstat (limited to 'WebCore/WebCore.gypi')
-rw-r--r-- | WebCore/WebCore.gypi | 83 |
1 files changed, 59 insertions, 24 deletions
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi index 20482bb..33645b5 100644 --- a/WebCore/WebCore.gypi +++ b/WebCore/WebCore.gypi @@ -43,6 +43,7 @@ 'dom/DOMImplementation.idl', 'dom/DOMStringList.idl', 'dom/DOMStringMap.idl', + 'dom/DeviceMotionEvent.idl', 'dom/DeviceOrientationEvent.idl', 'dom/Document.idl', 'dom/DocumentFragment.idl', @@ -237,18 +238,20 @@ 'storage/FileSystemCallback.idl', 'storage/Flags.idl', 'storage/IDBAny.idl', + 'storage/IDBCursor.idl', 'storage/IDBDatabaseError.idl', 'storage/IDBDatabaseException.idl', - 'storage/IDBDatabaseRequest.idl', + 'storage/IDBDatabase.idl', 'storage/IDBErrorEvent.idl', 'storage/IDBEvent.idl', 'storage/IDBFactory.idl', 'storage/IDBIndex.idl', 'storage/IDBKey.idl', 'storage/IDBKeyRange.idl', - 'storage/IDBObjectStoreRequest.idl', + 'storage/IDBObjectStore.idl', 'storage/IDBRequest.idl', 'storage/IDBSuccessEvent.idl', + 'storage/IDBTransaction.idl', 'storage/Metadata.idl', 'storage/MetadataCallback.idl', 'storage/SQLError.idl', @@ -498,6 +501,8 @@ 'accessibility/win/AccessibilityObjectWin.cpp', 'accessibility/win/AccessibilityObjectWrapperWin.h', 'accessibility/wx/AccessibilityObjectWx.cpp', + 'bindings/generic/ActiveDOMCallback.cpp', + 'bindings/generic/ActiveDOMCallback.h', 'bindings/generic/BindingDOMWindow.h', 'bindings/generic/BindingSecurity.h', 'bindings/generic/BindingSecurityBase.cpp', @@ -538,14 +543,13 @@ 'bindings/js/JSCustomVoidCallback.h', 'bindings/js/JSCustomXPathNSResolver.cpp', 'bindings/js/JSCustomXPathNSResolver.h', - 'bindings/js/JSDatabaseCustom.cpp', - 'bindings/js/JSDatabaseSyncCustom.cpp', 'bindings/js/JSDataGridColumnListCustom.cpp', 'bindings/js/JSDataGridDataSource.cpp', 'bindings/js/JSDataGridDataSource.h', 'bindings/js/JSDedicatedWorkerContextCustom.cpp', 'bindings/js/JSDebugWrapperSet.cpp', 'bindings/js/JSDebugWrapperSet.h', + 'bindings/js/JSDeviceMotionEventCustom.cpp', 'bindings/js/JSDeviceOrientationEventCustom.cpp', 'bindings/js/JSDocumentCustom.cpp', 'bindings/js/JSDOMApplicationCacheCustom.cpp', @@ -666,8 +670,6 @@ 'bindings/js/JavaScriptCallFrame.h', 'bindings/js/ScheduledAction.cpp', 'bindings/js/ScheduledAction.h', - 'bindings/js/ScriptArray.cpp', - 'bindings/js/ScriptArray.h', 'bindings/js/ScriptCachedFrameData.cpp', 'bindings/js/ScriptCachedFrameData.h', 'bindings/js/ScriptCallFrame.cpp', @@ -738,10 +740,9 @@ 'bindings/v8/custom/V8CustomVoidCallback.h', 'bindings/v8/custom/V8CustomXPathNSResolver.cpp', 'bindings/v8/custom/V8CustomXPathNSResolver.h', - 'bindings/v8/custom/V8DatabaseCustom.cpp', - 'bindings/v8/custom/V8DatabaseSyncCustom.cpp', 'bindings/v8/custom/V8DataGridColumnListCustom.cpp', 'bindings/v8/custom/V8DedicatedWorkerContextCustom.cpp', + 'bindings/v8/custom/V8DeviceMotionEventCustom.cpp', 'bindings/v8/custom/V8DeviceOrientationEventCustom.cpp', 'bindings/v8/custom/V8DocumentLocationCustom.cpp', 'bindings/v8/custom/V8DOMFormDataCustom.cpp', @@ -832,8 +833,6 @@ 'bindings/v8/ScheduledAction.h', 'bindings/v8/ScopedDOMDataStore.cpp', 'bindings/v8/ScopedDOMDataStore.h', - 'bindings/v8/ScriptArray.cpp', - 'bindings/v8/ScriptArray.h', 'bindings/v8/ScriptCachedFrameData.h', 'bindings/v8/ScriptCallFrame.cpp', 'bindings/v8/ScriptCallFrame.h', @@ -1072,6 +1071,8 @@ 'dom/default/PlatformMessagePortChannel.h', 'dom/ActiveDOMObject.cpp', 'dom/ActiveDOMObject.h', + 'dom/AsyncScriptRunner.cpp', + 'dom/AsyncScriptRunner.h', 'dom/Attr.cpp', 'dom/Attr.h', 'dom/Attribute.cpp', @@ -1125,6 +1126,13 @@ 'dom/DatasetDOMStringMap.h', 'dom/DecodedDataDocumentParser.cpp', 'dom/DecodedDataDocumentParser.h', + 'dom/DeviceMotionClient.h', + 'dom/DeviceMotionController.cpp', + 'dom/DeviceMotionController.h', + 'dom/DeviceMotionData.cpp', + 'dom/DeviceMotionData.h', + 'dom/DeviceMotionEvent.cpp', + 'dom/DeviceMotionEvent.h', 'dom/DeviceOrientation.cpp', 'dom/DeviceOrientation.h', 'dom/DeviceOrientationClient.h', @@ -1214,6 +1222,8 @@ 'dom/PopStateEvent.h', 'dom/PageTransitionEvent.cpp', 'dom/PageTransitionEvent.h', + 'dom/PendingScript.cpp', + 'dom/PendingScript.h', 'dom/Position.cpp', 'dom/Position.h', 'dom/PositionIterator.cpp', @@ -1445,8 +1455,8 @@ 'html/canvas/Int32Array.cpp', 'html/canvas/Int32Array.h', 'html/canvas/IntegralTypedArrayBase.h', - 'html/canvas/CanvasObject.cpp', - 'html/canvas/CanvasObject.h', + 'html/canvas/WebGLObject.cpp', + 'html/canvas/WebGLObject.h', 'html/canvas/CanvasPattern.cpp', 'html/canvas/CanvasPattern.h', 'html/canvas/CanvasPixelArray.cpp', @@ -1740,17 +1750,19 @@ 'inspector/InspectorCSSStore.h', 'inspector/InspectorDatabaseResource.cpp', 'inspector/InspectorDatabaseResource.h', + 'inspector/InspectorDebuggerAgent.cpp', + 'inspector/InspectorDebuggerAgent.h', 'inspector/InspectorDOMAgent.cpp', 'inspector/InspectorDOMAgent.h', 'inspector/InspectorDOMStorageResource.cpp', 'inspector/InspectorDOMStorageResource.h', - 'inspector/InspectorFrontend.cpp', - 'inspector/InspectorFrontend.h', 'inspector/InspectorFrontendClient.h', 'inspector/InspectorFrontendHost.cpp', 'inspector/InspectorFrontendHost.h', 'inspector/InspectorResource.cpp', 'inspector/InspectorResource.h', + 'inspector/InspectorStorageAgent.cpp', + 'inspector/InspectorStorageAgent.h', 'inspector/InspectorTimelineAgent.cpp', 'inspector/InspectorTimelineAgent.h', 'inspector/InspectorValues.cpp', @@ -2176,6 +2188,8 @@ 'platform/graphics/cg/PathCG.cpp', 'platform/graphics/cg/PatternCG.cpp', 'platform/graphics/cg/TransformationMatrixCG.cpp', + 'platform/graphics/chromium/CanvasLayerChromium.cpp', + 'platform/graphics/chromium/CanvasLayerChromium.h', 'platform/graphics/chromium/FontCacheChromiumWin.cpp', 'platform/graphics/chromium/FontCacheLinux.cpp', 'platform/graphics/chromium/FontChromiumWin.cpp', @@ -2223,8 +2237,6 @@ 'platform/graphics/chromium/UniscribeHelperTextRun.h', 'platform/graphics/chromium/VideoLayerChromium.cpp', 'platform/graphics/chromium/VideoLayerChromium.h', - 'platform/graphics/chromium/WebGLLayerChromium.cpp', - 'platform/graphics/chromium/WebGLLayerChromium.h', 'platform/graphics/filters/FEBlend.cpp', 'platform/graphics/filters/FEBlend.h', 'platform/graphics/filters/FEColorMatrix.cpp', @@ -3495,13 +3507,18 @@ 'storage/IDBAny.cpp', 'storage/IDBAny.h', 'storage/IDBCallbacks.h', + 'storage/IDBCursor.cpp', + 'storage/IDBCursor.h', + 'storage/IDBCursorBackendImpl.cpp', + 'storage/IDBCursorBackendImpl.h', + 'storage/IDBCursorBackendInterface.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/IDBDatabaseBackendImpl.cpp', + 'storage/IDBDatabaseBackendImpl.h', + 'storage/IDBDatabaseBackendInterface.h', 'storage/IDBEvent.cpp', 'storage/IDBEvent.h', 'storage/IDBErrorEvent.cpp', @@ -3522,15 +3539,18 @@ 'storage/IDBKeyRange.cpp', 'storage/IDBKeyRange.h', 'storage/IDBKeyTree.h', + 'storage/IDBObjectStore.cpp', 'storage/IDBObjectStore.h', - 'storage/IDBObjectStoreImpl.cpp', - 'storage/IDBObjectStoreImpl.h', - 'storage/IDBObjectStoreRequest.cpp', - 'storage/IDBObjectStoreRequest.h', + 'storage/IDBObjectStoreBackendImpl.cpp', + 'storage/IDBObjectStoreBackendImpl.h', + 'storage/IDBObjectStoreBackendInterface.h', 'storage/IDBRequest.cpp', 'storage/IDBRequest.h', 'storage/IDBSuccessEvent.cpp', 'storage/IDBSuccessEvent.h', + 'storage/IDBTransaction.cpp', + 'storage/IDBTransaction.h', + 'storage/IDBTransactionBackendInterface.h', 'storage/LocalStorageTask.cpp', 'storage/LocalStorageTask.h', 'storage/LocalStorageThread.cpp', @@ -3804,11 +3824,19 @@ 'svg/SVGParserUtilities.h', 'svg/SVGPathBuilder.cpp', 'svg/SVGPathBuilder.h', + 'svg/SVGPathByteStream.h', + 'svg/SVGPathByteStreamBuilder.cpp', + 'svg/SVGPathByteStreamBuilder.h', + 'svg/SVGPathByteStreamSource.cpp', + 'svg/SVGPathByteStreamSource.h', 'svg/SVGPathConsumer.h', 'svg/SVGPathElement.cpp', 'svg/SVGPathElement.h', 'svg/SVGPathParser.cpp', 'svg/SVGPathParser.h', + 'svg/SVGPathParserFactory.cpp', + 'svg/SVGPathParserFactory.h', + 'svg/SVGPathSeg.cpp', 'svg/SVGPathSeg.h', 'svg/SVGPathSegArc.cpp', 'svg/SVGPathSegArc.h', @@ -3832,8 +3860,15 @@ 'svg/SVGPathSegList.h', 'svg/SVGPathSegListBuilder.cpp', 'svg/SVGPathSegListBuilder.h', + 'svg/SVGPathSegListSource.cpp', + 'svg/SVGPathSegListSource.h', 'svg/SVGPathSegMoveto.cpp', 'svg/SVGPathSegMoveto.h', + 'svg/SVGPathSource.h', + 'svg/SVGPathStringBuilder.cpp', + 'svg/SVGPathStringBuilder.h', + 'svg/SVGPathStringSource.cpp', + 'svg/SVGPathStringSource.h', 'svg/SVGPatternElement.cpp', 'svg/SVGPatternElement.h', 'svg/SVGPointList.cpp', |