diff options
Diffstat (limited to 'WebCore/WebCore.gypi')
-rw-r--r-- | WebCore/WebCore.gypi | 81 |
1 files changed, 73 insertions, 8 deletions
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi index 33645b5..d906385 100644 --- a/WebCore/WebCore.gypi +++ b/WebCore/WebCore.gypi @@ -231,10 +231,15 @@ 'storage/Database.idl', 'storage/DatabaseCallback.idl', 'storage/DatabaseSync.idl', + 'storage/DirectoryEntry.idl', + 'storage/DirectoryReader.idl', 'storage/DOMFileSystem.idl', + 'storage/EntriesCallback.idl', 'storage/Entry.idl', + 'storage/EntryArray.idl', 'storage/EntryCallback.idl', 'storage/ErrorCallback.idl', + 'storage/FileEntry.idl', 'storage/FileSystemCallback.idl', 'storage/Flags.idl', 'storage/IDBAny.idl', @@ -1432,6 +1437,8 @@ 'html/Blob.h', 'html/BlobBuilder.cpp', 'html/BlobBuilder.h', + 'html/BlobURL.cpp', + 'html/BlobURL.h', 'html/canvas/ArrayBufferView.cpp', 'html/canvas/ArrayBufferView.h', 'html/canvas/ArrayBuffer.cpp', @@ -1583,6 +1590,8 @@ 'html/HTMLElement.h', 'html/HTMLElementStack.cpp', 'html/HTMLElementStack.h', + 'html/HTMLEntitySearch.cpp', + 'html/HTMLEntitySearch.h', 'html/HTMLEmbedElement.cpp', 'html/HTMLEmbedElement.h', 'html/HTMLFieldSetElement.cpp', @@ -1708,14 +1717,14 @@ 'html/HTMLTextAreaElement.h', 'html/HTMLTitleElement.cpp', 'html/HTMLTitleElement.h', - 'html/LegacyHTMLDocumentParser.cpp', - 'html/LegacyHTMLDocumentParser.h', 'html/HTMLUListElement.cpp', 'html/HTMLUListElement.h', 'html/HTMLVideoElement.cpp', 'html/HTMLVideoElement.h', 'html/HTMLViewSourceDocument.cpp', 'html/HTMLViewSourceDocument.h', + 'html/HTMLViewSourceParser.cpp', + 'html/HTMLViewSourceParser.h', 'html/ImageData.cpp', 'html/ImageData.h', 'html/ImageResizerThread.cpp', @@ -1723,11 +1732,11 @@ 'html/LabelsNodeList.cpp', 'html/LabelsNodeList.h', 'html/MediaError.h', - 'html/LegacyPreloadScanner.cpp', - 'html/LegacyPreloadScanner.h', 'html/StepRange.cpp', 'html/StepRange.h', 'html/TextMetrics.h', + 'html/ThreadableBlobRegistry.cpp', + 'html/ThreadableBlobRegistry.h', 'html/TimeRanges.cpp', 'html/TimeRanges.h', 'html/ValidityState.cpp', @@ -1867,6 +1876,7 @@ 'loader/FrameLoaderStateMachine.cpp', 'loader/FrameLoaderStateMachine.h', 'loader/FrameLoaderTypes.h', + 'loader/FrameNetworkingContext.h', 'loader/HistoryController.cpp', 'loader/HistoryController.h', 'loader/ImageDocument.cpp', @@ -1920,6 +1930,34 @@ 'loader/WorkerThreadableLoader.h', 'loader/loader.cpp', 'loader/loader.h', + 'mathml/MathMLElement.cpp', + 'mathml/MathMLElement.h', + 'mathml/MathMLInlineContainerElement.cpp', + 'mathml/MathMLInlineContainerElement.h', + 'mathml/MathMLMathElement.cpp', + 'mathml/MathMLMathElement.h', + 'mathml/MathMLTextElement.cpp', + 'mathml/MathMLTextElement.h', + 'mathml/RenderMathMLBlock.cpp', + 'mathml/RenderMathMLBlock.h', + 'mathml/RenderMathMLFenced.cpp', + 'mathml/RenderMathMLFenced.h', + 'mathml/RenderMathMLFraction.cpp', + 'mathml/RenderMathMLFraction.h', + 'mathml/RenderMathMLMath.cpp', + 'mathml/RenderMathMLMath.h', + 'mathml/RenderMathMLOperator.cpp', + 'mathml/RenderMathMLOperator.h', + 'mathml/RenderMathMLRoot.cpp', + 'mathml/RenderMathMLRoot.h', + 'mathml/RenderMathMLRow.cpp', + 'mathml/RenderMathMLRow.h', + 'mathml/RenderMathMLSquareRoot.cpp', + 'mathml/RenderMathMLSquareRoot.h', + 'mathml/RenderMathMLSubSup.cpp', + 'mathml/RenderMathMLSubSup.h', + 'mathml/RenderMathMLUnderOver.cpp', + 'mathml/RenderMathMLUnderOver.h', 'notifications/Notification.cpp', 'notifications/Notification.h', 'notifications/NotificationCenter.cpp', @@ -2013,6 +2051,8 @@ 'page/GeolocationPositionCache.cpp', 'page/GeolocationPositionCache.h', 'page/Geoposition.h', + 'page/GroupSettings.cpp', + 'page/GroupSettings.h', 'page/HaltablePlugin.h', 'page/History.cpp', 'page/History.h', @@ -2227,6 +2267,8 @@ 'platform/graphics/chromium/PlatformIcon.h', 'platform/graphics/chromium/SimpleFontDataChromiumWin.cpp', 'platform/graphics/chromium/SimpleFontDataLinux.cpp', + 'platform/graphics/chromium/TilingData.h', + 'platform/graphics/chromium/TilingData.cpp', 'platform/graphics/chromium/TransformLayerChromium.cpp', 'platform/graphics/chromium/TransformLayerChromium.h', 'platform/graphics/chromium/TransparencyWin.cpp', @@ -2743,6 +2785,12 @@ 'platform/network/AuthenticationChallengeBase.cpp', 'platform/network/AuthenticationChallengeBase.h', 'platform/network/AuthenticationClient.h', + 'platform/network/BlobData.cpp', + 'platform/network/BlobData.h', + 'platform/network/BlobRegistry.h', + 'platform/network/BlobRegistryImpl.cpp', + 'platform/network/BlobRegistryImpl.h', + 'platform/network/BlobStorageData.h', 'platform/network/Credential.cpp', 'platform/network/Credential.h', 'platform/network/DNS.h', @@ -2754,6 +2802,7 @@ 'platform/network/HTTPHeaderMap.h', 'platform/network/HTTPParsers.cpp', 'platform/network/HTTPParsers.h', + 'platform/network/NetworkingContext.h', 'platform/network/NetworkStateNotifier.cpp', 'platform/network/NetworkStateNotifier.h', 'platform/network/ProtectionSpace.cpp', @@ -2854,8 +2903,6 @@ 'platform/text/transcoder/FontTranscoder.h', 'platform/text/win/TextBreakIteratorInternalICUWin.cpp', 'platform/text/wx/StringWx.cpp', - 'platform/text/AtomicString.h', - 'platform/text/AtomicStringHash.h', 'platform/text/AtomicStringImpl.h', 'platform/text/Base64.cpp', 'platform/text/Base64.h', @@ -3013,6 +3060,7 @@ 'platform/EventLoop.h', 'platform/FileChooser.cpp', 'platform/FileChooser.h', + 'platform/FileSystem.cpp', 'platform/FileSystem.h', 'platform/FloatConversion.h', 'platform/GeolocationService.cpp', @@ -3440,6 +3488,8 @@ 'rendering/SVGCharacterLayoutInfo.h', 'rendering/SVGInlineFlowBox.cpp', 'rendering/SVGInlineFlowBox.h', + 'rendering/SVGImageBufferTools.cpp', + 'rendering/SVGImageBufferTools.h', 'rendering/SVGInlineTextBox.cpp', 'rendering/SVGInlineTextBox.h', 'rendering/SVGMarkerData.h', @@ -3497,11 +3547,21 @@ 'storage/DatabaseTracker.cpp', 'storage/DatabaseTracker.h', 'storage/DatabaseTrackerClient.h', + 'storage/DirectoryEntry.cpp', + 'storage/DirectoryEntry.h', + 'storage/DirectoryReader.cpp', + 'storage/DirectoryReader.h', 'storage/DOMFileSystem.cpp', 'storage/DOMFileSystem.h', + 'storage/EntriesCallback.h', 'storage/Entry.cpp', 'storage/Entry.h', + 'storage/EntryArray.cpp', + 'storage/EntryArray.h', 'storage/EntryCallback.h', + 'storage/ErrorCallback.h', + 'storage/FileEntry.cpp', + 'storage/FileEntry.h', 'storage/FileSystemCallback.h', 'storage/Flags.h', 'storage/IDBAny.cpp', @@ -3536,6 +3596,8 @@ 'storage/IDBIndexBackendImpl.h', 'storage/IDBKey.cpp', 'storage/IDBKey.h', + 'storage/IDBKeyPath.cpp', + 'storage/IDBKeyPath.h', 'storage/IDBKeyRange.cpp', 'storage/IDBKeyRange.h', 'storage/IDBKeyTree.h', @@ -3822,6 +3884,8 @@ 'svg/SVGPaint.h', 'svg/SVGParserUtilities.cpp', 'svg/SVGParserUtilities.h', + 'svg/SVGPathBlender.cpp', + 'svg/SVGPathBlender.h', 'svg/SVGPathBuilder.cpp', 'svg/SVGPathBuilder.h', 'svg/SVGPathByteStream.h', @@ -3869,6 +3933,8 @@ 'svg/SVGPathStringBuilder.h', 'svg/SVGPathStringSource.cpp', 'svg/SVGPathStringSource.h', + 'svg/SVGPathTraversalStateBuilder.cpp', + 'svg/SVGPathTraversalStateBuilder.h', 'svg/SVGPatternElement.cpp', 'svg/SVGPatternElement.h', 'svg/SVGPointList.cpp', @@ -4098,7 +4164,6 @@ 'inspector/front-end/HAREntry.js', 'inspector/front-end/HelpScreen.js', 'inspector/front-end/ImageView.js', - 'inspector/front-end/InspectorBackendStub.js', 'inspector/front-end/InspectorFrontendHostStub.js', 'inspector/front-end/InjectedFakeWorker.js', 'inspector/front-end/InjectedScript.js', @@ -4107,7 +4172,6 @@ 'inspector/front-end/KeyboardShortcut.js', 'inspector/front-end/MetricsSidebarPane.js', 'inspector/front-end/Object.js', - 'inspector/front-end/ObjectProxy.js', 'inspector/front-end/ObjectPropertiesSection.js', 'inspector/front-end/Panel.js', 'inspector/front-end/PanelEnablerView.js', @@ -4118,6 +4182,7 @@ 'inspector/front-end/ProfileView.js', 'inspector/front-end/PropertiesSection.js', 'inspector/front-end/PropertiesSidebarPane.js', + 'inspector/front-end/RemoteObject.js', 'inspector/front-end/Resource.js', 'inspector/front-end/ResourceCategory.js', 'inspector/front-end/ResourcesPanel.js', |