X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fcore.gypi;h=afba819fbf29b6a95ce0a130ec98f7c280a383ae;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=c7d0d43cfd47e84d42cefa888ff416714950a616;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/core.gypi b/src/third_party/WebKit/Source/core/core.gypi index c7d0d43..afba819 100644 --- a/src/third_party/WebKit/Source/core/core.gypi +++ b/src/third_party/WebKit/Source/core/core.gypi @@ -40,6 +40,7 @@ 'css/FontFaceSetLoadEvent.idl', 'css/MediaList.idl', 'css/MediaQueryList.idl', + 'css/MediaQueryListEvent.idl', 'css/RGBColor.idl', 'css/Rect.idl', 'css/StyleMedia.idl', @@ -72,6 +73,7 @@ 'dom/DocumentFragment.idl', 'dom/DocumentType.idl', 'dom/Element.idl', + 'dom/Iterator.idl', 'dom/MessageChannel.idl', 'dom/MessagePort.idl', 'dom/MutationObserver.idl', @@ -81,7 +83,6 @@ 'dom/NodeFilter.idl', 'dom/NodeIterator.idl', 'dom/NodeList.idl', - 'dom/Notation.idl', 'dom/ProcessingInstruction.idl', 'dom/Range.idl', 'dom/RequestAnimationFrameCallback.idl', @@ -136,7 +137,6 @@ 'frame/Location.idl', 'frame/Navigator.idl', 'frame/Screen.idl', - 'frame/WebKitPoint.idl', 'frame/Window.idl', 'html/FormData.idl', 'html/HTMLAllCollection.idl', @@ -267,6 +267,7 @@ 'html/canvas/WebGLUniformLocation.idl', 'html/canvas/WebGLVertexArrayObjectOES.idl', 'html/ime/InputMethodContext.idl', + 'html/shadow/PluginPlaceholderElement.idl', 'html/track/AudioTrack.idl', 'html/track/AudioTrackList.idl', 'html/track/TextTrack.idl', @@ -494,11 +495,13 @@ 'svg/SVGURIReference.idl', 'svg/SVGZoomAndPan.idl', 'workers/AbstractWorker.idl', + 'xml/DocumentXMLTreeViewer.idl', 'xml/DocumentXPathEvaluator.idl', ], # interfaces that inherit from Event, including Event itself 'core_event_idl_files': [ 'css/FontFaceSetLoadEvent.idl', + 'css/MediaQueryListEvent.idl', 'events/AnimationPlayerEvent.idl', 'events/ApplicationCacheErrorEvent.idl', 'events/AutocompleteErrorEvent.idl', @@ -641,7 +644,8 @@ 'animation/AnimationClock.cpp', 'animation/AnimationClock.h', 'animation/AnimationEffect.h', - 'animation/AnimationHelpers.h', + 'animation/AnimationInputHelpers.h', + 'animation/AnimationInputHelpers.cpp', 'animation/AnimationPlayer.cpp', 'animation/AnimationPlayer.h', 'animation/AnimationNode.cpp', @@ -863,6 +867,7 @@ 'css/MediaQueryExp.h', 'css/MediaQueryList.cpp', 'css/MediaQueryList.h', + 'css/MediaQueryListEvent.h', 'css/MediaQueryListListener.cpp', 'css/MediaQueryListListener.h', 'css/MediaQueryMatcher.cpp', @@ -887,8 +892,6 @@ 'css/RuleFeature.h', 'css/RuleSet.cpp', 'css/RuleSet.h', - 'css/RuntimeCSSEnabled.cpp', - 'css/RuntimeCSSEnabled.h', 'css/SVGCSSComputedStyleDeclaration.cpp', 'css/SelectorChecker.cpp', 'css/SelectorChecker.h', @@ -922,6 +925,8 @@ 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', 'css/invalidation/StyleSheetInvalidationAnalysis.h', 'css/parser/BisonCSSParser.h', + 'css/parser/CSSParser.cpp', + 'css/parser/CSSParser.h', 'css/parser/CSSParserMode.cpp', 'css/parser/CSSParserMode.h', 'css/parser/CSSParserValues.cpp', @@ -1177,6 +1182,8 @@ 'frame/FrameHost.h', 'frame/FrameOwner.h', 'frame/FrameView.cpp', + 'frame/FrameView.h', + 'frame/FrameViewAutoSizeInfo.cpp', 'frame/History.cpp', 'frame/History.h', 'frame/ImageBitmap.cpp', @@ -1209,10 +1216,11 @@ 'frame/SettingsDelegate.h', 'frame/SmartClip.cpp', 'frame/SmartClip.h', + 'frame/SubresourceIntegrity.cpp', + 'frame/SubresourceIntegrity.h', 'frame/SuspendableTimer.cpp', 'frame/SuspendableTimer.h', 'frame/UseCounter.cpp', - 'frame/WebKitPoint.h', 'frame/csp/CSPDirectiveList.cpp', 'frame/csp/CSPSource.cpp', 'frame/csp/CSPSourceList.cpp', @@ -1227,8 +1235,8 @@ 'inspector/ConsoleAPITypes.h', 'inspector/ConsoleMessage.h', 'inspector/ConsoleMessage.cpp', - 'inspector/InspectorConsoleMessage.cpp', - 'inspector/InspectorConsoleMessage.h', + 'inspector/ConsoleMessageStorage.cpp', + 'inspector/ConsoleMessageStorage.h', 'inspector/ContentSearchUtils.cpp', 'inspector/ContentSearchUtils.h', 'inspector/DOMEditor.cpp', @@ -1332,6 +1340,8 @@ 'inspector/PageDebuggerAgent.h', 'inspector/PageRuntimeAgent.cpp', 'inspector/PageRuntimeAgent.h', + 'inspector/PromiseTracker.cpp', + 'inspector/PromiseTracker.h', 'inspector/ScriptArguments.cpp', 'inspector/ScriptArguments.h', 'inspector/ScriptAsyncCallStack.cpp', @@ -1425,6 +1435,8 @@ 'page/ContextMenuProvider.h', 'page/CreateWindow.cpp', 'page/CreateWindow.h', + 'page/CustomContextMenuProvider.cpp', + 'page/CustomContextMenuProvider.h', 'page/DOMWindowPagePopup.cpp', 'page/DOMWindowPagePopup.h', 'page/DragController.cpp', @@ -1473,6 +1485,56 @@ 'page/scrolling/ScrollingConstraints.h', 'page/scrolling/ScrollingCoordinator.cpp', 'page/scrolling/ScrollingCoordinator.h', + 'paint/BlockPainter.cpp', + 'paint/BlockPainter.h', + 'paint/BlockFlowPainter.cpp', + 'paint/BlockFlowPainter.h', + 'paint/BoxDecorationData.h', + 'paint/BoxDecorationData.cpp', + 'paint/BoxPainter.cpp', + 'paint/BoxPainter.h', + 'paint/BackgroundImageGeometry.cpp', + 'paint/BackgroundImageGeometry.h', + 'paint/GridPainter.cpp', + 'paint/GridPainter.h', + 'paint/DetailsMarkerPainter.cpp', + 'paint/DetailsMarkerPainter.h', + 'paint/HTMLCanvasPainter.cpp', + 'paint/HTMLCanvasPainter.h', + 'paint/ImagePainter.cpp', + 'paint/ImagePainter.h', + 'paint/InlineFlowBoxPainter.cpp', + 'paint/InlineFlowBoxPainter.h', + 'paint/InlinePainter.cpp', + 'paint/InlinePainter.h', + 'paint/LineBoxListPainter.cpp', + 'paint/LineBoxListPainter.h', + 'paint/ListMarkerPainter.cpp', + 'paint/ListMarkerPainter.h', + 'paint/ListItemPainter.cpp', + 'paint/ListItemPainter.h', + 'paint/ObjectPainter.cpp', + 'paint/ObjectPainter.h', + 'paint/MultiColumnSetPainter.cpp', + 'paint/MultiColumnSetPainter.h', + 'paint/ReplicaPainter.cpp', + 'paint/ReplicaPainter.h', + 'paint/SVGForeignObjectPainter.cpp', + 'paint/SVGForeignObjectPainter.h', + 'paint/SVGImagePainter.cpp', + 'paint/SVGImagePainter.h', + 'paint/SVGTextPainter.cpp', + 'paint/SVGTextPainter.h', + 'paint/TablePainter.cpp', + 'paint/TablePainter.h', + 'paint/TableRowPainter.cpp', + 'paint/TableRowPainter.h', + 'paint/TableSectionPainter.cpp', + 'paint/TableSectionPainter.h', + 'paint/VideoPainter.cpp', + 'paint/VideoPainter.h', + 'paint/ViewPainter.cpp', + 'paint/ViewPainter.h', 'plugins/DOMMimeType.cpp', 'plugins/DOMMimeType.h', 'plugins/DOMMimeTypeArray.cpp', @@ -1581,7 +1643,6 @@ 'rendering/RenderLayerFilterInfo.h', 'rendering/RenderLayerModelObject.cpp', 'rendering/RenderLayerReflectionInfo.cpp', - 'rendering/RenderLayerRepainter.cpp', 'rendering/RenderLayerScrollableArea.cpp', 'rendering/RenderLayerStackingNode.cpp', 'rendering/RenderLayerStackingNodeIterator.cpp', @@ -1695,6 +1756,8 @@ 'rendering/TableLayout.h', 'rendering/TextAutosizer.cpp', 'rendering/TextAutosizer.h', + 'rendering/TextPainter.cpp', + 'rendering/TextPainter.h', 'rendering/TextRunConstructor.cpp', 'rendering/TextRunConstructor.h', 'rendering/TrailingFloatsRootInlineBox.h', @@ -1741,6 +1804,8 @@ 'rendering/shapes/ShapeOutsideInfo.h', 'rendering/style/AppliedTextDecoration.cpp', 'rendering/style/BasicShapes.cpp', + 'rendering/style/BorderEdge.h', + 'rendering/style/BorderEdge.cpp', 'rendering/style/BorderImageLength.h', 'rendering/style/BorderImageLengthBox.h', 'rendering/style/CachedUAStyle.h', @@ -1836,6 +1901,8 @@ 'workers/WorkerGlobalScopeProxy.h', 'workers/WorkerGlobalScopeProxyProvider.cpp', 'workers/WorkerGlobalScopeProxyProvider.h', + 'workers/WorkerInspectorProxy.cpp', + 'workers/WorkerInspectorProxy.h', 'workers/WorkerLoaderProxy.h', 'workers/WorkerLocation.h', 'workers/WorkerMessagingProxy.cpp', @@ -1867,8 +1934,6 @@ 'xml/XMLHttpRequestUpload.h', 'xml/XMLSerializer.cpp', 'xml/XMLSerializer.h', - 'xml/XMLTreeViewer.cpp', - 'xml/XMLTreeViewer.h', 'xml/XPathEvaluator.cpp', 'xml/XPathEvaluator.h', 'xml/XPathExpression.cpp', @@ -2027,8 +2092,8 @@ 'dom/ExecutionContext.cpp', 'dom/ExecutionContext.h', 'dom/ExecutionContextTask.h', - 'dom/FullscreenElementStack.cpp', - 'dom/FullscreenElementStack.h', + 'dom/Fullscreen.cpp', + 'dom/Fullscreen.h', 'dom/GlobalEventHandlers.h', 'dom/IconURL.cpp', 'dom/IconURL.h', @@ -2039,6 +2104,7 @@ 'dom/IgnoreDestructiveWriteCountIncrementer.h', 'dom/IncrementLoadEventDelayCount.cpp', 'dom/IncrementLoadEventDelayCount.h', + 'dom/Iterator.h', 'dom/LiveNodeList.cpp', 'dom/LiveNodeList.h', 'dom/LiveNodeListBase.cpp', @@ -2067,7 +2133,6 @@ 'dom/NodeChildRemovalTracker.h', 'dom/NodeFilter.cpp', 'dom/NodeFilter.h', - 'dom/NodeFilterCondition.cpp', 'dom/NodeFilterCondition.h', 'dom/NodeIterator.cpp', 'dom/NodeIterator.h', @@ -2083,7 +2148,6 @@ 'dom/NodeTraversal.cpp', 'dom/NodeTraversal.h', 'dom/NodeWithIndex.h', - 'dom/Notation.h', 'dom/ParentNode.h', 'dom/PendingScript.cpp', 'dom/Position.cpp', @@ -2163,8 +2227,6 @@ 'dom/custom/CustomElement.h', 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp', 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h', - 'dom/custom/CustomElementCallbackDispatcher.cpp', - 'dom/custom/CustomElementCallbackDispatcher.h', 'dom/custom/CustomElementCallbackInvocation.cpp', 'dom/custom/CustomElementCallbackInvocation.h', 'dom/custom/CustomElementCallbackQueue.cpp', @@ -2189,6 +2251,8 @@ 'dom/custom/CustomElementMicrotaskStep.h', 'dom/custom/CustomElementObserver.cpp', 'dom/custom/CustomElementObserver.h', + 'dom/custom/CustomElementProcessingStack.cpp', + 'dom/custom/CustomElementProcessingStack.h', 'dom/custom/CustomElementProcessingStep.h', 'dom/custom/CustomElementRegistrationContext.cpp', 'dom/custom/CustomElementRegistrationContext.h', @@ -2646,10 +2710,18 @@ 'html/forms/ButtonInputType.h', 'html/forms/CheckboxInputType.cpp', 'html/forms/CheckboxInputType.h', + 'html/forms/ColorChooser.cpp', + 'html/forms/ColorChooser.h', + 'html/forms/ColorChooserClient.cpp', + 'html/forms/ColorChooserClient.h', 'html/forms/ColorInputType.cpp', 'html/forms/ColorInputType.h', 'html/forms/DateInputType.cpp', 'html/forms/DateInputType.h', + 'html/forms/DateTimeChooser.cpp', + 'html/forms/DateTimeChooser.h', + 'html/forms/DateTimeChooserClient.cpp', + 'html/forms/DateTimeChooserClient.h', 'html/forms/DateTimeFieldsState.cpp', 'html/forms/DateTimeFieldsState.h', 'html/forms/DateTimeLocalInputType.cpp', @@ -2807,6 +2879,8 @@ 'html/shadow/MeterShadowElement.h', 'html/shadow/PickerIndicatorElement.cpp', 'html/shadow/PickerIndicatorElement.h', + 'html/shadow/PluginPlaceholderElement.cpp', + 'html/shadow/PluginPlaceholderElement.h', 'html/shadow/ProgressShadowElement.cpp', 'html/shadow/ProgressShadowElement.h', 'html/shadow/ShadowElementNames.cpp', @@ -3322,7 +3396,33 @@ 'svg/properties/SVGAnimatedProperty.cpp', 'svg/properties/SVGPropertyTearOff.cpp', ], + 'core_dictionary_idl_files': [ + 'css/FontFaceDescriptors.idl', + 'dom/DOMPointInit.idl', + 'dom/MutationObserverInit.idl', + 'frame/ScrollOptions.idl', + 'html/canvas/HitRegionOptions.idl', + 'page/EventSourceInit.idl', + ], + 'generated_core_dictionary_files': [ + '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', + '<(blink_core_output_dir)/css/FontFaceDescriptors.h', + '<(blink_core_output_dir)/dom/DOMPointInit.cpp', + '<(blink_core_output_dir)/dom/DOMPointInit.h', + '<(blink_core_output_dir)/dom/MutationObserverInit.cpp', + '<(blink_core_output_dir)/dom/MutationObserverInit.h', + '<(blink_core_output_dir)/frame/ScrollOptions.cpp', + '<(blink_core_output_dir)/frame/ScrollOptions.h', + '<(blink_core_output_dir)/html/canvas/HitRegionOptions.cpp', + '<(blink_core_output_dir)/html/canvas/HitRegionOptions.h', + '<(blink_core_output_dir)/page/EventSourceInit.cpp', + '<(blink_core_output_dir)/page/EventSourceInit.h', + ], + 'core_testing_dictionary_idl_files': [ + 'testing/InternalDictionary.idl', + ], 'webcore_testing_idl_files': [ + 'testing/DictionaryTest.idl', 'testing/GarbageCollectedScriptWrappable.idl', 'testing/GCObservation.idl', 'testing/InternalProfilers.idl', @@ -3341,9 +3441,15 @@ '<(blink_core_output_dir)/InternalRuntimeFlags.idl', '<(blink_core_output_dir)/InternalSettingsGenerated.idl', ], + 'generated_core_testing_dictionary_files': [ + '<(blink_core_output_dir)/testing/InternalDictionary.cpp', + '<(blink_core_output_dir)/testing/InternalDictionary.h', + ], 'webcore_testing_files': [ '<(blink_core_output_dir)/InternalSettingsGenerated.cpp', '<(blink_core_output_dir)/InternalSettingsGenerated.h', + 'testing/DictionaryTest.cpp', + 'testing/DictionaryTest.h', 'testing/DummyPageHolder.cpp', 'testing/DummyPageHolder.h', 'testing/GarbageCollectedScriptWrappable.cpp', @@ -3369,6 +3475,8 @@ 'testing/RefCountedScriptWrappable.cpp', 'testing/RefCountedScriptWrappable.h', 'testing/TypeConversions.h', + 'testing/URLTestHelpers.cpp', + 'testing/URLTestHelpers.h', 'testing/v8/WebCoreTestSupport.cpp', 'testing/v8/WebCoreTestSupport.h', ], @@ -3383,7 +3491,7 @@ 'animation/animatable/AnimatableValueTestHelper.h', 'animation/animatable/AnimatableValueTestHelperTest.cpp', 'animation/AnimationClockTest.cpp', - 'animation/AnimationHelpersTest.cpp', + 'animation/AnimationInputHelpersTest.cpp', 'animation/AnimationPlayerTest.cpp', 'animation/AnimationNodeTest.cpp', 'animation/AnimationStackTest.cpp', @@ -3394,7 +3502,6 @@ 'animation/AnimationTranslationUtilTest.cpp', 'animation/CompositorAnimationsTest.cpp', 'animation/CompositorAnimationsTestHelper.h', - 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', 'animation/EffectInputTest.cpp', 'animation/InterpolableValueTest.cpp', 'animation/InterpolationEffectTest.cpp', @@ -3445,9 +3552,11 @@ 'fetch/RawResourceTest.cpp', 'fetch/ResourceFetcherTest.cpp', 'frame/ImageBitmapTest.cpp', + 'frame/SubresourceIntegrityTest.cpp', 'html/HTMLDimensionTest.cpp', 'html/HTMLFormControlElementTest.cpp', 'html/HTMLLinkElementSizesAttributeTest.cpp', + 'html/HTMLSelectElementTest.cpp', 'html/HTMLTextFormControlElementTest.cpp', 'html/LinkRelAttributeTest.cpp', 'html/TimeRangesTest.cpp', @@ -3457,7 +3566,9 @@ 'html/track/vtt/VTTScannerTest.cpp', 'loader/MixedContentCheckerTest.cpp', 'page/NetworkStateNotifierTest.cpp', + 'page/PrintContextTest.cpp', 'rendering/RenderOverflowTest.cpp', + 'rendering/RenderPartTest.cpp', 'rendering/RenderTableCellTest.cpp', 'rendering/RenderTableRowTest.cpp', 'rendering/shapes/BoxShapeTest.cpp',