summaryrefslogtreecommitdiffstats
path: root/WebCore/WebCore.gypi
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2010-10-22 13:02:20 +0100
committerBen Murdoch <benm@google.com>2010-10-26 15:21:41 +0100
commita94275402997c11dd2e778633dacf4b7e630a35d (patch)
treee66f56c67e3b01f22c9c23cd932271ee9ac558ed /WebCore/WebCore.gypi
parent09e26c78506587b3f5d930d7bc72a23287ffbec0 (diff)
downloadexternal_webkit-a94275402997c11dd2e778633dacf4b7e630a35d.zip
external_webkit-a94275402997c11dd2e778633dacf4b7e630a35d.tar.gz
external_webkit-a94275402997c11dd2e778633dacf4b7e630a35d.tar.bz2
Merge WebKit at r70209: Initial merge by Git
Change-Id: Id23a68efa36e9d1126bcce0b137872db00892c8e
Diffstat (limited to 'WebCore/WebCore.gypi')
-rw-r--r--WebCore/WebCore.gypi159
1 files changed, 106 insertions, 53 deletions
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index d666ebd..166c4d1 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -89,16 +89,22 @@
'fileapi/Blob.idl',
'fileapi/BlobBuilder.idl',
'fileapi/DirectoryEntry.idl',
+ 'fileapi/DirectoryEntrySync.idl',
'fileapi/DirectoryReader.idl',
+ 'fileapi/DirectoryReaderSync.idl',
'fileapi/DOMFileSystem.idl',
+ 'fileapi/DOMFileSystemSync.idl',
'fileapi/EntriesCallback.idl',
'fileapi/Entry.idl',
'fileapi/EntryArray.idl',
+ 'fileapi/EntryArraySync.idl',
'fileapi/EntryCallback.idl',
+ 'fileapi/EntrySync.idl',
'fileapi/ErrorCallback.idl',
'fileapi/File.idl',
'fileapi/FileCallback.idl',
'fileapi/FileEntry.idl',
+ 'fileapi/FileEntrySync.idl',
'fileapi/FileError.idl',
'fileapi/FileException.idl',
'fileapi/FileList.idl',
@@ -567,6 +573,7 @@
'bindings/js/JSDeviceMotionEventCustom.cpp',
'bindings/js/JSDeviceOrientationEventCustom.cpp',
'bindings/js/JSDirectoryEntryCustom.cpp',
+ 'bindings/js/JSDirectoryEntrySyncCustom.cpp',
'bindings/js/JSDocumentCustom.cpp',
'bindings/js/JSDOMApplicationCacheCustom.cpp',
'bindings/js/JSDOMBinding.cpp',
@@ -585,6 +592,7 @@
'bindings/js/JSDOMWrapper.h',
'bindings/js/JSElementCustom.cpp',
'bindings/js/JSEntryCustom.cpp',
+ 'bindings/js/JSEntrySyncCustom.cpp',
'bindings/js/JSEventCustom.cpp',
'bindings/js/JSEventListener.cpp',
'bindings/js/JSEventListener.h',
@@ -713,7 +721,6 @@
'bindings/js/ScriptSourceProvider.h',
'bindings/js/ScriptState.cpp',
'bindings/js/ScriptState.h',
- 'bindings/js/ScriptString.h',
'bindings/js/ScriptValue.cpp',
'bindings/js/ScriptValue.h',
'bindings/js/ScriptWrappable.h',
@@ -735,6 +742,7 @@
'bindings/v8/custom/V8ArrayBufferCustom.cpp',
'bindings/v8/custom/V8Int8ArrayCustom.cpp',
'bindings/v8/custom/V8Int32ArrayCustom.cpp',
+ 'bindings/v8/custom/V8FileReaderCustom.cpp',
'bindings/v8/custom/V8Float32ArrayCustom.cpp',
'bindings/v8/custom/V8Int16ArrayCustom.cpp',
'bindings/v8/custom/V8Uint8ArrayCustom.cpp',
@@ -766,6 +774,7 @@
'bindings/v8/custom/V8DeviceMotionEventCustom.cpp',
'bindings/v8/custom/V8DeviceOrientationEventCustom.cpp',
'bindings/v8/custom/V8DirectoryEntryCustom.cpp',
+ 'bindings/v8/custom/V8DirectoryEntrySyncCustom.cpp',
'bindings/v8/custom/V8DocumentLocationCustom.cpp',
'bindings/v8/custom/V8DOMFormDataCustom.cpp',
'bindings/v8/custom/V8DOMStringMapCustom.cpp',
@@ -774,6 +783,7 @@
'bindings/v8/custom/V8DocumentCustom.cpp',
'bindings/v8/custom/V8ElementCustom.cpp',
'bindings/v8/custom/V8EntryCustom.cpp',
+ 'bindings/v8/custom/V8EntrySyncCustom.cpp',
'bindings/v8/custom/V8EventCustom.cpp',
'bindings/v8/custom/V8EventSourceConstructor.cpp',
'bindings/v8/custom/V8GeolocationCustom.cpp',
@@ -890,9 +900,6 @@
'bindings/v8/ScriptSourceCode.h',
'bindings/v8/ScriptState.h',
'bindings/v8/ScriptState.cpp',
- 'bindings/v8/ScriptString.h',
- 'bindings/v8/ScriptStringImpl.cpp',
- 'bindings/v8/ScriptStringImpl.h',
'bindings/v8/ScriptValue.cpp',
'bindings/v8/ScriptValue.h',
'bindings/v8/ScriptWrappable.h',
@@ -983,7 +990,6 @@
'css/CSSFunctionValue.h',
'css/CSSGradientValue.cpp',
'css/CSSGradientValue.h',
- 'css/CSSHelper.cpp',
'css/CSSHelper.h',
'css/CSSImageGeneratorValue.cpp',
'css/CSSImageGeneratorValue.h',
@@ -1344,6 +1350,8 @@
'editing/wx/EditorWx.cpp',
'editing/AppendNodeCommand.cpp',
'editing/AppendNodeCommand.h',
+ 'editing/ApplyBlockElementCommand.cpp',
+ 'editing/ApplyBlockElementCommand.h',
'editing/ApplyStyleCommand.cpp',
'editing/ApplyStyleCommand.h',
'editing/BreakBlockquoteCommand.cpp',
@@ -1390,6 +1398,8 @@
'editing/InsertTextCommand.h',
'editing/JoinTextNodesCommand.cpp',
'editing/JoinTextNodesCommand.h',
+ 'editing/MarkupAccumulator.cpp',
+ 'editing/MarkupAccumulator.h',
'editing/MergeIdenticalElementsCommand.cpp',
'editing/MergeIdenticalElementsCommand.h',
'editing/ModifySelectionListLevel.cpp',
@@ -1452,24 +1462,41 @@
'fileapi/BlobURL.h',
'fileapi/DirectoryEntry.cpp',
'fileapi/DirectoryEntry.h',
+ 'fileapi/DirectoryEntrySync.cpp',
+ 'fileapi/DirectoryEntrySync.h',
'fileapi/DirectoryReader.cpp',
'fileapi/DirectoryReader.h',
+ 'fileapi/DirectoryReaderBase.h',
+ 'fileapi/DirectoryReaderSync.cpp',
+ 'fileapi/DirectoryReaderSync.h',
'fileapi/DOMFilePath.cpp',
'fileapi/DOMFilePath.h',
'fileapi/DOMFileSystem.cpp',
'fileapi/DOMFileSystem.h',
+ 'fileapi/DOMFileSystemBase.cpp',
+ 'fileapi/DOMFileSystemBase.h',
+ 'fileapi/DOMFileSystemSync.cpp',
+ 'fileapi/DOMFileSystemSync.h',
'fileapi/EntriesCallback.h',
'fileapi/Entry.cpp',
'fileapi/Entry.h',
+ 'fileapi/EntryBase.h',
'fileapi/EntryArray.cpp',
'fileapi/EntryArray.h',
+ 'fileapi/EntryArraySync.cpp',
+ 'fileapi/EntryArraySync.h',
'fileapi/EntryCallback.h',
+ 'fileapi/EntryBase.h',
+ 'fileapi/EntrySync.cpp',
+ 'fileapi/EntrySync.h',
'fileapi/ErrorCallback.h',
'fileapi/File.cpp',
'fileapi/File.h',
'fileapi/FileCallback.h',
'fileapi/FileEntry.cpp',
'fileapi/FileEntry.h',
+ 'fileapi/FileEntrySync.cpp',
+ 'fileapi/FileEntrySync.h',
'fileapi/FileError.h',
'fileapi/FileException.h',
'fileapi/FileList.cpp',
@@ -1493,6 +1520,7 @@
'fileapi/LocalFileSystem.h',
'fileapi/Metadata.h',
'fileapi/MetadataCallback.h',
+ 'fileapi/SyncCallbackHelper.h',
'fileapi/ThreadableBlobRegistry.cpp',
'fileapi/ThreadableBlobRegistry.h',
'history/mac/HistoryItemMac.mm',
@@ -1514,6 +1542,8 @@
'history/PageCache.h',
'html/AsyncImageResizer.cpp',
'html/AsyncImageResizer.h',
+ 'html/BaseDateAndTimeInputType.cpp',
+ 'html/BaseDateAndTimeInputType.h',
'html/BaseTextInputType.cpp',
'html/BaseTextInputType.h',
'html/ButtonInputType.cpp',
@@ -1873,7 +1903,6 @@
'html/parser/TextDocumentParser.h',
'html/parser/TextViewSourceParser.cpp',
'html/parser/TextViewSourceParser.h',
- 'inspector/InspectorClient.h',
'inspector/ConsoleMessage.cpp',
'inspector/ConsoleMessage.h',
'inspector/InjectedScript.cpp',
@@ -1884,8 +1913,12 @@
'inspector/InspectorApplicationCacheAgent.h',
'inspector/InspectorBackend.cpp',
'inspector/InspectorBackend.h',
+ 'inspector/InspectorClient.cpp',
+ 'inspector/InspectorClient.h',
'inspector/InspectorController.cpp',
'inspector/InspectorController.h',
+ 'inspector/InspectorCSSAgent.cpp',
+ 'inspector/InspectorCSSAgent.h',
'inspector/InspectorCSSStore.cpp',
'inspector/InspectorCSSStore.h',
'inspector/InspectorDatabaseResource.cpp',
@@ -1899,12 +1932,20 @@
'inspector/InspectorFrontendClient.h',
'inspector/InspectorFrontendHost.cpp',
'inspector/InspectorFrontendHost.h',
+ 'inspector/InspectorInstrumentation.cpp',
+ 'inspector/InspectorInstrumentation.h',
'inspector/InspectorProfilerAgent.cpp',
'inspector/InspectorProfilerAgent.h',
'inspector/InspectorResource.cpp',
'inspector/InspectorResource.h',
+ 'inspector/InspectorResourceAgent.cpp',
+ 'inspector/InspectorResourceAgent.h',
+ 'inspector/InspectorState.cpp',
+ 'inspector/InspectorState.h',
'inspector/InspectorStorageAgent.cpp',
'inspector/InspectorStorageAgent.h',
+ 'inspector/InspectorStyleSheet.cpp',
+ 'inspector/InspectorStyleSheet.h',
'inspector/InspectorTimelineAgent.cpp',
'inspector/InspectorTimelineAgent.h',
'inspector/InspectorValues.cpp',
@@ -1944,8 +1985,6 @@
'loader/icon/IconDatabase.h',
'loader/icon/IconDatabaseClient.h',
'loader/icon/IconDatabaseNone.cpp',
- 'loader/icon/IconFetcher.cpp',
- 'loader/icon/IconFetcher.h',
'loader/icon/IconLoader.cpp',
'loader/icon/IconLoader.h',
'loader/icon/IconRecord.cpp',
@@ -2026,8 +2065,8 @@
'loader/PolicyChecker.h',
'loader/ProgressTracker.cpp',
'loader/ProgressTracker.h',
- 'loader/RedirectScheduler.cpp',
- 'loader/RedirectScheduler.h',
+ 'loader/NavigationScheduler.cpp',
+ 'loader/NavigationScheduler.h',
'loader/Request.cpp',
'loader/Request.h',
'loader/ResourceLoader.cpp',
@@ -2254,6 +2293,8 @@
'platform/chromium/ChromiumBridge.h',
'platform/chromium/ChromiumDataObject.cpp',
'platform/chromium/ChromiumDataObject.h',
+ 'platform/chromium/ChromiumDataObjectLegacy.cpp',
+ 'platform/chromium/ChromiumDataObjectLegacy.h',
'platform/chromium/ClipboardChromium.cpp',
'platform/chromium/ClipboardChromium.h',
'platform/chromium/ClipboardChromiumLinux.cpp',
@@ -2283,7 +2324,7 @@
'platform/chromium/GeolocationServiceChromium.h',
'platform/chromium/KeyCodeConversion.h',
'platform/chromium/KeyCodeConversionGtk.cpp',
- 'platform/chromium/Language.cpp',
+ 'platform/chromium/LanguageChromium.cpp',
'platform/chromium/LinkHashChromium.cpp',
'platform/chromium/MIMETypeRegistryChromium.cpp',
'platform/chromium/PasteboardChromium.cpp',
@@ -2455,8 +2496,6 @@
'platform/graphics/filters/Filter.h',
'platform/graphics/filters/FilterEffect.cpp',
'platform/graphics/filters/FilterEffect.h',
- 'platform/graphics/filters/ImageBufferFilter.cpp',
- 'platform/graphics/filters/ImageBufferFilter.h',
'platform/graphics/filters/SourceAlpha.cpp',
'platform/graphics/filters/SourceAlpha.h',
'platform/graphics/filters/SourceGraphic.cpp',
@@ -2773,7 +2812,7 @@
'platform/gtk/GeolocationServiceGtk.h',
'platform/gtk/KURLGtk.cpp',
'platform/gtk/KeyEventGtk.cpp',
- 'platform/gtk/Language.cpp',
+ 'platform/gtk/LanguageGtk.cpp',
'platform/gtk/LocalizedStringsGtk.cpp',
'platform/gtk/LoggingGtk.cpp',
'platform/gtk/MIMETypeRegistryGtk.cpp',
@@ -2816,6 +2855,8 @@
'platform/image-decoders/jpeg/JPEGImageDecoder.h',
'platform/image-decoders/png/PNGImageDecoder.cpp',
'platform/image-decoders/png/PNGImageDecoder.h',
+ 'platform/image-decoders/webp/WEBPImageDecoder.cpp',
+ 'platform/image-decoders/webp/WEBPImageDecoder.h',
'platform/image-decoders/skia/ImageDecoderSkia.cpp',
'platform/image-decoders/wx/ImageDecoderWx.cpp',
'platform/image-decoders/zlib/crc32.h',
@@ -2907,6 +2948,7 @@
'platform/network/chromium/ResourceError.h',
'platform/network/chromium/ResourceRequest.cpp',
'platform/network/chromium/ResourceRequest.h',
+ 'platform/network/chromium/ResourceResponse.cpp',
'platform/network/chromium/ResourceResponse.h',
'platform/network/chromium/SocketStreamError.h',
'platform/network/chromium/SocketStreamHandle.h',
@@ -2974,6 +3016,8 @@
'platform/network/Credential.cpp',
'platform/network/Credential.h',
'platform/network/DNS.h',
+ 'platform/network/DataURL.cpp',
+ 'platform/network/DataURL.h',
'platform/network/FormData.cpp',
'platform/network/FormData.h',
'platform/network/FormDataBuilder.cpp',
@@ -2996,6 +3040,7 @@
'platform/network/ResourceRequestBase.h',
'platform/network/ResourceResponseBase.cpp',
'platform/network/ResourceResponseBase.h',
+ 'platform/network/ResourceRawHeaders.h',
'platform/network/SocketStreamErrorBase.cpp',
'platform/network/SocketStreamErrorBase.h',
'platform/network/SocketStreamHandleBase.cpp',
@@ -3101,9 +3146,6 @@
'platform/text/SegmentedString.cpp',
'platform/text/SegmentedString.h',
'platform/text/String.cpp',
- 'platform/text/StringBuffer.h',
- 'platform/text/StringBuilder.cpp',
- 'platform/text/StringBuilder.h',
'platform/text/StringHash.h',
'platform/text/StringImpl.h',
'platform/text/SuffixTree.h',
@@ -3154,7 +3196,7 @@
'platform/win/GDIObjectCounter.cpp',
'platform/win/GDIObjectCounter.h',
'platform/win/KeyEventWin.cpp',
- 'platform/win/Language.cpp',
+ 'platform/win/LanguageWin.cpp',
'platform/win/LoggingWin.cpp',
'platform/win/MIMETypeRegistryWin.cpp',
'platform/win/PasteboardWin.cpp',
@@ -3258,6 +3300,7 @@
'platform/KURLGoogle.cpp',
'platform/KURLGooglePrivate.h',
'platform/KURLHash.h',
+ 'platform/Language.cpp',
'platform/Language.h',
'platform/Length.cpp',
'platform/Length.h',
@@ -3434,10 +3477,43 @@
'rendering/style/StyleTransformData.h',
'rendering/style/StyleVisualData.cpp',
'rendering/style/StyleVisualData.h',
+ 'rendering/svg/RenderSVGInline.cpp',
+ 'rendering/svg/RenderSVGInline.h',
+ 'rendering/svg/RenderSVGInlineText.cpp',
+ 'rendering/svg/RenderSVGInlineText.h',
+ 'rendering/svg/RenderSVGPath.cpp',
+ 'rendering/svg/RenderSVGPath.h',
+ 'rendering/svg/RenderSVGTSpan.cpp',
+ 'rendering/svg/RenderSVGTSpan.h',
+ 'rendering/svg/RenderSVGText.cpp',
+ 'rendering/svg/RenderSVGText.h',
+ 'rendering/svg/RenderSVGTextPath.cpp',
+ 'rendering/svg/RenderSVGTextPath.h',
+ 'rendering/svg/SVGInlineFlowBox.cpp',
+ 'rendering/svg/SVGInlineFlowBox.h',
+ 'rendering/svg/SVGInlineTextBox.cpp',
+ 'rendering/svg/SVGInlineTextBox.h',
+ 'rendering/svg/SVGRootInlineBox.cpp',
+ 'rendering/svg/SVGRootInlineBox.h',
+ 'rendering/svg/SVGTextChunk.cpp',
+ 'rendering/svg/SVGTextChunk.h',
+ 'rendering/svg/SVGTextChunkBuilder.cpp',
+ 'rendering/svg/SVGTextChunkBuilder.h',
+ 'rendering/svg/SVGTextFragment.h',
'rendering/svg/SVGTextLayoutAttributes.cpp',
'rendering/svg/SVGTextLayoutAttributes.h',
- 'rendering/svg/SVGTextLayoutBuilder.cpp',
- 'rendering/svg/SVGTextLayoutBuilder.h',
+ 'rendering/svg/SVGTextLayoutAttributesBuilder.cpp',
+ 'rendering/svg/SVGTextLayoutAttributesBuilder.h',
+ 'rendering/svg/SVGTextLayoutEngine.cpp',
+ 'rendering/svg/SVGTextLayoutEngine.h',
+ 'rendering/svg/SVGTextLayoutEngineBaseline.cpp',
+ 'rendering/svg/SVGTextLayoutEngineBaseline.h',
+ 'rendering/svg/SVGTextLayoutEngineSpacing.cpp',
+ 'rendering/svg/SVGTextLayoutEngineSpacing.h',
+ 'rendering/svg/SVGTextMetrics.cpp',
+ 'rendering/svg/SVGTextMetrics.h',
+ 'rendering/svg/SVGTextQuery.cpp',
+ 'rendering/svg/SVGTextQuery.h',
'rendering/AutoTableLayout.cpp',
'rendering/AutoTableLayout.h',
'rendering/BidiRun.cpp',
@@ -3548,8 +3624,6 @@
'rendering/RenderObjectChildList.h',
'rendering/RenderPart.cpp',
'rendering/RenderPart.h',
- 'rendering/RenderPath.cpp',
- 'rendering/RenderPath.h',
'rendering/RenderProgress.cpp',
'rendering/RenderProgress.h',
'rendering/RenderReplaced.cpp',
@@ -3574,10 +3648,6 @@
'rendering/RenderSVGHiddenContainer.h',
'rendering/RenderSVGImage.cpp',
'rendering/RenderSVGImage.h',
- 'rendering/RenderSVGInline.cpp',
- 'rendering/RenderSVGInline.h',
- 'rendering/RenderSVGInlineText.cpp',
- 'rendering/RenderSVGInlineText.h',
'rendering/RenderSVGModelObject.cpp',
'rendering/RenderSVGModelObject.h',
'rendering/RenderSVGResource.cpp',
@@ -3608,12 +3678,6 @@
'rendering/RenderSVGRoot.h',
'rendering/RenderSVGShadowTreeRootContainer.cpp',
'rendering/RenderSVGShadowTreeRootContainer.h',
- 'rendering/RenderSVGTSpan.cpp',
- 'rendering/RenderSVGTSpan.h',
- 'rendering/RenderSVGText.cpp',
- 'rendering/RenderSVGText.h',
- 'rendering/RenderSVGTextPath.cpp',
- 'rendering/RenderSVGTextPath.h',
'rendering/RenderSVGTransformableContainer.cpp',
'rendering/RenderSVGTransformableContainer.h',
'rendering/RenderSVGViewportContainer.cpp',
@@ -3679,16 +3743,8 @@
'rendering/ScrollBehavior.h',
'rendering/ShadowElement.cpp',
'rendering/ShadowElement.h',
- 'rendering/SVGCharacterData.cpp',
- 'rendering/SVGCharacterData.h',
- 'rendering/SVGCharacterLayoutInfo.cpp',
- 'rendering/SVGCharacterLayoutInfo.h',
- 'rendering/SVGInlineFlowBox.cpp',
- 'rendering/SVGInlineFlowBox.h',
'rendering/SVGImageBufferTools.cpp',
'rendering/SVGImageBufferTools.h',
- 'rendering/SVGInlineTextBox.cpp',
- 'rendering/SVGInlineTextBox.h',
'rendering/SVGMarkerData.h',
'rendering/SVGMarkerLayoutInfo.cpp',
'rendering/SVGMarkerLayoutInfo.h',
@@ -3702,16 +3758,8 @@
'rendering/SVGResourcesCache.h',
'rendering/SVGResourcesCycleSolver.cpp',
'rendering/SVGResourcesCycleSolver.h',
- 'rendering/SVGRootInlineBox.cpp',
- 'rendering/SVGRootInlineBox.h',
'rendering/SVGShadowTreeElements.cpp',
'rendering/SVGShadowTreeElements.h',
- 'rendering/SVGTextChunkLayoutInfo.cpp',
- 'rendering/SVGTextChunkLayoutInfo.h',
- 'rendering/SVGTextLayoutUtilities.cpp',
- 'rendering/SVGTextLayoutUtilities.h',
- 'rendering/SVGTextQuery.cpp',
- 'rendering/SVGTextQuery.h',
'rendering/TableLayout.h',
'rendering/TextControlInnerElements.cpp',
'rendering/TextControlInnerElements.h',
@@ -3750,6 +3798,8 @@
'storage/IDBAny.cpp',
'storage/IDBAny.h',
'storage/IDBCallbacks.h',
+ 'storage/IDBCompleteEvent.cpp',
+ 'storage/IDBCompleteEvent.h',
'storage/IDBCursor.cpp',
'storage/IDBCursor.h',
'storage/IDBCursorBackendImpl.cpp',
@@ -3785,7 +3835,6 @@
'storage/IDBKeyPath.h',
'storage/IDBKeyRange.cpp',
'storage/IDBKeyRange.h',
- 'storage/IDBKeyTree.h',
'storage/IDBObjectStore.cpp',
'storage/IDBObjectStore.h',
'storage/IDBObjectStoreBackendImpl.cpp',
@@ -3797,6 +3846,8 @@
'storage/IDBRequest.h',
'storage/IDBSuccessEvent.cpp',
'storage/IDBSuccessEvent.h',
+ 'storage/IDBTimeoutEvent.cpp',
+ 'storage/IDBTimeoutEvent.h',
'storage/IDBTransaction.cpp',
'storage/IDBTransaction.h',
'storage/IDBTransactionBackendImpl.cpp',
@@ -3869,8 +3920,12 @@
'svg/graphics/filters/SVGFilterBuilder.h',
'svg/graphics/SVGImage.cpp',
'svg/graphics/SVGImage.h',
+ 'svg/properties/SVGAnimatedPropertySynchronizer.h',
'svg/ColorDistance.cpp',
'svg/ColorDistance.h',
+ 'svg/DeprecatedSVGAnimatedProperty.h',
+ 'svg/DeprecatedSVGAnimatedPropertyTraits.h',
+ 'svg/DeprecatedSVGAnimatedTemplate.h',
'svg/ElementTimeControl.h',
'svg/GradientAttributes.h',
'svg/LinearGradientAttributes.h',
@@ -3895,10 +3950,6 @@
'svg/SVGAnimatedPathData.h',
'svg/SVGAnimatedPoints.cpp',
'svg/SVGAnimatedPoints.h',
- 'svg/SVGAnimatedProperty.h',
- 'svg/SVGAnimatedPropertySynchronizer.h',
- 'svg/SVGAnimatedPropertyTraits.h',
- 'svg/SVGAnimatedTemplate.h',
'svg/SVGAnimationElement.cpp',
'svg/SVGAnimationElement.h',
'svg/SVGCircleElement.cpp',
@@ -4305,6 +4356,7 @@
'inspector/front-end/ConsoleView.js',
'inspector/front-end/ContextMenu.js',
'inspector/front-end/CookieItemsView.js',
+ 'inspector/front-end/CookieParser.js',
'inspector/front-end/CSSCompletions.js',
'inspector/front-end/CSSStyleModel.js',
'inspector/front-end/Database.js',
@@ -4353,6 +4405,7 @@
'inspector/front-end/RemoteObject.js',
'inspector/front-end/Resource.js',
'inspector/front-end/ResourceCategory.js',
+ 'inspector/front-end/ResourceManager.js',
'inspector/front-end/ResourcesPanel.js',
'inspector/front-end/ResourceView.js',
'inspector/front-end/ScopeChainSidebarPane.js',