summaryrefslogtreecommitdiffstats
path: root/WebCore/WebCore.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/WebCore.gypi')
-rw-r--r--WebCore/WebCore.gypi125
1 files changed, 95 insertions, 30 deletions
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index 528dc3c..8e6af6b 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -111,6 +111,7 @@
'fileapi/Metadata.idl',
'fileapi/MetadataCallback.idl',
'html/DOMFormData.idl',
+ 'html/DOMTokenList.idl',
'html/DataGridColumn.idl',
'html/DataGridColumnList.idl',
'html/HTMLAllCollection.idl',
@@ -766,6 +767,7 @@
'bindings/v8/custom/V8DocumentLocationCustom.cpp',
'bindings/v8/custom/V8DOMFormDataCustom.cpp',
'bindings/v8/custom/V8DOMStringMapCustom.cpp',
+ 'bindings/v8/custom/V8DOMTokenListCustom.cpp',
'bindings/v8/custom/V8DOMWindowCustom.cpp',
'bindings/v8/custom/V8DocumentCustom.cpp',
'bindings/v8/custom/V8ElementCustom.cpp',
@@ -1333,6 +1335,7 @@
'dom/XMLDocumentParserQt.cpp',
'editing/android/EditorAndroid.cpp',
'editing/chromium/EditorChromium.cpp',
+ 'editing/chromium/SelectionControllerChromium.cpp',
'editing/mac/EditorMac.mm',
'editing/mac/SelectionControllerMac.mm',
'editing/qt/EditorQt.cpp',
@@ -1438,6 +1441,7 @@
'editing/visible_units.cpp',
'editing/visible_units.h',
'fileapi/AsyncFileWriter.h',
+ 'fileapi/AsyncFileWriterClient.h',
'fileapi/Blob.cpp',
'fileapi/Blob.h',
'fileapi/BlobBuilder.cpp',
@@ -1483,7 +1487,6 @@
'fileapi/FileWriter.cpp',
'fileapi/FileWriter.h',
'fileapi/FileWriterCallback.h',
- 'fileapi/FileWriterClient.h',
'fileapi/Flags.h',
'fileapi/LocalFileSystem.h',
'fileapi/Metadata.h',
@@ -1509,21 +1512,41 @@
'history/PageCache.h',
'html/AsyncImageResizer.cpp',
'html/AsyncImageResizer.h',
+ 'html/BaseTextInputType.cpp',
+ 'html/BaseTextInputType.h',
+ 'html/ButtonInputType.cpp',
+ 'html/ButtonInputType.h',
+ 'html/CheckboxInputType.cpp',
+ 'html/CheckboxInputType.h',
'html/CollectionCache.cpp',
'html/CollectionCache.h',
'html/CollectionType.h',
+ 'html/ColorInputType.cpp',
+ 'html/ColorInputType.h',
'html/DOMDataGridDataSource.cpp',
'html/DOMDataGridDataSource.h',
'html/DOMFormData.cpp',
'html/DOMFormData.h',
+ 'html/DOMTokenList.cpp',
+ 'html/DOMTokenList.h',
'html/DataGridColumn.cpp',
'html/DataGridColumn.h',
'html/DataGridColumnList.cpp',
'html/DataGridColumnList.h',
'html/DateComponents.cpp',
'html/DateComponents.h',
+ 'html/DateInputType.cpp',
+ 'html/DateInputType.h',
+ 'html/DateTimeInputType.cpp',
+ 'html/DateTimeInputType.h',
+ 'html/DateTimeLocalInputType.cpp',
+ 'html/DateTimeLocalInputType.h',
+ 'html/EmailInputType.cpp',
+ 'html/EmailInputType.h',
'html/FTPDirectoryDocument.cpp',
'html/FTPDirectoryDocument.h',
+ 'html/FileInputType.cpp',
+ 'html/FileInputType.h',
'html/FormDataList.cpp',
'html/FormDataList.h',
'html/HTMLAllCollection.cpp',
@@ -1696,29 +1719,65 @@
'html/HTMLVideoElement.h',
'html/HTMLViewSourceDocument.cpp',
'html/HTMLViewSourceDocument.h',
+ 'html/HiddenInputType.cpp',
+ 'html/HiddenInputType.h',
'html/ImageData.cpp',
'html/ImageData.h',
'html/ImageDocument.cpp',
'html/ImageDocument.h',
+ 'html/ImageInputType.cpp',
+ 'html/ImageInputType.h',
'html/ImageResizerThread.cpp',
'html/ImageResizerThread.h',
+ 'html/InputType.cpp',
+ 'html/InputType.h',
+ 'html/IsIndexInputType.cpp',
+ 'html/IsIndexInputType.h',
'html/LabelsNodeList.cpp',
'html/LabelsNodeList.h',
'html/MediaDocument.cpp',
'html/MediaDocument.h',
'html/MediaError.h',
+ 'html/MonthInputType.cpp',
+ 'html/MonthInputType.h',
+ 'html/NumberInputType.cpp',
+ 'html/NumberInputType.h',
+ 'html/PasswordInputType.cpp',
+ 'html/PasswordInputType.h',
'html/PluginDocument.cpp',
'html/PluginDocument.h',
+ 'html/RadioInputType.cpp',
+ 'html/RadioInputType.h',
+ 'html/RangeInputType.cpp',
+ 'html/RangeInputType.h',
+ 'html/ResetInputType.cpp',
+ 'html/ResetInputType.h',
+ 'html/SearchInputType.cpp',
+ 'html/SearchInputType.h',
'html/StepRange.cpp',
'html/StepRange.h',
+ 'html/SubmitInputType.cpp',
+ 'html/SubmitInputType.h',
+ 'html/TelephoneInputType.cpp',
+ 'html/TelephoneInputType.h',
'html/TextDocument.cpp',
'html/TextDocument.h',
+ 'html/TextFieldInputType.cpp',
+ 'html/TextFieldInputType.h',
+ 'html/TextInputType.cpp',
+ 'html/TextInputType.h',
'html/TextMetrics.h',
+ 'html/TimeInputType.cpp',
+ 'html/TimeInputType.h',
'html/TimeRanges.cpp',
'html/TimeRanges.h',
+ 'html/URLInputType.cpp',
+ 'html/URLInputType.h',
'html/ValidityState.cpp',
'html/ValidityState.h',
'html/VoidCallback.h',
+ 'html/WeekInputType.cpp',
+ 'html/WeekInputType.h',
'html/canvas/ArrayBuffer.cpp',
'html/canvas/ArrayBuffer.h',
'html/canvas/ArrayBufferView.cpp',
@@ -2220,7 +2279,6 @@
'platform/chromium/FramelessScrollViewClient.h',
'platform/chromium/GeolocationServiceChromium.cpp',
'platform/chromium/GeolocationServiceChromium.h',
- 'platform/chromium/GLES2Context.h',
'platform/chromium/KeyCodeConversion.h',
'platform/chromium/KeyCodeConversionGtk.cpp',
'platform/chromium/Language.cpp',
@@ -2345,6 +2403,8 @@
'platform/graphics/chromium/UniscribeHelper.h',
'platform/graphics/chromium/UniscribeHelperTextRun.cpp',
'platform/graphics/chromium/UniscribeHelperTextRun.h',
+ 'platform/graphics/chromium/VideoFrameChromium.cpp',
+ 'platform/graphics/chromium/VideoFrameChromium.h',
'platform/graphics/chromium/VideoLayerChromium.cpp',
'platform/graphics/chromium/VideoLayerChromium.h',
'platform/graphics/chromium/VDMXParser.cpp',
@@ -2353,6 +2413,7 @@
'platform/graphics/chromium/WebGLLayerChromium.h',
'platform/graphics/cocoa/FontPlatformData.h',
'platform/graphics/cocoa/FontPlatformDataCocoa.mm',
+ 'platform/graphics/filters/DistantLightSource.h',
'platform/graphics/filters/FEBlend.cpp',
'platform/graphics/filters/FEBlend.h',
'platform/graphics/filters/FEColorMatrix.cpp',
@@ -2361,8 +2422,34 @@
'platform/graphics/filters/FEComponentTransfer.h',
'platform/graphics/filters/FEComposite.cpp',
'platform/graphics/filters/FEComposite.h',
+ 'platform/graphics/filters/FEConvolveMatrix.cpp',
+ 'platform/graphics/filters/FEConvolveMatrix.h',
+ 'platform/graphics/filters/FEDiffuseLighting.cpp',
+ 'platform/graphics/filters/FEDiffuseLighting.h',
+ 'platform/graphics/filters/FEDisplacementMap.cpp',
+ 'platform/graphics/filters/FEDisplacementMap.h',
+ 'platform/graphics/filters/FEFlood.cpp',
+ 'platform/graphics/filters/FEFlood.h',
'platform/graphics/filters/FEGaussianBlur.cpp',
'platform/graphics/filters/FEGaussianBlur.h',
+ 'platform/graphics/filters/FELighting.cpp',
+ 'platform/graphics/filters/FELighting.h',
+ 'platform/graphics/filters/FEMerge.cpp',
+ 'platform/graphics/filters/FEMerge.h',
+ 'platform/graphics/filters/FEMorphology.cpp',
+ 'platform/graphics/filters/FEMorphology.h',
+ 'platform/graphics/filters/FEOffset.cpp',
+ 'platform/graphics/filters/FEOffset.h',
+ 'platform/graphics/filters/FESpecularLighting.cpp',
+ 'platform/graphics/filters/FESpecularLighting.h',
+ 'platform/graphics/filters/FETile.cpp',
+ 'platform/graphics/filters/FETile.h',
+ 'platform/graphics/filters/FETurbulence.cpp',
+ 'platform/graphics/filters/FETurbulence.h',
+ 'platform/graphics/filters/LightSource.cpp',
+ 'platform/graphics/filters/LightSource.h',
+ 'platform/graphics/filters/PointLightSource.h',
+ 'platform/graphics/filters/SpotLightSource.h',
'platform/graphics/filters/Filter.h',
'platform/graphics/filters/FilterEffect.cpp',
'platform/graphics/filters/FilterEffect.h',
@@ -3772,39 +3859,12 @@
'svg/animation/SMILTimeContainer.h',
'svg/animation/SVGSMILElement.cpp',
'svg/animation/SVGSMILElement.h',
- 'svg/graphics/filters/SVGDistantLightSource.h',
- 'svg/graphics/filters/SVGFEConvolveMatrix.cpp',
- 'svg/graphics/filters/SVGFEConvolveMatrix.h',
- 'svg/graphics/filters/SVGFEDiffuseLighting.cpp',
- 'svg/graphics/filters/SVGFEDiffuseLighting.h',
- 'svg/graphics/filters/SVGFEDisplacementMap.cpp',
- 'svg/graphics/filters/SVGFEDisplacementMap.h',
- 'svg/graphics/filters/SVGFEFlood.cpp',
- 'svg/graphics/filters/SVGFEFlood.h',
'svg/graphics/filters/SVGFEImage.cpp',
'svg/graphics/filters/SVGFEImage.h',
- 'svg/graphics/filters/SVGFELighting.cpp',
- 'svg/graphics/filters/SVGFELighting.h',
- 'svg/graphics/filters/SVGFEMerge.cpp',
- 'svg/graphics/filters/SVGFEMerge.h',
- 'svg/graphics/filters/SVGFEMorphology.cpp',
- 'svg/graphics/filters/SVGFEMorphology.h',
- 'svg/graphics/filters/SVGFEOffset.cpp',
- 'svg/graphics/filters/SVGFEOffset.h',
- 'svg/graphics/filters/SVGFESpecularLighting.cpp',
- 'svg/graphics/filters/SVGFESpecularLighting.h',
- 'svg/graphics/filters/SVGFETile.cpp',
- 'svg/graphics/filters/SVGFETile.h',
- 'svg/graphics/filters/SVGFETurbulence.cpp',
- 'svg/graphics/filters/SVGFETurbulence.h',
'svg/graphics/filters/SVGFilter.cpp',
'svg/graphics/filters/SVGFilter.h',
'svg/graphics/filters/SVGFilterBuilder.cpp',
'svg/graphics/filters/SVGFilterBuilder.h',
- 'svg/graphics/filters/SVGLightSource.cpp',
- 'svg/graphics/filters/SVGLightSource.h',
- 'svg/graphics/filters/SVGPointLightSource.h',
- 'svg/graphics/filters/SVGSpotLightSource.h',
'svg/graphics/SVGImage.cpp',
'svg/graphics/SVGImage.h',
'svg/ColorDistance.cpp',
@@ -4224,7 +4284,6 @@
'webinspector_files': [
'inspector/front-end/inspector.html',
- 'inspector/front-end/AbstractTimelinePanel.js',
'inspector/front-end/ApplicationCacheItemsView.js',
'inspector/front-end/AuditCategories.js',
'inspector/front-end/AuditFormatters.js',
@@ -4265,6 +4324,7 @@
'inspector/front-end/ExtensionRegistryStub.js',
'inspector/front-end/ExtensionServer.js',
'inspector/front-end/FontView.js',
+ 'inspector/front-end/GoToLineDialog.js',
'inspector/front-end/HAREntry.js',
'inspector/front-end/HeapSnapshotView.js',
'inspector/front-end/HelpScreen.js',
@@ -4276,6 +4336,7 @@
'inspector/front-end/inspector.js',
'inspector/front-end/KeyboardShortcut.js',
'inspector/front-end/MetricsSidebarPane.js',
+ 'inspector/front-end/NetworkPanel.js',
'inspector/front-end/Object.js',
'inspector/front-end/ObjectPropertiesSection.js',
'inspector/front-end/Panel.js',
@@ -4329,10 +4390,12 @@
'inspector/front-end/WelcomeView.js',
'inspector/front-end/WorkersSidebarPane.js',
'inspector/front-end/audits.css',
+ 'inspector/front-end/goToLineDialog.css',
'inspector/front-end/heapProfiler.css',
'inspector/front-end/helpScreen.css',
'inspector/front-end/inspector.css',
'inspector/front-end/inspectorSyntaxHighlight.css',
+ 'inspector/front-end/networkPanel.css',
'inspector/front-end/popover.css',
'inspector/front-end/textViewer.css',
],
@@ -4389,7 +4452,9 @@
'inspector/front-end/Images/grayConnectorPoint.png',
'inspector/front-end/Images/largerResourcesButtonGlyph.png',
'inspector/front-end/Images/localStorage.png',
+ 'inspector/front-end/Images/networkIcon.png',
'inspector/front-end/Images/nodeSearchButtonGlyph.png',
+ 'inspector/front-end/Images/paneAddButtons.png',
'inspector/front-end/Images/paneBottomGrow.png',
'inspector/front-end/Images/paneBottomGrowActive.png',
'inspector/front-end/Images/paneGrowHandleLine.png',