summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/core.gypi
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-03-18 13:16:26 +0100
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-03-20 15:55:39 +0100
commit3f0f86b0caed75241fa71c95a5d73bc0164348c5 (patch)
tree92b9fb00f2e9e90b0be2262093876d4f43b6cd13 /chromium/third_party/WebKit/Source/core/core.gypi
parente90d7c4b152c56919d963987e2503f9909a666d2 (diff)
downloadqtwebengine-chromium-3f0f86b0caed75241fa71c95a5d73bc0164348c5.tar.gz
Update to new stable branch 1750
This also includes an updated ninja and chromium dependencies needed on Windows. Change-Id: Icd597d80ed3fa4425933c9f1334c3c2e31291c42 Reviewed-by: Zoltan Arvai <zarvai@inf.u-szeged.hu> Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/core.gypi')
-rw-r--r--chromium/third_party/WebKit/Source/core/core.gypi1794
1 files changed, 577 insertions, 1217 deletions
diff --git a/chromium/third_party/WebKit/Source/core/core.gypi b/chromium/third_party/WebKit/Source/core/core.gypi
index 3cd07aaf092..03c64b57f96 100644
--- a/chromium/third_party/WebKit/Source/core/core.gypi
+++ b/chromium/third_party/WebKit/Source/core/core.gypi
@@ -1,11 +1,11 @@
{
'variables': {
'core_idl_files': [
+ 'animation/ElementAnimation.idl',
'css/CSS.idl',
'css/CSSCharsetRule.idl',
'css/CSSFontFaceLoadEvent.idl',
'css/CSSFontFaceRule.idl',
- 'css/CSSHostRule.idl',
'css/CSSImportRule.idl',
'css/CSSKeyframeRule.idl',
'css/CSSKeyframesRule.idl',
@@ -23,11 +23,13 @@
# 'css/CSSUnknownRule.idl',
'css/CSSValue.idl',
'css/CSSValueList.idl',
- 'css/CSSViewportRule.idl',
'css/CSSVariablesMap.idl',
+ 'css/CSSVariablesMapForEachCallback.idl',
+ 'css/CSSViewportRule.idl',
'css/Counter.idl',
- 'css/FontFaceSet.idl',
+ 'css/DocumentFontFaceSet.idl',
'css/FontFace.idl',
+ 'css/FontFaceSet.idl',
'css/MediaList.idl',
'css/MediaQueryList.idl',
'css/RGBColor.idl',
@@ -42,9 +44,6 @@
'css/WebKitCSSRegionRule.idl',
'css/WebKitCSSTransformValue.idl',
'dom/Attr.idl',
- 'dom/AutocompleteErrorEvent.idl',
- 'dom/BeforeLoadEvent.idl',
- 'dom/BeforeUnloadEvent.idl',
'dom/CDATASection.idl',
'dom/CharacterData.idl',
'dom/ChildNode.idl',
@@ -52,8 +51,6 @@
'dom/ClientRectList.idl',
'dom/Clipboard.idl',
'dom/Comment.idl',
- 'dom/CompositionEvent.idl',
- 'dom/CustomEvent.idl',
'dom/DOMError.idl',
'dom/DOMException.idl',
'dom/DOMImplementation.idl',
@@ -69,17 +66,9 @@
'dom/DocumentType.idl',
'dom/Element.idl',
'dom/Entity.idl',
- 'dom/ErrorEvent.idl',
- 'dom/Event.idl',
- 'dom/EventTarget.idl',
- 'dom/FocusEvent.idl',
- 'dom/HashChangeEvent.idl',
- 'dom/KeyboardEvent.idl',
+ 'dom/GlobalEventHandlers.idl',
'dom/MessageChannel.idl',
- 'dom/MessageEvent.idl',
'dom/MessagePort.idl',
- 'dom/MouseEvent.idl',
- 'dom/MutationEvent.idl',
'dom/MutationObserver.idl',
'dom/MutationRecord.idl',
'dom/NamedNodeMap.idl',
@@ -88,31 +77,49 @@
'dom/NodeIterator.idl',
'dom/NodeList.idl',
'dom/Notation.idl',
- 'dom/OverflowEvent.idl',
- 'dom/PageTransitionEvent.idl',
'dom/ParentNode.idl',
- 'dom/PopStateEvent.idl',
'dom/ProcessingInstruction.idl',
- 'dom/ProgressEvent.idl',
'dom/Promise.idl',
'dom/Range.idl',
'dom/RequestAnimationFrameCallback.idl',
- 'dom/ResourceProgressEvent.idl',
- 'dom/SecurityPolicyViolationEvent.idl',
'dom/StringCallback.idl',
'dom/Text.idl',
- 'dom/TextEvent.idl',
'dom/Touch.idl',
- 'dom/TouchEvent.idl',
'dom/TouchList.idl',
- 'dom/TransitionEvent.idl',
'dom/TreeWalker.idl',
- 'dom/UIEvent.idl',
- 'dom/WebKitAnimationEvent.idl',
+ 'dom/URL.idl',
+ 'dom/URLUtils.idl',
+ 'dom/URLUtilsReadOnly.idl',
'dom/WebKitNamedFlow.idl',
'dom/WebKitNamedFlowCollection.idl',
- 'dom/WheelEvent.idl',
'dom/shadow/ShadowRoot.idl',
+ 'events/AutocompleteErrorEvent.idl',
+ 'events/BeforeLoadEvent.idl',
+ 'events/BeforeUnloadEvent.idl',
+ 'events/CompositionEvent.idl',
+ 'events/CustomEvent.idl',
+ 'events/ErrorEvent.idl',
+ 'events/Event.idl',
+ 'events/EventTarget.idl',
+ 'events/FocusEvent.idl',
+ 'events/HashChangeEvent.idl',
+ 'events/KeyboardEvent.idl',
+ 'events/MessageEvent.idl',
+ 'events/MouseEvent.idl',
+ 'events/MutationEvent.idl',
+ 'events/NavigatorEvents.idl',
+ 'events/OverflowEvent.idl',
+ 'events/PageTransitionEvent.idl',
+ 'events/PopStateEvent.idl',
+ 'events/ProgressEvent.idl',
+ 'events/ResourceProgressEvent.idl',
+ 'events/SecurityPolicyViolationEvent.idl',
+ 'events/TextEvent.idl',
+ 'events/TouchEvent.idl',
+ 'events/TransitionEvent.idl',
+ 'events/UIEvent.idl',
+ 'events/WebKitAnimationEvent.idl',
+ 'events/WheelEvent.idl',
'fileapi/Blob.idl',
'fileapi/File.idl',
'fileapi/FileError.idl',
@@ -120,6 +127,22 @@
'fileapi/FileReader.idl',
'fileapi/FileReaderSync.idl',
'fileapi/Stream.idl',
+ 'frame/BarProp.idl',
+ 'frame/Console.idl',
+ 'frame/ConsoleBase.idl',
+ 'frame/History.idl',
+ 'frame/ImageBitmap.idl',
+ 'frame/Location.idl',
+ 'frame/Navigator.idl',
+ 'frame/NavigatorID.idl',
+ 'frame/NavigatorOnLine.idl',
+ 'frame/Screen.idl',
+ 'frame/SecurityPolicy.idl',
+ 'frame/WebKitPoint.idl',
+ 'frame/Window.idl',
+ 'frame/WindowBase64.idl',
+ 'frame/WindowEventHandlers.idl',
+ 'frame/WindowTimers.idl',
'html/FormData.idl',
'html/HTMLAllCollection.idl',
'html/HTMLAnchorElement.idl',
@@ -188,8 +211,8 @@
'html/HTMLTableElement.idl',
'html/HTMLTableRowElement.idl',
'html/HTMLTableSectionElement.idl',
- 'html/HTMLTextAreaElement.idl',
'html/HTMLTemplateElement.idl',
+ 'html/HTMLTextAreaElement.idl',
'html/HTMLTitleElement.idl',
'html/HTMLTrackElement.idl',
'html/HTMLUListElement.idl',
@@ -203,15 +226,14 @@
'html/RadioNodeList.idl',
'html/TextMetrics.idl',
'html/TimeRanges.idl',
- 'html/URL.idl',
'html/ValidityState.idl',
'html/VoidCallback.idl',
'html/canvas/ANGLEInstancedArrays.idl',
+ 'html/canvas/Canvas2DContextAttributes.idl',
'html/canvas/CanvasGradient.idl',
'html/canvas/CanvasPattern.idl',
'html/canvas/CanvasRenderingContext.idl',
'html/canvas/CanvasRenderingContext2D.idl',
- 'html/canvas/Canvas2DContextAttributes.idl',
'html/canvas/EXTFragDepth.idl',
'html/canvas/EXTTextureFilterAnisotropic.idl',
'html/canvas/OESElementIndexUint.idl',
@@ -252,58 +274,44 @@
'html/track/TextTrackCueList.idl',
'html/track/TextTrackList.idl',
'html/track/TrackEvent.idl',
- 'html/track/TextTrackRegion.idl',
- 'html/track/TextTrackRegionList.idl',
+ 'html/track/vtt/VTTCue.idl',
+ 'html/track/vtt/VTTRegion.idl',
+ 'html/track/vtt/VTTRegionList.idl',
'inspector/InjectedScriptHost.idl',
'inspector/InspectorFrontendHost.idl',
'inspector/InspectorOverlayHost.idl',
'inspector/JavaScriptCallFrame.idl',
'loader/appcache/ApplicationCache.idl',
- 'page/PerformanceNavigation.idl',
- 'page/BarProp.idl',
- 'page/ConsoleBase.idl',
- 'page/Console.idl',
'page/EventSource.idl',
- 'page/History.idl',
- 'page/ImageBitmap.idl',
- 'page/Location.idl',
- 'page/MemoryInfo.idl',
- 'page/Navigator.idl',
- 'page/NavigatorID.idl',
- 'page/NavigatorOnLine.idl',
'page/PagePopupController.idl',
- 'page/Performance.idl',
- 'page/PerformanceEntry.idl',
- 'page/PerformanceMark.idl',
- 'page/PerformanceMeasure.idl',
- 'page/PerformanceResourceTiming.idl',
- 'page/PerformanceTiming.idl',
- 'page/Screen.idl',
- 'page/SecurityPolicy.idl',
'page/Selection.idl',
- 'page/SpeechInputEvent.idl',
- 'page/SpeechInputResult.idl',
- 'page/SpeechInputResultList.idl',
- 'page/WebKitPoint.idl',
- 'page/Window.idl',
- 'page/WindowBase64.idl',
'page/WindowPagePopup.idl',
- 'page/WindowTimers.idl',
- 'page/WorkerNavigator.idl',
'plugins/MimeType.idl',
'plugins/MimeTypeArray.idl',
'plugins/Plugin.idl',
'plugins/PluginArray.idl',
+ 'speech/SpeechInputEvent.idl',
+ 'speech/SpeechInputResult.idl',
+ 'speech/SpeechInputResultList.idl',
'storage/Storage.idl',
'storage/StorageEvent.idl',
+ 'timing/MemoryInfo.idl',
+ 'timing/Performance.idl',
+ 'timing/PerformanceEntry.idl',
+ 'timing/PerformanceMark.idl',
+ 'timing/PerformanceMeasure.idl',
+ 'timing/PerformanceNavigation.idl',
+ 'timing/PerformanceResourceTiming.idl',
+ 'timing/PerformanceTiming.idl',
'workers/AbstractWorker.idl',
'workers/DedicatedWorkerGlobalScope.idl',
'workers/SharedWorker.idl',
'workers/SharedWorkerGlobalScope.idl',
'workers/Worker.idl',
- 'workers/WorkerGlobalScope.idl',
'workers/WorkerConsole.idl',
+ 'workers/WorkerGlobalScope.idl',
'workers/WorkerLocation.idl',
+ 'workers/WorkerNavigator.idl',
'xml/DOMParser.idl',
'xml/DocumentXPathEvaluator.idl',
'xml/XMLHttpRequest.idl',
@@ -391,6 +399,7 @@
'svg/SVGGElement.idl',
'svg/SVGGlyphElement.idl',
'svg/SVGGlyphRefElement.idl',
+ 'svg/SVGGeometryElement.idl',
'svg/SVGGradientElement.idl',
'svg/SVGGraphicsElement.idl',
'svg/SVGHKernElement.idl',
@@ -470,67 +479,94 @@
'Init.cpp',
'Init.h',
'accessibility/AXObjectCache.cpp',
- 'accessibility/AccessibilityARIAGrid.cpp',
- 'accessibility/AccessibilityARIAGrid.h',
- 'accessibility/AccessibilityARIAGridCell.cpp',
- 'accessibility/AccessibilityARIAGridCell.h',
- 'accessibility/AccessibilityARIAGridRow.cpp',
- 'accessibility/AccessibilityARIAGridRow.h',
- 'accessibility/AccessibilityImageMapLink.cpp',
- 'accessibility/AccessibilityImageMapLink.h',
- 'accessibility/AccessibilityList.cpp',
- 'accessibility/AccessibilityList.h',
- 'accessibility/AccessibilityListBox.cpp',
- 'accessibility/AccessibilityListBox.h',
- 'accessibility/AccessibilityListBoxOption.cpp',
- 'accessibility/AccessibilityListBoxOption.h',
- 'accessibility/AccessibilityMediaControls.cpp',
- 'accessibility/AccessibilityMediaControls.h',
- 'accessibility/AccessibilityMenuList.cpp',
- 'accessibility/AccessibilityMenuList.h',
- 'accessibility/AccessibilityMenuListOption.cpp',
- 'accessibility/AccessibilityMenuListOption.h',
- 'accessibility/AccessibilityMenuListPopup.cpp',
- 'accessibility/AccessibilityMenuListPopup.h',
- 'accessibility/AccessibilityMockObject.cpp',
- 'accessibility/AccessibilityMockObject.h',
- 'accessibility/AccessibilityNodeObject.cpp',
- 'accessibility/AccessibilityNodeObject.h',
- 'accessibility/AccessibilityObject.cpp',
- 'accessibility/AccessibilityProgressIndicator.cpp',
- 'accessibility/AccessibilityProgressIndicator.h',
- 'accessibility/AccessibilityRenderObject.cpp',
- 'accessibility/AccessibilityRenderObject.h',
- 'accessibility/AccessibilityScrollView.cpp',
- 'accessibility/AccessibilityScrollView.h',
- 'accessibility/AccessibilityScrollbar.cpp',
- 'accessibility/AccessibilityScrollbar.h',
- 'accessibility/AccessibilitySlider.cpp',
- 'accessibility/AccessibilitySlider.h',
- 'accessibility/AccessibilitySpinButton.cpp',
- 'accessibility/AccessibilitySpinButton.h',
- 'accessibility/AccessibilitySVGRoot.cpp',
- 'accessibility/AccessibilitySVGRoot.h',
- 'accessibility/AccessibilityTable.cpp',
- 'accessibility/AccessibilityTable.h',
- 'accessibility/AccessibilityTableCell.cpp',
- 'accessibility/AccessibilityTableCell.h',
- 'accessibility/AccessibilityTableColumn.cpp',
- 'accessibility/AccessibilityTableColumn.h',
- 'accessibility/AccessibilityTableHeaderContainer.cpp',
- 'accessibility/AccessibilityTableHeaderContainer.h',
- 'accessibility/AccessibilityTableRow.cpp',
- 'accessibility/AccessibilityTableRow.h',
+ 'accessibility/AXARIAGrid.cpp',
+ 'accessibility/AXARIAGrid.h',
+ 'accessibility/AXARIAGridCell.cpp',
+ 'accessibility/AXARIAGridCell.h',
+ 'accessibility/AXARIAGridRow.cpp',
+ 'accessibility/AXARIAGridRow.h',
+ 'accessibility/AXImageMapLink.cpp',
+ 'accessibility/AXImageMapLink.h',
+ 'accessibility/AXInlineTextBox.cpp',
+ 'accessibility/AXInlineTextBox.h',
+ 'accessibility/AXList.cpp',
+ 'accessibility/AXList.h',
+ 'accessibility/AXListBox.cpp',
+ 'accessibility/AXListBox.h',
+ 'accessibility/AXListBoxOption.cpp',
+ 'accessibility/AXListBoxOption.h',
+ 'accessibility/AXMediaControls.cpp',
+ 'accessibility/AXMediaControls.h',
+ 'accessibility/AXMenuList.cpp',
+ 'accessibility/AXMenuList.h',
+ 'accessibility/AXMenuListOption.cpp',
+ 'accessibility/AXMenuListOption.h',
+ 'accessibility/AXMenuListPopup.cpp',
+ 'accessibility/AXMenuListPopup.h',
+ 'accessibility/AXMockObject.cpp',
+ 'accessibility/AXMockObject.h',
+ 'accessibility/AXNodeObject.cpp',
+ 'accessibility/AXNodeObject.h',
+ 'accessibility/AXObject.cpp',
+ 'accessibility/AXProgressIndicator.cpp',
+ 'accessibility/AXProgressIndicator.h',
+ 'accessibility/AXRenderObject.cpp',
+ 'accessibility/AXRenderObject.h',
+ 'accessibility/AXScrollView.cpp',
+ 'accessibility/AXScrollView.h',
+ 'accessibility/AXScrollbar.cpp',
+ 'accessibility/AXScrollbar.h',
+ 'accessibility/AXSlider.cpp',
+ 'accessibility/AXSlider.h',
+ 'accessibility/AXSpinButton.cpp',
+ 'accessibility/AXSpinButton.h',
+ 'accessibility/AXSVGRoot.cpp',
+ 'accessibility/AXSVGRoot.h',
+ 'accessibility/AXTable.cpp',
+ 'accessibility/AXTable.h',
+ 'accessibility/AXTableCell.cpp',
+ 'accessibility/AXTableCell.h',
+ 'accessibility/AXTableColumn.cpp',
+ 'accessibility/AXTableColumn.h',
+ 'accessibility/AXTableHeaderContainer.cpp',
+ 'accessibility/AXTableHeaderContainer.h',
+ 'accessibility/AXTableRow.cpp',
+ 'accessibility/AXTableRow.h',
+ 'animation/ActiveAnimations.cpp',
'animation/ActiveAnimations.h',
- 'animation/AnimatableColor.h',
+ 'animation/AnimatableClipPathOperation.cpp',
+ 'animation/AnimatableClipPathOperation.h',
'animation/AnimatableColor.cpp',
+ 'animation/AnimatableColor.h',
+ 'animation/AnimatableDouble.cpp',
+ 'animation/AnimatableDouble.h',
+ 'animation/AnimatableFilterOperations.cpp',
+ 'animation/AnimatableFilterOperations.h',
'animation/AnimatableImage.cpp',
'animation/AnimatableImage.h',
+ 'animation/AnimatableLength.cpp',
+ 'animation/AnimatableLength.h',
'animation/AnimatableLengthBox.cpp',
'animation/AnimatableLengthBox.h',
+ 'animation/AnimatableLengthBoxAndBool.cpp',
+ 'animation/AnimatableLengthBoxAndBool.h',
+ 'animation/AnimatableLengthPoint.cpp',
+ 'animation/AnimatableLengthPoint.h',
+ 'animation/AnimatableLengthSize.cpp',
+ 'animation/AnimatableLengthSize.h',
'animation/AnimatableNeutral.h',
- 'animation/AnimatableNumber.cpp',
- 'animation/AnimatableNumber.h',
+ 'animation/AnimatableRepeatable.cpp',
+ 'animation/AnimatableRepeatable.h',
+ 'animation/AnimatableSVGLength.cpp',
+ 'animation/AnimatableSVGLength.h',
+ 'animation/AnimatableSVGPaint.cpp',
+ 'animation/AnimatableSVGPaint.h',
+ 'animation/AnimatableShadow.cpp',
+ 'animation/AnimatableShadow.h',
+ 'animation/AnimatableShapeValue.cpp',
+ 'animation/AnimatableShapeValue.h',
+ 'animation/AnimatableStrokeDasharrayList.cpp',
+ 'animation/AnimatableStrokeDasharrayList.h',
'animation/AnimatableTransform.cpp',
'animation/AnimatableTransform.h',
'animation/AnimatableUnknown.h',
@@ -538,10 +574,19 @@
'animation/AnimatableValue.h',
'animation/AnimatableVisibility.cpp',
'animation/AnimatableVisibility.h',
+ 'animation/ElementAnimation.cpp',
+ 'animation/ElementAnimation.h',
'animation/Animation.cpp',
'animation/Animation.h',
+ 'animation/AnimationClock.h',
'animation/AnimationEffect.h',
+ 'animation/AnimationStack.cpp',
'animation/AnimationStack.h',
+ 'animation/CompositorAnimations.cpp',
+ 'animation/CompositorAnimations.h',
+ 'animation/CompositorAnimationsImpl.h',
+ 'animation/DocumentAnimations.cpp',
+ 'animation/DocumentAnimations.h',
'animation/DocumentTimeline.cpp',
'animation/DocumentTimeline.h',
'animation/InertAnimation.cpp',
@@ -558,6 +603,10 @@
'animation/css/CSSAnimatableValueFactory.h',
'animation/css/CSSAnimations.cpp',
'animation/css/CSSAnimations.h',
+ 'animation/css/CSSPendingAnimations.cpp',
+ 'animation/css/CSSPendingAnimations.h',
+ 'animation/css/TransitionTimeline.cpp',
+ 'animation/css/TransitionTimeline.h',
'css/BasicShapeFunctions.cpp',
'css/CSSArrayFunctionValue.cpp',
'css/CSSArrayFunctionValue.h',
@@ -577,6 +626,7 @@
'css/CSSComputedStyleDeclaration.cpp',
'css/CSSCrossfadeValue.cpp',
'css/CSSCrossfadeValue.h',
+ 'css/CSSCustomFontData.h',
'css/CSSCursorImageValue.cpp',
'css/CSSDefaultStyleSheets.cpp',
'css/CSSDefaultStyleSheets.h',
@@ -594,18 +644,22 @@
'css/CSSFontFaceSource.h',
'css/CSSFontFaceSrcValue.cpp',
'css/CSSFontFaceSrcValue.h',
+ 'css/CSSFontFeatureValue.cpp',
+ 'css/CSSFontFeatureValue.h',
'css/CSSFontSelector.cpp',
'css/CSSFontSelector.h',
+ 'css/CSSFontValue.cpp',
+ 'css/CSSFontValue.h',
'css/CSSFunctionValue.cpp',
'css/CSSFunctionValue.h',
'css/CSSGradientValue.cpp',
'css/CSSGradientValue.h',
+ 'css/CSSGridLineNamesValue.cpp',
+ 'css/CSSGridLineNamesValue.h',
'css/CSSGridTemplateValue.cpp',
'css/CSSGridTemplateValue.h',
'css/CSSGroupingRule.cpp',
'css/CSSGroupingRule.h',
- 'css/CSSHostRule.cpp',
- 'css/CSSHostRule.h',
'css/CSSImageGeneratorValue.cpp',
'css/CSSImageSetValue.cpp',
'css/CSSImageValue.cpp',
@@ -619,6 +673,8 @@
'css/CSSKeyframeRule.h',
'css/CSSKeyframesRule.cpp',
'css/CSSKeyframesRule.h',
+ 'css/CSSLengthFunctions.cpp',
+ 'css/CSSLengthFunctions.h',
'css/CSSLineBoxContainValue.cpp',
'css/CSSMatrix.cpp',
'css/CSSMatrix.h',
@@ -631,6 +687,7 @@
'css/CSSPageRule.cpp',
'css/CSSPageRule.h',
'css/CSSParser.h',
+ 'css/CSSParserMode.cpp',
'css/CSSParserMode.h',
'css/CSSParserValues.cpp',
'css/CSSPrimitiveValue.cpp',
@@ -646,11 +703,15 @@
'css/CSSRuleList.h',
'css/CSSSegmentedFontFace.cpp',
'css/CSSSegmentedFontFace.h',
+ 'css/CSSSegmentedFontFaceCache.cpp',
+ 'css/CSSSegmentedFontFaceCache.h',
'css/CSSSelector.cpp',
'css/CSSSelectorList.cpp',
'css/CSSSelectorList.h',
'css/CSSShaderValue.cpp',
'css/CSSShaderValue.h',
+ 'css/CSSShadowValue.cpp',
+ 'css/CSSShadowValue.h',
'css/CSSStyleDeclaration.cpp',
'css/CSSStyleDeclaration.h',
'css/CSSStyleRule.cpp',
@@ -663,8 +724,9 @@
'css/CSSSVGDocumentValue.h',
'css/CSSTimingFunctionValue.cpp',
'css/CSSTimingFunctionValue.h',
- 'css/CSSToStyleMap.cpp',
- 'css/CSSToStyleMap.h',
+ 'css/CSSTokenizer.h',
+ 'css/CSSToLengthConversionData.cpp',
+ 'css/CSSToLengthConversionData.h',
'css/CSSTransformValue.cpp',
'css/CSSUnicodeRangeValue.cpp',
'css/CSSUnicodeRangeValue.h',
@@ -673,31 +735,29 @@
'css/CSSValueList.cpp',
'css/CSSValuePool.cpp',
'css/CSSValuePool.h',
+ 'css/CSSVariablesIterator.h',
'css/CSSVariablesMap.cpp',
'css/CSSVariablesMap.h',
+ 'css/CSSVariablesMapForEachCallback.h',
'css/CSSVariableValue.h',
'css/CSSViewportRule.h',
'css/CSSViewportRule.cpp',
'css/Counter.h',
'css/DOMWindowCSS.cpp',
'css/DOMWindowCSS.h',
- 'css/DocumentRuleSets.cpp',
- 'css/DocumentRuleSets.h',
+ 'css/DocumentFontFaceSet.h',
+ 'css/DocumentFontFaceSet.cpp',
'css/ElementRuleCollector.cpp',
'css/ElementRuleCollector.h',
'css/FontFaceSet.h',
'css/FontFaceSet.cpp',
'css/FontFace.cpp',
'css/FontFace.h',
- 'css/FontFeatureValue.cpp',
- 'css/FontFeatureValue.h',
'css/FontSize.cpp',
'css/FontSize.h',
- 'css/FontValue.cpp',
- 'css/FontValue.h',
+ 'css/HashTools.h',
'css/InspectorCSSOMWrappers.cpp',
'css/InspectorCSSOMWrappers.h',
- 'css/LengthFunctions.cpp',
'css/MediaFeatureNames.cpp',
'css/MediaFeatureNames.h',
'css/MediaList.cpp',
@@ -734,8 +794,6 @@
'css/SelectorCheckerFastPath.h',
'css/SelectorFilter.cpp',
'css/SelectorFilter.h',
- 'css/ShadowValue.cpp',
- 'css/ShadowValue.h',
'css/SiblingTraversalStrategies.h',
'css/StyleColor.h',
'css/StyleInvalidationAnalysis.cpp',
@@ -757,8 +815,12 @@
'css/StyleSheetContents.h',
'css/StyleSheetList.cpp',
'css/StyleSheetList.h',
+ 'css/TreeBoundaryCrossingRules.cpp',
+ 'css/TreeBoundaryCrossingRules.h',
'css/resolver/AnimatedStyleBuilder.cpp',
'css/resolver/AnimatedStyleBuilder.h',
+ 'css/resolver/CSSToStyleMap.cpp',
+ 'css/resolver/CSSToStyleMap.h',
'css/resolver/ElementResolveContext.cpp',
'css/resolver/ElementResolveContext.h',
'css/resolver/ElementStyleResources.cpp',
@@ -775,16 +837,22 @@
'css/resolver/MediaQueryResult.h',
'css/resolver/ScopedStyleResolver.cpp',
'css/resolver/ScopedStyleResolver.h',
+ 'css/resolver/ScopedStyleTree.cpp',
+ 'css/resolver/ScopedStyleTree.h',
'css/resolver/SharedStyleFinder.cpp',
'css/resolver/SharedStyleFinder.h',
'css/resolver/StyleAdjuster.cpp',
'css/resolver/StyleAdjuster.h',
+ 'css/resolver/StyleBuilderConverter.cpp',
+ 'css/resolver/StyleBuilderConverter.h',
'css/resolver/StyleBuilderCustom.cpp',
- 'css/resolver/StyleBuilderCustom.h',
'css/resolver/StyleResolver.cpp',
'css/resolver/StyleResolver.h',
+ 'css/resolver/StyleResolverIncludes.h',
'css/resolver/StyleResolverState.cpp',
'css/resolver/StyleResolverState.h',
+ 'css/resolver/StyleResolverStats.cpp',
+ 'css/resolver/StyleResolverStats.h',
'css/resolver/StyleResourceLoader.cpp',
'css/resolver/StyleResourceLoader.h',
'css/resolver/TransformBuilder.cpp',
@@ -811,6 +879,7 @@
'editing/EditingStyle.cpp',
'editing/Editor.cpp',
'editing/EditorCommand.cpp',
+ 'editing/EditorKeyBindings.cpp',
'editing/FormatBlockCommand.cpp',
'editing/FormatBlockCommand.h',
'editing/FrameSelection.cpp',
@@ -838,6 +907,8 @@
'editing/ModifySelectionListLevel.cpp',
'editing/ModifySelectionListLevel.h',
'editing/MoveSelectionCommand.cpp',
+ 'editing/PlainTextRange.h',
+ 'editing/PlainTextRange.cpp',
'editing/RemoveCSSPropertyCommand.cpp',
'editing/RemoveCSSPropertyCommand.h',
'editing/RemoveFormatCommand.cpp',
@@ -851,6 +922,7 @@
'editing/ReplaceNodeWithSpanCommand.cpp',
'editing/ReplaceNodeWithSpanCommand.h',
'editing/ReplaceSelectionCommand.cpp',
+ 'editing/SelectionType.h',
'editing/SetNodeAttributeCommand.cpp',
'editing/SetNodeAttributeCommand.h',
'editing/SetSelectionCommand.cpp',
@@ -858,6 +930,8 @@
'editing/SimplifyMarkupCommand.cpp',
'editing/SmartReplaceCF.cpp',
'editing/SmartReplaceICU.cpp',
+ 'editing/SpellChecker.cpp',
+ 'editing/SpellChecker.h',
'editing/SpellCheckRequester.cpp',
'editing/SpellCheckRequester.h',
'editing/SpellingCorrectionCommand.cpp',
@@ -876,6 +950,8 @@
'editing/TextInsertionBaseCommand.h',
'editing/TextIterator.cpp',
'editing/TypingCommand.cpp',
+ 'editing/UndoStack.cpp',
+ 'editing/UndoStack.h',
'editing/UndoStep.h',
'editing/UnlinkCommand.cpp',
'editing/UnlinkCommand.h',
@@ -884,7 +960,6 @@
'editing/VisibleUnits.cpp',
'editing/WrapContentsInDummySpanCommand.cpp',
'editing/WrapContentsInDummySpanCommand.h',
- 'editing/chromium/EditorChromium.cpp',
'editing/htmlediting.cpp',
'editing/markup.cpp',
'fetch/CachedMetadata.cpp',
@@ -916,6 +991,8 @@
'fetch/ResourceLoaderOptions.h',
'fetch/ResourceLoaderSet.cpp',
'fetch/ResourceLoaderSet.h',
+ 'fetch/ResourceLoadPriorityOptimizer.cpp',
+ 'fetch/ResourceLoadPriorityOptimizer.h',
'fetch/ResourcePtr.cpp',
'fetch/ResourcePtr.h',
'fetch/FetchInitiatorInfo.h',
@@ -925,8 +1002,6 @@
'fetch/ShaderResource.h',
'fetch/TextResourceDecoder.cpp',
'fetch/TextResourceDecoder.h',
- 'fetch/TextTrackResource.cpp',
- 'fetch/TextTrackResource.h',
'fetch/XSLStyleSheetResource.cpp',
'fetch/XSLStyleSheetResource.h',
'fetch/MemoryCache.cpp',
@@ -935,10 +1010,6 @@
'fileapi/Blob.h',
'fileapi/BlobBuilder.cpp',
'fileapi/BlobBuilder.h',
- 'fileapi/BlobRegistry.cpp',
- 'fileapi/BlobRegistry.h',
- 'fileapi/BlobURL.cpp',
- 'fileapi/BlobURL.h',
'fileapi/File.cpp',
'fileapi/File.h',
'fileapi/FileError.cpp',
@@ -954,9 +1025,9 @@
'fileapi/FileReaderSync.h',
'fileapi/Stream.cpp',
'fileapi/Stream.h',
- 'history/BackForwardClient.h',
- 'history/BackForwardController.cpp',
'history/HistoryItem.cpp',
+ 'inspector/AsyncCallStackTracker.cpp',
+ 'inspector/AsyncCallStackTracker.h',
'inspector/BindingVisitors.h',
'inspector/ConsoleAPITypes.h',
'inspector/ConsoleMessage.cpp',
@@ -1076,8 +1147,8 @@
'inspector/ScriptProfile.h',
'inspector/TimelineRecordFactory.cpp',
'inspector/TimelineRecordFactory.h',
- 'inspector/TimelineTraceEventProcessor.cpp',
- 'inspector/TimelineTraceEventProcessor.h',
+ 'inspector/TraceEventDispatcher.cpp',
+ 'inspector/TraceEventDispatcher.h',
'inspector/WorkerConsoleAgent.cpp',
'inspector/WorkerConsoleAgent.h',
'inspector/WorkerDebuggerAgent.cpp',
@@ -1104,8 +1175,6 @@
'loader/FrameLoader.cpp',
'loader/FrameLoaderStateMachine.cpp',
'loader/HistoryController.cpp',
- 'loader/IconController.cpp',
- 'loader/IconController.h',
'loader/ImageLoader.cpp',
'loader/ImageLoader.h',
'loader/LinkLoader.cpp',
@@ -1120,8 +1189,8 @@
'loader/NavigationScheduler.cpp',
'loader/PingLoader.cpp',
'loader/PingLoader.h',
- 'loader/Prerenderer.cpp',
- 'loader/Prerenderer.h',
+ 'loader/PrerenderHandle.cpp',
+ 'loader/PrerenderHandle.h',
'loader/PrerendererClient.cpp',
'loader/PrerendererClient.h',
'loader/ProgressTracker.cpp',
@@ -1142,81 +1211,76 @@
'loader/appcache/ApplicationCache.cpp',
'loader/appcache/ApplicationCache.h',
'loader/appcache/ApplicationCacheHost.h',
- 'loader/archive/ArchiveResource.cpp',
- 'loader/archive/ArchiveResourceCollection.cpp',
- 'loader/archive/ArchiveResourceCollection.h',
- 'loader/archive/MHTMLArchive.cpp',
- 'loader/archive/MHTMLArchive.h',
- 'loader/archive/MHTMLParser.cpp',
- 'loader/archive/MHTMLParser.h',
'page/AutoscrollController.cpp',
'page/AutoscrollController.h',
- 'page/BarProp.cpp',
- 'page/BarProp.h',
+ 'frame/BarProp.cpp',
+ 'frame/BarProp.h',
+ 'page/BackForwardClient.h',
'page/Chrome.cpp',
- 'page/Console.cpp',
- 'page/Console.h',
- 'page/ConsoleBase.cpp',
- 'page/ConsoleBase.h',
- 'page/ContentSecurityPolicy.cpp',
- 'page/ContentSecurityPolicyResponseHeaders.cpp',
+ 'frame/Console.cpp',
+ 'frame/Console.h',
+ 'frame/ConsoleBase.cpp',
+ 'frame/ConsoleBase.h',
+ 'frame/ContentSecurityPolicy.cpp',
+ 'frame/ContentSecurityPolicyResponseHeaders.cpp',
'page/ContextMenuController.cpp',
'page/ContextMenuProvider.h',
'page/CreateWindow.cpp',
'page/CreateWindow.h',
- 'page/DeviceClient.h',
- 'page/DeviceController.cpp',
- 'page/DeviceController.h',
- 'page/DiagnosticLoggingKeys.cpp',
- 'page/DiagnosticLoggingKeys.h',
- 'page/DOMPoint.h',
- 'page/DOMSecurityPolicy.cpp',
+ 'frame/DOMPoint.h',
+ 'frame/DOMSecurityPolicy.cpp',
'page/DOMSelection.cpp',
'page/DOMSelection.h',
- 'page/DOMTimer.cpp',
- 'page/DOMTimer.h',
- 'page/DOMWindow.cpp',
- 'page/DOMWindow.h',
- 'page/DOMWindowBase64.cpp',
- 'page/DOMWindowBase64.h',
- 'page/DOMWindowLifecycleNotifier.cpp',
- 'page/DOMWindowLifecycleNotifier.h',
- 'page/DOMWindowLifecycleObserver.cpp',
- 'page/DOMWindowLifecycleObserver.h',
- 'page/DOMWindowTimers.cpp',
- 'page/DOMWindowTimers.h',
+ 'frame/DOMTimer.cpp',
+ 'frame/DOMTimer.h',
+ 'frame/DOMWindow.cpp',
+ 'frame/DOMWindow.h',
+ 'frame/DOMWindowBase64.cpp',
+ 'frame/DOMWindowBase64.h',
+ 'frame/DOMWindowEventHandlers.h',
+ 'frame/DOMWindowLifecycleNotifier.cpp',
+ 'frame/DOMWindowLifecycleNotifier.h',
+ 'frame/DOMWindowLifecycleObserver.cpp',
+ 'frame/DOMWindowLifecycleObserver.h',
+ 'frame/DOMWindowTimers.cpp',
+ 'frame/DOMWindowTimers.h',
'page/DOMWindowPagePopup.cpp',
'page/DOMWindowPagePopup.h',
- 'page/DOMWindowProperty.cpp',
- 'page/DOMWindowProperty.h',
+ 'frame/DOMWindowProperty.cpp',
+ 'frame/DOMWindowProperty.h',
'page/DragController.cpp',
+ 'page/DragData.cpp',
'page/EventHandler.cpp',
'page/EventSource.cpp',
'page/EventSource.h',
'page/FocusController.cpp',
- 'page/Frame.cpp',
- 'page/FrameActionScheduler.cpp',
- 'page/FrameActionScheduler.h',
- 'page/FrameDestructionObserver.cpp',
- 'page/FrameDestructionObserver.h',
+ 'frame/Frame.cpp',
+ 'frame/FrameDestructionObserver.cpp',
+ 'frame/FrameDestructionObserver.h',
'page/FrameTree.cpp',
- 'page/FrameView.cpp',
- 'page/History.cpp',
- 'page/History.h',
- 'page/ImageBitmap.cpp',
- 'page/ImageBitmap.h',
- 'page/LayoutMilestones.h',
- 'page/Location.cpp',
- 'page/Location.h',
- 'page/MemoryInfo.cpp',
+ 'frame/FrameView.cpp',
+ 'frame/GraphicsLayerDebugInfo.cpp',
+ 'frame/History.cpp',
+ 'frame/History.h',
+ 'frame/ImageBitmap.cpp',
+ 'frame/ImageBitmap.h',
+ 'frame/Location.cpp',
+ 'frame/Location.h',
+ 'timing/MemoryInfo.cpp',
'page/MouseEventWithHitTestResults.cpp',
'page/MouseEventWithHitTestResults.h',
- 'page/Navigator.cpp',
- 'page/Navigator.h',
- 'page/NavigatorBase.h',
- 'page/NavigatorID.cpp',
- 'page/NavigatorID.h',
- 'page/NavigatorOnLine.h',
+ 'frame/SmartClip.cpp',
+ 'frame/SmartClip.h',
+ 'frame/Navigator.cpp',
+ 'frame/Navigator.h',
+ 'frame/NavigatorBase.h',
+ 'frame/NavigatorID.cpp',
+ 'frame/NavigatorID.h',
+ 'frame/NavigatorOnLine.h',
+ 'frame/SettingsDelegate.cpp',
+ 'frame/SettingsDelegate.h',
+ 'page/NetworkStateNotifier.cpp',
+ 'page/NetworkStateNotifier.h',
'page/Page.cpp',
'page/PageConsole.cpp',
'page/PageGroup.cpp',
@@ -1232,70 +1296,56 @@
'page/PagePopupClient.h',
'page/PageScaleConstraints.cpp',
'page/PageScaleConstraints.h',
- 'page/PageScaleConstraintsSet.cpp',
- 'page/PageScaleConstraintsSet.h',
'page/PageSerializer.cpp',
'page/PageVisibilityState.cpp',
- 'page/Performance.cpp',
- 'page/Performance.h',
- 'page/PerformanceEntry.cpp',
- 'page/PerformanceEntry.h',
- 'page/PerformanceMark.h',
- 'page/PerformanceMeasure.h',
- 'page/PerformanceNavigation.cpp',
- 'page/PerformanceNavigation.h',
- 'page/PerformanceResourceTiming.cpp',
- 'page/PerformanceResourceTiming.h',
- 'page/PerformanceTiming.cpp',
- 'page/PerformanceTiming.h',
- 'page/PerformanceUserTiming.cpp',
- 'page/PerformanceUserTiming.h',
+ 'timing/Performance.cpp',
+ 'timing/Performance.h',
+ 'timing/PerformanceEntry.cpp',
+ 'timing/PerformanceEntry.h',
+ 'timing/PerformanceMark.h',
+ 'timing/PerformanceMeasure.h',
+ 'timing/PerformanceNavigation.cpp',
+ 'timing/PerformanceNavigation.h',
+ 'timing/PerformanceResourceTiming.cpp',
+ 'timing/PerformanceResourceTiming.h',
+ 'timing/PerformanceTiming.cpp',
+ 'timing/PerformanceTiming.h',
+ 'timing/PerformanceUserTiming.cpp',
+ 'timing/PerformanceUserTiming.h',
'page/PointerLockController.cpp',
'page/PointerLockController.h',
'page/PopupOpeningObserver.h',
'page/PrintContext.cpp',
- 'page/ResourceTimingInfo.h',
- 'page/RuntimeCSSEnabled.cpp',
- 'page/RuntimeCSSEnabled.h',
- 'page/RuntimeEnabledFeaturesCustom.cpp',
- 'page/Screen.cpp',
- 'page/Screen.h',
- 'page/Settings.cpp',
+ 'timing/ResourceTimingInfo.h',
+ 'css/RuntimeCSSEnabled.cpp',
+ 'css/RuntimeCSSEnabled.h',
+ 'frame/Screen.cpp',
+ 'frame/Screen.h',
+ 'frame/Settings.cpp',
'page/SpatialNavigation.cpp',
- 'page/SpeechInput.cpp',
- 'page/SpeechInput.h',
- 'page/SpeechInputClient.h',
- 'page/SpeechInputEvent.cpp',
- 'page/SpeechInputEvent.h',
- 'page/SpeechInputListener.h',
- 'page/SpeechInputResult.cpp',
- 'page/SpeechInputResult.h',
- 'page/SpeechInputResultList.cpp',
- 'page/SpeechInputResultList.h',
- 'page/SuspendableTimer.cpp',
- 'page/SuspendableTimer.h',
+ 'frame/SuspendableTimer.cpp',
+ 'frame/SuspendableTimer.h',
'page/TouchAdjustment.cpp',
'page/TouchAdjustment.h',
'page/TouchDisambiguation.cpp',
'page/TouchDisambiguation.h',
- 'page/UseCounter.cpp',
- 'page/UserContentURLPattern.cpp',
+ 'frame/UseCounter.cpp',
'page/WindowFeatures.cpp',
'page/WindowFocusAllowedIndicator.cpp',
- 'page/WorkerNavigator.cpp',
- 'page/WorkerNavigator.h',
- 'page/animation/AnimationBase.cpp',
- 'page/animation/AnimationBase.h',
- 'page/animation/AnimationController.cpp',
- 'page/animation/AnimationControllerPrivate.h',
- 'page/animation/CompositeAnimation.cpp',
- 'page/animation/CompositeAnimation.h',
- 'page/animation/CSSPropertyAnimation.cpp',
- 'page/animation/CSSPropertyAnimation.h',
- 'page/animation/ImplicitAnimation.cpp',
- 'page/animation/ImplicitAnimation.h',
- 'page/animation/KeyframeAnimation.cpp',
- 'page/animation/KeyframeAnimation.h',
+ 'workers/WorkerNavigator.cpp',
+ 'workers/WorkerNavigator.h',
+ 'frame/animation/AnimationBase.cpp',
+ 'frame/animation/AnimationBase.h',
+ 'frame/animation/AnimationController.cpp',
+ 'frame/animation/AnimationControllerPrivate.h',
+ 'frame/animation/CompositeAnimation.cpp',
+ 'frame/animation/CompositeAnimation.h',
+ 'frame/animation/CSSPropertyAnimation.cpp',
+ 'frame/animation/CSSPropertyAnimation.h',
+ 'frame/animation/ImplicitAnimation.cpp',
+ 'frame/animation/ImplicitAnimation.h',
+ 'frame/animation/KeyframeAnimation.cpp',
+ 'frame/animation/KeyframeAnimation.h',
'page/scrolling/ScrollingConstraints.cpp',
'page/scrolling/ScrollingConstraints.h',
'page/scrolling/ScrollingCoordinator.cpp',
@@ -1308,24 +1358,27 @@
'plugins/DOMPlugin.h',
'plugins/DOMPluginArray.cpp',
'plugins/DOMPluginArray.h',
- 'plugins/PluginData.cpp',
- 'plugins/PluginData.h',
- 'plugins/PluginListBuilder.cpp',
- 'plugins/PluginListBuilder.h',
'plugins/PluginOcclusionSupport.cpp',
'plugins/PluginOcclusionSupport.h',
'plugins/PluginView.h',
+ 'rendering/AbstractInlineTextBox.cpp',
+ 'rendering/AbstractInlineTextBox.h',
'rendering/AutoTableLayout.cpp',
'rendering/AutoTableLayout.h',
'rendering/BidiRun.cpp',
'rendering/BidiRun.h',
'rendering/ClipRect.cpp',
'rendering/ClipRect.h',
+ 'rendering/CompositedLayerMapping.cpp',
+ 'rendering/CompositedLayerMapping.h',
+ 'rendering/CompositedLayerMappingPtr.h',
'rendering/CompositingReasons.h',
'rendering/CounterNode.cpp',
'rendering/CounterNode.h',
'rendering/EllipsisBox.cpp',
'rendering/EllipsisBox.h',
+ 'rendering/FastTextAutosizer.cpp',
+ 'rendering/FastTextAutosizer.h',
'rendering/FilterEffectRenderer.cpp',
'rendering/FilterEffectRenderer.h',
'rendering/FixedTableLayout.cpp',
@@ -1334,6 +1387,8 @@
'rendering/FloatingObjects.h',
'rendering/FlowThreadController.cpp',
'rendering/FlowThreadController.h',
+ 'rendering/GraphicsContextAnnotator.cpp',
+ 'rendering/GraphicsContextAnnotator.h',
'rendering/TextAutosizer.cpp',
'rendering/TextAutosizer.h',
'rendering/HitTestingTransformState.cpp',
@@ -1352,6 +1407,7 @@
'rendering/OrderIterator.h',
'rendering/LayoutIndicator.cpp',
'rendering/LayoutIndicator.h',
+ 'rendering/LayoutRectRecorder.cpp',
'rendering/LayoutRepainter.cpp',
'rendering/LineWidth.cpp',
'rendering/LineWidth.h',
@@ -1409,12 +1465,16 @@
'rendering/RenderInputSpeech.cpp',
'rendering/RenderInputSpeech.h',
'rendering/RenderLayer.cpp',
- 'rendering/RenderLayerBacking.cpp',
+ 'rendering/RenderLayerClipper.cpp',
'rendering/RenderLayerCompositor.cpp',
'rendering/RenderLayerCompositor.h',
'rendering/RenderLayerFilterInfo.cpp',
'rendering/RenderLayerFilterInfo.h',
'rendering/RenderLayerScrollableArea.cpp',
+ 'rendering/RenderLayerStackingNode.cpp',
+ 'rendering/RenderLayerStackingNodeIterator.cpp',
+ 'rendering/RenderLayerReflectionInfo.cpp',
+ 'rendering/RenderLayerRepainter.cpp',
'rendering/RenderLayerModelObject.cpp',
'rendering/RenderLineBoxList.cpp',
'rendering/RenderListBox.cpp',
@@ -1430,8 +1490,6 @@
'rendering/RenderMediaControlElements.h',
'rendering/RenderMediaControls.cpp',
'rendering/RenderMediaControls.h',
- 'rendering/RenderMediaControlsChromium.cpp',
- 'rendering/RenderMediaControlsChromium.h',
'rendering/RenderMenuList.cpp',
'rendering/RenderMenuList.h',
'rendering/RenderMeter.cpp',
@@ -1442,6 +1500,8 @@
'rendering/RenderMultiColumnFlowThread.h',
'rendering/RenderMultiColumnSet.cpp',
'rendering/RenderMultiColumnSet.h',
+ 'rendering/RenderNamedFlowFragment.cpp',
+ 'rendering/RenderNamedFlowFragment.h',
'rendering/RenderNamedFlowThread.cpp',
'rendering/RenderNamedFlowThread.h',
'rendering/RenderObject.cpp',
@@ -1498,8 +1558,6 @@
'rendering/RenderTextControlSingleLine.h',
'rendering/RenderTextFragment.cpp',
'rendering/RenderTextFragment.h',
- 'rendering/RenderTextTrackCue.cpp',
- 'rendering/RenderTextTrackCue.h',
'rendering/RenderTheme.cpp',
'rendering/RenderTheme.h',
'rendering/RenderThemeChromiumAndroid.cpp',
@@ -1517,16 +1575,14 @@
'rendering/RenderThemeChromiumWin.cpp',
'rendering/RenderThemeChromiumWin.h',
'rendering/RenderTreeAsText.cpp',
+ 'rendering/RenderVTTCue.cpp',
+ 'rendering/RenderVTTCue.h',
'rendering/RenderVideo.cpp',
'rendering/RenderVideo.h',
'rendering/RenderView.cpp',
'rendering/RenderWidget.cpp',
'rendering/RenderWordBreak.cpp',
'rendering/RenderWordBreak.h',
- 'rendering/RenderingConfiguration.cpp',
- 'rendering/RenderingConfiguration.h',
- 'rendering/RenderingNodeProxy.cpp',
- 'rendering/RenderingNodeProxy.h',
'rendering/RootInlineBox.cpp',
'rendering/ScrollBehavior.cpp',
'rendering/SubtreeLayoutScope.cpp',
@@ -1536,6 +1592,10 @@
'rendering/VerticalPositionCache.h',
'rendering/break_lines.cpp',
'rendering/break_lines.h',
+ 'rendering/animation/WebAnimationProvider.cpp',
+ 'rendering/animation/WebAnimationProvider.h',
+ 'rendering/shapes/BoxShape.cpp',
+ 'rendering/shapes/BoxShape.h',
'rendering/shapes/PolygonShape.cpp',
'rendering/shapes/PolygonShape.h',
'rendering/shapes/RasterShape.cpp',
@@ -1552,6 +1612,8 @@
'rendering/shapes/ShapeOutsideInfo.cpp',
'rendering/shapes/ShapeOutsideInfo.h',
'rendering/style/BasicShapes.cpp',
+ 'rendering/style/BorderImageLength.h',
+ 'rendering/style/BorderImageLengthBox.h',
'rendering/style/CachedUAStyle.h',
'rendering/style/ContentData.cpp',
'rendering/style/CounterDirectives.cpp',
@@ -1565,6 +1627,9 @@
'rendering/style/RenderStyle.cpp',
'rendering/style/RenderStyle.h',
'rendering/style/ShadowData.cpp',
+ 'rendering/style/ShadowData.h',
+ 'rendering/style/ShadowList.cpp',
+ 'rendering/style/ShadowList.h',
'rendering/style/StyleBackgroundData.cpp',
'rendering/style/StyleBoxData.cpp',
'rendering/style/StyleFetchedImage.cpp',
@@ -1635,6 +1700,16 @@
'rendering/svg/SVGTextQuery.h',
'rendering/svg/SVGTextRunRenderingContext.cpp',
'rendering/svg/SVGTextRunRenderingContext.h',
+ 'speech/SpeechInput.cpp',
+ 'speech/SpeechInput.h',
+ 'speech/SpeechInputClient.h',
+ 'speech/SpeechInputEvent.cpp',
+ 'speech/SpeechInputEvent.h',
+ 'speech/SpeechInputListener.h',
+ 'speech/SpeechInputResult.cpp',
+ 'speech/SpeechInputResult.h',
+ 'speech/SpeechInputResultList.cpp',
+ 'speech/SpeechInputResultList.h',
'storage/Storage.cpp',
'storage/Storage.h',
'storage/StorageArea.h',
@@ -1651,7 +1726,7 @@
'workers/SharedWorker.h',
'workers/SharedWorkerGlobalScope.cpp',
'workers/SharedWorkerGlobalScope.h',
- 'workers/SharedWorkerRepository.h',
+ 'workers/SharedWorkerRepositoryClient.h',
'workers/SharedWorkerThread.cpp',
'workers/SharedWorkerThread.h',
'workers/Worker.cpp',
@@ -1661,15 +1736,16 @@
'workers/WorkerConsole.h',
'workers/WorkerEventQueue.cpp',
'workers/WorkerEventQueue.h',
- 'workers/WorkerGlobalScopeProxy.cpp',
'workers/WorkerGlobalScopeProxy.h',
+ 'workers/WorkerGlobalScopeProxyProvider.h',
+ 'workers/WorkerGlobalScopeProxyProvider.cpp',
'workers/WorkerGlobalScope.cpp',
'workers/WorkerGlobalScope.h',
'workers/WorkerLoaderProxy.h',
- 'workers/WorkerLocation.cpp',
'workers/WorkerLocation.h',
'workers/WorkerMessagingProxy.cpp',
'workers/WorkerMessagingProxy.h',
+ 'workers/WorkerObjectProxy.cpp',
'workers/WorkerObjectProxy.h',
'workers/WorkerReportingProxy.h',
'workers/WorkerRunLoop.cpp',
@@ -1747,15 +1823,12 @@
],
'webcore_dom_files': [
'dom/ActiveDOMObject.cpp',
+ 'dom/AddConsoleMessageTask.cpp',
+ 'dom/AddConsoleMessageTask.h',
'dom/Attr.cpp',
- 'dom/AutocompleteErrorEvent.h',
- 'dom/BeforeLoadEvent.h',
- 'dom/BeforeTextInsertedEvent.cpp',
- 'dom/BeforeTextInsertedEvent.h',
- 'dom/BeforeUnloadEvent.cpp',
- 'dom/BeforeUnloadEvent.h',
'dom/CDATASection.cpp',
'dom/CDATASection.h',
+ 'dom/CSSSelectorWatch.cpp',
'dom/CharacterData.cpp',
'dom/ChildListMutationScope.cpp',
'dom/ChildListMutationScope.h',
@@ -1768,83 +1841,41 @@
'dom/ClientRectList.cpp',
'dom/ClientRectList.h',
'dom/Clipboard.cpp',
- 'dom/ClipboardEvent.cpp',
- 'dom/ClipboardEvent.h',
'dom/Comment.cpp',
'dom/Comment.h',
- 'dom/CompositionEvent.cpp',
- 'dom/CompositionEvent.h',
'dom/ContainerNode.cpp',
- 'dom/ContainerNodeAlgorithms.h',
'dom/ContainerNodeAlgorithms.cpp',
- 'dom/ContextLifecycleObserver.h',
- 'dom/ContextLifecycleObserver.cpp',
+ 'dom/ContainerNodeAlgorithms.h',
'dom/ContextFeatures.cpp',
'dom/ContextFeatures.h',
'dom/ContextLifecycleNotifier.cpp',
'dom/ContextLifecycleNotifier.h',
+ 'dom/ContextLifecycleObserver.cpp',
+ 'dom/ContextLifecycleObserver.h',
'dom/CrossThreadTask.h',
- 'dom/CustomElement.cpp',
- 'dom/CustomElement.h',
- 'dom/CustomElementCallbackDispatcher.cpp',
- 'dom/CustomElementCallbackDispatcher.h',
- 'dom/CustomElementCallbackInvocation.cpp',
- 'dom/CustomElementCallbackInvocation.h',
- 'dom/CustomElementCallbackQueue.cpp',
- 'dom/CustomElementCallbackQueue.h',
- 'dom/CustomElementCallbackScheduler.cpp',
- 'dom/CustomElementCallbackScheduler.h',
- 'dom/CustomElementDefinition.cpp',
- 'dom/CustomElementDefinition.h',
- 'dom/CustomElementDescriptor.h',
- 'dom/CustomElementDescriptorHash.h',
- 'dom/CustomElementException.cpp',
- 'dom/CustomElementException.h',
- 'dom/CustomElementLifecycleCallbacks.h',
- 'dom/CustomElementObserver.cpp',
- 'dom/CustomElementObserver.h',
- 'dom/CustomElementRegistrationContext.cpp',
- 'dom/CustomElementRegistrationContext.h',
- 'dom/CustomElementRegistry.cpp',
- 'dom/CustomElementRegistry.h',
- 'dom/CustomElementUpgradeCandidateMap.cpp',
- 'dom/CustomElementUpgradeCandidateMap.h',
- 'dom/CustomEvent.cpp',
- 'dom/CustomEvent.h',
- 'dom/DOMError.cpp',
- 'dom/DOMError.h',
- 'dom/DOMException.cpp',
- 'dom/DOMException.h',
- 'dom/DOMImplementation.cpp',
- 'dom/DOMNamedFlowCollection.cpp',
- 'dom/DOMNamedFlowCollection.h',
- 'dom/DOMStringList.cpp',
- 'dom/DOMStringList.h',
- 'dom/DOMStringMap.cpp',
- 'dom/DOMStringMap.h',
- 'dom/DOMTokenList.cpp',
- 'dom/DOMTokenList.h',
+ 'dom/DatasetDOMStringMap.cpp',
+ 'dom/DatasetDOMStringMap.h',
'dom/DataTransferItem.cpp',
'dom/DataTransferItem.h',
+ 'dom/DataTransferItemList.cpp',
'dom/DataTransferItemList.h',
- 'dom/DatasetDOMStringMap.cpp',
- 'dom/DatasetDOMStringMap.h',
'dom/DecodedDataDocumentParser.cpp',
'dom/DecodedDataDocumentParser.h',
- 'dom/DeviceOrientationController.cpp',
- 'dom/DeviceOrientationController.h',
'dom/Document.cpp',
- 'dom/DocumentEventQueue.cpp',
- 'dom/DocumentEventQueue.h',
+ 'dom/DocumentEncodingData.h',
'dom/DocumentFragment.cpp',
'dom/DocumentFullscreen.cpp',
'dom/DocumentFullscreen.h',
'dom/DocumentInit.cpp',
'dom/DocumentInit.h',
+ 'dom/DocumentLifecycle.cpp',
+ 'dom/DocumentLifecycle.h',
+ 'dom/DocumentLifecycleNotifier.cpp',
+ 'dom/DocumentLifecycleNotifier.h',
'dom/DocumentLifecycleObserver.cpp',
'dom/DocumentLifecycleObserver.h',
- 'dom/DocumentMarkerController.cpp',
'dom/DocumentMarker.cpp',
+ 'dom/DocumentMarkerController.cpp',
'dom/DocumentOrderedList.cpp',
'dom/DocumentOrderedList.h',
'dom/DocumentOrderedMap.cpp',
@@ -1853,62 +1884,57 @@
'dom/DocumentStyleSheetCollection.cpp',
'dom/DocumentStyleSheetCollection.h',
'dom/DocumentType.cpp',
+ 'dom/DOMError.cpp',
+ 'dom/DOMError.h',
+ 'dom/DOMException.cpp',
+ 'dom/DOMException.h',
+ 'dom/DOMImplementation.cpp',
+ 'dom/DOMNamedFlowCollection.cpp',
+ 'dom/DOMNamedFlowCollection.h',
+ 'dom/DOMSettableTokenList.cpp',
+ 'dom/DOMSettableTokenList.h',
+ 'dom/DOMStringList.cpp',
+ 'dom/DOMStringList.h',
+ 'dom/DOMStringMap.cpp',
+ 'dom/DOMStringMap.h',
+ 'dom/DOMTokenList.cpp',
+ 'dom/DOMTokenList.h',
+ 'dom/DOMURL.cpp',
+ 'dom/DOMURL.h',
+ 'dom/DOMURLUtils.cpp',
+ 'dom/DOMURLUtils.h',
+ 'dom/DOMURLUtilsReadOnly.cpp',
+ 'dom/DOMURLUtilsReadOnly.h',
'dom/Element.cpp',
'dom/Element.h',
+ 'dom/ElementData.cpp',
+ 'dom/ElementData.h',
'dom/ElementRareData.cpp',
'dom/ElementRareData.h',
'dom/ElementTraversal.h',
'dom/Entity.h',
- 'dom/ErrorEvent.cpp',
- 'dom/ErrorEvent.h',
- 'dom/Event.cpp',
- 'dom/EventContext.cpp',
- 'dom/EventContext.h',
- 'dom/EventDispatchMediator.cpp',
- 'dom/EventDispatchMediator.h',
- 'dom/EventDispatcher.cpp',
- 'dom/EventDispatcher.h',
- 'dom/EventRetargeter.cpp',
- 'dom/EventRetargeter.h',
- 'dom/EventListenerMap.cpp',
- 'dom/EventNames.cpp',
- 'dom/EventPathWalker.cpp',
- 'dom/EventPathWalker.h',
- 'dom/EventQueue.h',
- 'dom/EventSender.h',
- 'dom/EventTarget.cpp',
- 'dom/FocusEvent.cpp',
- 'dom/FocusEvent.h',
+ 'dom/ExecutionContextTask.cpp',
+ 'dom/ExecutionContextTask.h',
+ 'dom/MainThreadTaskRunner.cpp',
+ 'dom/MainThreadTaskRunner.h',
'dom/FullscreenElementStack.cpp',
'dom/FullscreenElementStack.h',
- 'dom/GenericEventQueue.cpp',
- 'dom/GenericEventQueue.h',
- 'dom/GestureEvent.cpp',
- 'dom/GestureEvent.h',
- 'dom/HashChangeEvent.h',
- 'dom/IgnoreDestructiveWriteCountIncrementer.h',
+ 'dom/GlobalEventHandlers.h',
'dom/IconURL.cpp',
'dom/IconURL.h',
'dom/IdTargetObserver.cpp',
'dom/IdTargetObserver.h',
'dom/IdTargetObserverRegistry.cpp',
'dom/IdTargetObserverRegistry.h',
- 'dom/KeyboardEvent.cpp',
+ 'dom/IgnoreDestructiveWriteCountIncrementer.h',
'dom/LiveNodeList.cpp',
'dom/LiveNodeList.h',
'dom/MessageChannel.cpp',
'dom/MessageChannel.h',
- 'dom/MessageEvent.cpp',
- 'dom/MessageEvent.h',
'dom/MessagePort.cpp',
- 'dom/MessagePortChannel.cpp',
'dom/Microtask.cpp',
'dom/Microtask.h',
- 'dom/MouseEvent.cpp',
- 'dom/MouseRelatedEvent.cpp',
'dom/MutationCallback.h',
- 'dom/MutationEvent.cpp',
- 'dom/MutationEvent.h',
'dom/MutationObserver.cpp',
'dom/MutationObserver.h',
'dom/MutationObserverInterestGroup.cpp',
@@ -1921,11 +1947,11 @@
'dom/NamedFlow.h',
'dom/NamedFlowCollection.cpp',
'dom/NamedFlowCollection.h',
- 'dom/NameNodeList.cpp',
- 'dom/NameNodeList.h',
'dom/NamedNodeMap.cpp',
'dom/NamedNodesCollection.cpp',
'dom/NamedNodesCollection.h',
+ 'dom/NameNodeList.cpp',
+ 'dom/NameNodeList.h',
'dom/Node.cpp',
'dom/NodeChildRemovalTracker.h',
'dom/NodeChildRemovalTracker.cpp',
@@ -1947,48 +1973,77 @@
'dom/NodeTraversal.h',
'dom/NodeWithIndex.h',
'dom/Notation.h',
- 'dom/OverflowEvent.cpp',
- 'dom/OverflowEvent.h',
- 'dom/PageTransitionEvent.cpp',
- 'dom/PageTransitionEvent.h',
'dom/ParentNode.h',
'dom/PendingScript.cpp',
- 'dom/PopStateEvent.cpp',
- 'dom/PopStateEvent.h',
'dom/Position.cpp',
'dom/PositionIterator.cpp',
'dom/PositionIterator.h',
- 'dom/ProcessingInstruction.cpp',
- 'dom/ProcessingInstruction.h',
- 'dom/ProgressEvent.cpp',
- 'dom/ProgressEvent.h',
'dom/PostAttachCallbacks.cpp',
'dom/PostAttachCallbacks.h',
+ 'dom/PresentationAttributeStyle.cpp',
+ 'dom/PresentationAttributeStyle.h',
+ 'dom/ProcessingInstruction.cpp',
+ 'dom/ProcessingInstruction.h',
'dom/Promise.h',
'dom/PseudoElement.cpp',
'dom/QualifiedName.cpp',
'dom/Range.cpp',
'dom/RawDataDocumentParser.h',
'dom/RequestAnimationFrameCallback.h',
- 'dom/ResourceProgressEvent.cpp',
- 'dom/ResourceProgressEvent.h',
- 'dom/ScopedEventQueue.cpp',
- 'dom/ScopedEventQueue.h',
- 'dom/ScriptExecutionContext.cpp',
- 'dom/ScriptLoader.cpp',
- 'dom/ScriptLoader.h',
- 'dom/ScriptRunner.cpp',
+ 'dom/SandboxFlags.h',
+ 'dom/SandboxFlags.cpp',
'dom/ScriptableDocumentParser.cpp',
'dom/ScriptableDocumentParser.h',
'dom/ScriptedAnimationController.cpp',
'dom/ScriptedAnimationController.h',
+ 'dom/ExecutionContext.cpp',
+ 'dom/ScriptLoader.cpp',
+ 'dom/ScriptLoader.h',
+ 'dom/ScriptRunner.cpp',
'dom/SecurityContext.cpp',
'dom/SecurityContext.h',
- 'dom/SecurityPolicyViolationEvent.h',
'dom/SelectorQuery.cpp',
'dom/SelectorQuery.h',
- 'dom/DOMSettableTokenList.cpp',
- 'dom/DOMSettableTokenList.h',
+ 'dom/custom/CustomElement.cpp',
+ 'dom/custom/CustomElement.h',
+ 'dom/custom/CustomElementBaseElementQueue.cpp',
+ 'dom/custom/CustomElementBaseElementQueue.h',
+ 'dom/custom/CustomElementCallbackDispatcher.cpp',
+ 'dom/custom/CustomElementCallbackDispatcher.h',
+ 'dom/custom/CustomElementCallbackInvocation.cpp',
+ 'dom/custom/CustomElementCallbackInvocation.h',
+ 'dom/custom/CustomElementCallbackQueue.cpp',
+ 'dom/custom/CustomElementCallbackQueue.h',
+ 'dom/custom/CustomElementCallbackScheduler.cpp',
+ 'dom/custom/CustomElementCallbackScheduler.h',
+ 'dom/custom/CustomElementDefinition.cpp',
+ 'dom/custom/CustomElementDefinition.h',
+ 'dom/custom/CustomElementDescriptor.h',
+ 'dom/custom/CustomElementDescriptorHash.h',
+ 'dom/custom/CustomElementException.cpp',
+ 'dom/custom/CustomElementException.h',
+ 'dom/custom/CustomElementLifecycleCallbacks.h',
+ 'dom/custom/CustomElementObserver.cpp',
+ 'dom/custom/CustomElementObserver.h',
+ 'dom/custom/CustomElementRegistrationContext.cpp',
+ 'dom/custom/CustomElementRegistrationContext.h',
+ 'dom/custom/CustomElementRegistry.cpp',
+ 'dom/custom/CustomElementRegistry.h',
+ 'dom/custom/CustomElementUpgradeCandidateMap.cpp',
+ 'dom/custom/CustomElementUpgradeCandidateMap.h',
+ 'dom/shadow/ComposedTreeWalker.cpp',
+ 'dom/shadow/ComposedTreeWalker.h',
+ 'dom/shadow/ContentDistribution.cpp',
+ 'dom/shadow/ContentDistribution.h',
+ 'dom/shadow/ElementShadow.cpp',
+ 'dom/shadow/ElementShadow.h',
+ 'dom/shadow/InsertionPoint.cpp',
+ 'dom/shadow/InsertionPoint.h',
+ 'dom/shadow/SelectRuleFeatureSet.cpp',
+ 'dom/shadow/SelectRuleFeatureSet.h',
+ 'dom/shadow/ShadowRoot.cpp',
+ 'dom/shadow/ShadowRoot.h',
+ 'dom/shadow/ShadowRootRareData.h',
'dom/ShadowTreeStyleSheetCollection.cpp',
'dom/ShadowTreeStyleSheetCollection.h',
'dom/SimulatedClickOptions.h',
@@ -2008,72 +2063,112 @@
'dom/TagNodeList.cpp',
'dom/TagNodeList.h',
'dom/Text.cpp',
- 'dom/TextEvent.cpp',
- 'dom/TextEvent.h',
'dom/TextLinkColors.cpp',
'dom/TextLinkColors.h',
'dom/Touch.cpp',
'dom/Touch.h',
- 'dom/TouchEvent.cpp',
- 'dom/TouchEvent.h',
'dom/TouchList.cpp',
'dom/TouchList.h',
'dom/TransformSource.h',
'dom/TransformSourceLibxslt.cpp',
- 'dom/TransitionEvent.cpp',
- 'dom/TransitionEvent.h',
'dom/Traversal.cpp',
'dom/Traversal.h',
'dom/TreeScope.cpp',
'dom/TreeScope.h',
'dom/TreeScopeAdopter.cpp',
'dom/TreeScopeAdopter.h',
+ 'dom/TreeShared.h',
'dom/TreeWalker.cpp',
'dom/TreeWalker.h',
- 'dom/UIEvent.cpp',
- 'dom/UIEventWithKeyState.cpp',
- 'dom/UserActionElementSet.h',
'dom/UserActionElementSet.cpp',
- 'dom/UserGestureIndicator.cpp',
- 'dom/UserTypingGestureIndicator.cpp',
- 'dom/ViewportArguments.cpp',
- 'dom/ViewportArguments.h',
+ 'dom/UserActionElementSet.h',
+ 'dom/ViewportDescription.cpp',
+ 'dom/ViewportDescription.h',
'dom/VisitedLinkState.cpp',
'dom/VisitedLinkState.h',
- 'dom/WebKitAnimationEvent.cpp',
- 'dom/WebKitAnimationEvent.h',
'dom/WheelController.cpp',
'dom/WheelController.h',
- 'dom/WheelEvent.cpp',
- 'dom/WheelEvent.h',
- 'dom/WhitespaceChildList.h',
- 'dom/WindowEventContext.cpp',
- 'dom/WindowEventContext.h',
- 'dom/default/PlatformMessagePortChannel.cpp',
- 'dom/default/PlatformMessagePortChannel.h',
- 'dom/default/chromium/PlatformMessagePortChannelChromium.cpp',
- 'dom/default/chromium/PlatformMessagePortChannelChromium.h',
- 'dom/shadow/ComposedTreeWalker.cpp',
- 'dom/shadow/ComposedTreeWalker.h',
- 'dom/shadow/ContentDistribution.cpp',
- 'dom/shadow/ContentDistribution.h',
- 'dom/shadow/ShadowRootRareData.h',
- 'dom/shadow/ElementShadow.cpp',
- 'dom/shadow/ElementShadow.h',
- 'dom/shadow/InsertionPoint.cpp',
- 'dom/shadow/InsertionPoint.h',
- 'dom/shadow/SelectRuleFeatureSet.cpp',
- 'dom/shadow/SelectRuleFeatureSet.h',
- 'dom/shadow/ShadowRoot.cpp',
- 'dom/shadow/ShadowRoot.h',
+ 'events/AutocompleteErrorEvent.h',
+ 'events/BeforeLoadEvent.h',
+ 'events/BeforeTextInsertedEvent.cpp',
+ 'events/BeforeTextInsertedEvent.h',
+ 'events/BeforeUnloadEvent.cpp',
+ 'events/BeforeUnloadEvent.h',
+ 'events/ClipboardEvent.cpp',
+ 'events/ClipboardEvent.h',
+ 'events/CompositionEvent.cpp',
+ 'events/CompositionEvent.h',
+ 'events/CustomEvent.cpp',
+ 'events/CustomEvent.h',
+ 'events/DOMWindowEventQueue.cpp',
+ 'events/DOMWindowEventQueue.h',
+ 'events/ErrorEvent.cpp',
+ 'events/ErrorEvent.h',
+ 'events/Event.cpp',
+ 'events/EventContext.cpp',
+ 'events/EventContext.h',
+ 'events/EventDispatcher.cpp',
+ 'events/EventDispatcher.h',
+ 'events/EventDispatchMediator.cpp',
+ 'events/EventDispatchMediator.h',
+ 'events/EventListenerMap.cpp',
+ 'events/EventPath.cpp',
+ 'events/EventPath.h',
+ 'events/EventQueue.h',
+ 'events/EventRetargeter.cpp',
+ 'events/EventRetargeter.h',
+ 'events/EventSender.h',
+ 'events/EventTarget.cpp',
+ 'events/FocusEvent.cpp',
+ 'events/FocusEvent.h',
+ 'events/GenericEventQueue.cpp',
+ 'events/GenericEventQueue.h',
+ 'events/GestureEvent.cpp',
+ 'events/GestureEvent.h',
+ 'events/HashChangeEvent.h',
+ 'events/KeyboardEvent.cpp',
+ 'events/MessageEvent.cpp',
+ 'events/MessageEvent.h',
+ 'events/MouseEvent.cpp',
+ 'events/MouseRelatedEvent.cpp',
+ 'events/MutationEvent.cpp',
+ 'events/MutationEvent.h',
+ 'events/NavigatorEvents.cpp',
+ 'events/NavigatorEvents.h',
+ 'events/OverflowEvent.cpp',
+ 'events/OverflowEvent.h',
+ 'events/PageTransitionEvent.cpp',
+ 'events/PageTransitionEvent.h',
+ 'events/PopStateEvent.cpp',
+ 'events/PopStateEvent.h',
+ 'events/ProgressEvent.cpp',
+ 'events/ProgressEvent.h',
+ 'events/ResourceProgressEvent.cpp',
+ 'events/ResourceProgressEvent.h',
+ 'events/ScopedEventQueue.cpp',
+ 'events/ScopedEventQueue.h',
+ 'events/SecurityPolicyViolationEvent.h',
+ 'events/TextEvent.cpp',
+ 'events/TextEvent.h',
+ 'events/ThreadLocalEventNames.h',
+ 'events/TouchEvent.cpp',
+ 'events/TouchEvent.h',
+ 'events/TransitionEvent.cpp',
+ 'events/TransitionEvent.h',
+ 'events/UIEvent.cpp',
+ 'events/UIEventWithKeyState.cpp',
+ 'events/WebKitAnimationEvent.cpp',
+ 'events/WebKitAnimationEvent.h',
+ 'events/WheelEvent.cpp',
+ 'events/WheelEvent.h',
+ 'events/WindowEventContext.cpp',
+ 'events/WindowEventContext.h',
],
'webcore_html_files': [
'html/ClassList.cpp',
'html/ClassList.h',
'html/DOMFormData.cpp',
'html/DOMFormData.h',
- 'html/DOMURL.cpp',
- 'html/DOMURL.h',
'html/FormAssociatedElement.cpp',
'html/FormDataList.cpp',
'html/FormDataList.h',
@@ -2146,9 +2241,14 @@
'html/HTMLImport.h',
'html/HTMLImportsController.cpp',
'html/HTMLImportsController.h',
+ 'html/HTMLImportChild.cpp',
+ 'html/HTMLImportChild.h',
+ 'html/HTMLImportChildClient.h',
'html/HTMLImportLoader.cpp',
'html/HTMLImportLoader.h',
'html/HTMLImportLoaderClient.h',
+ 'html/HTMLImportResourceOwner.cpp',
+ 'html/HTMLImportResourceOwner.h',
'html/HTMLInputElement.cpp',
'html/HTMLKeygenElement.cpp',
'html/HTMLKeygenElement.h',
@@ -2167,7 +2267,6 @@
'html/HTMLMediaElement.cpp',
'html/HTMLMenuElement.cpp',
'html/HTMLMenuElement.h',
- 'html/HTMLMetaElement.cpp',
'html/HTMLMetaElement.h',
'html/HTMLMeterElement.cpp',
'html/HTMLMeterElement.h',
@@ -2192,7 +2291,7 @@
'html/HTMLParamElement.cpp',
'html/HTMLParamElement.h',
'html/HTMLPlugInElement.cpp',
- 'html/HTMLPlugInImageElement.cpp',
+ 'html/HTMLPlugInElement.h',
'html/HTMLPreElement.cpp',
'html/HTMLPreElement.h',
'html/HTMLProgressElement.cpp',
@@ -2298,7 +2397,6 @@
'html/canvas/CanvasRenderingContext2D.h',
'html/canvas/CanvasStyle.cpp',
'html/canvas/CanvasStyle.h',
- 'html/canvas/CheckedInt.h',
'html/canvas/DataView.cpp',
'html/canvas/DataView.h',
'html/canvas/DOMPath.h',
@@ -2413,8 +2511,6 @@
'html/forms/ImageInputType.h',
'html/forms/InputType.cpp',
'html/forms/InputType.h',
- 'html/forms/InputTypeNames.cpp',
- 'html/forms/InputTypeNames.h',
'html/forms/InputTypeView.cpp',
'html/forms/InputTypeView.h',
'html/forms/MonthInputType.cpp',
@@ -2473,8 +2569,6 @@
'html/parser/HTMLEntityTable.h',
'html/parser/HTMLFormattingElementList.cpp',
'html/parser/HTMLFormattingElementList.h',
- 'html/parser/HTMLIdentifier.cpp',
- 'html/parser/HTMLIdentifier.h',
'html/parser/HTMLInputStream.h',
'html/parser/HTMLMetaCharsetParser.cpp',
'html/parser/HTMLMetaCharsetParser.h',
@@ -2570,708 +2664,59 @@
'html/track/TextTrack.h',
'html/track/TextTrackCue.cpp',
'html/track/TextTrackCue.h',
- 'html/track/TextTrackCueGeneric.cpp',
- 'html/track/TextTrackCueGeneric.h',
'html/track/TextTrackCueList.cpp',
'html/track/TextTrackCueList.h',
'html/track/TextTrackList.cpp',
- 'html/track/TextTrackRegion.cpp',
- 'html/track/TextTrackRegion.h',
- 'html/track/TextTrackRegionList.cpp',
- 'html/track/TextTrackRegionList.h',
- 'html/track/TrackBase.cpp',
+ 'html/track/TrackBase.h',
'html/track/TrackEvent.cpp',
- 'html/track/WebVTTElement.cpp',
- 'html/track/WebVTTElement.h',
- 'html/track/WebVTTParser.cpp',
- 'html/track/WebVTTParser.h',
- 'html/track/WebVTTToken.h',
- 'html/track/WebVTTTokenizer.cpp',
- 'html/track/WebVTTTokenizer.h',
+ 'html/track/vtt/BufferedLineReader.cpp',
+ 'html/track/vtt/BufferedLineReader.h',
+ 'html/track/vtt/VTTCue.cpp',
+ 'html/track/vtt/VTTCue.h',
+ 'html/track/vtt/VTTElement.cpp',
+ 'html/track/vtt/VTTElement.h',
+ 'html/track/vtt/VTTParser.cpp',
+ 'html/track/vtt/VTTParser.h',
+ 'html/track/vtt/VTTRegion.cpp',
+ 'html/track/vtt/VTTRegion.h',
+ 'html/track/vtt/VTTRegionList.cpp',
+ 'html/track/vtt/VTTRegionList.h',
+ 'html/track/vtt/VTTToken.h',
+ 'html/track/vtt/VTTTokenizer.cpp',
+ 'html/track/vtt/VTTTokenizer.h',
],
'webcore_platform_files': [
- 'platform/AsyncFileSystemCallbacks.h',
- 'platform/CalculationValue.cpp',
- 'platform/CalculationValue.h',
- 'platform/Clock.cpp',
- 'platform/Clock.h',
- 'platform/ContentType.cpp',
- 'platform/ContentType.h',
- 'platform/ContextMenu.cpp',
- 'platform/ContextMenuItem.cpp',
- 'platform/CrossThreadCopier.cpp',
- 'platform/CrossThreadCopier.h',
- 'platform/Cursor.cpp',
- 'platform/DateComponents.cpp',
- 'platform/Decimal.cpp',
- 'platform/DragData.cpp',
'platform/DragImage.cpp',
- 'platform/EventTracer.cpp',
- 'platform/FileChooser.cpp',
- 'platform/FileMetadata.h',
- 'platform/FloatConversion.h',
- 'platform/HashTools.h',
- 'platform/JSONValues.cpp',
- 'platform/JSONValues.h',
- 'platform/KillRing.h',
- 'platform/KillRingNone.cpp',
- 'platform/Language.cpp',
- 'platform/LayoutTestSupport.cpp',
- 'platform/LayoutTestSupport.h',
- 'platform/Length.cpp',
- 'platform/LengthBox.cpp',
- 'platform/LifecycleContext.cpp',
- 'platform/LifecycleContext.h',
- 'platform/LifecycleNotifier.cpp',
- 'platform/LifecycleNotifier.h',
- 'platform/LifecycleObserver.cpp',
- 'platform/LifecycleObserver.h',
- 'platform/LinkHash.cpp',
- 'platform/LocalizedStrings.cpp',
- 'platform/LocalizedStrings.h',
- 'platform/Logging.cpp',
- 'platform/MIMETypeFromURL.cpp',
- 'platform/MIMETypeFromURL.h',
- 'platform/NotImplemented.cpp',
- 'platform/ParsingUtilities.h',
- 'platform/Partitions.cpp',
- 'platform/Partitions.h',
'platform/Pasteboard.cpp',
'platform/Pasteboard.h',
- 'platform/PlatformEvent.cpp',
- 'platform/PlatformEvent.h',
- 'platform/PlatformInstrumentation.cpp',
- 'platform/PlatformInstrumentation.h',
- 'platform/PlatformSpeechSynthesisUtterance.cpp',
- 'platform/PlatformSpeechSynthesisUtterance.h',
- 'platform/PlatformSpeechSynthesisVoice.cpp',
- 'platform/PlatformSpeechSynthesisVoice.h',
- 'platform/PlatformSpeechSynthesizer.cpp',
- 'platform/PlatformSpeechSynthesizer.h',
- 'platform/PlatformTouchEvent.h',
- 'platform/PlatformTouchPoint.h',
- 'platform/PrerenderHandle.h',
- 'platform/PrerenderClient.h',
- 'platform/PurgeableBuffer.cpp',
- 'platform/PurgeableBuffer.h',
- 'platform/SSLKeyGenerator.h',
- 'platform/ScrollAnimator.cpp',
- 'platform/ScrollAnimator.h',
- 'platform/ScrollAnimatorNone.cpp',
- 'platform/ScrollAnimatorNone.h',
- 'platform/ScrollView.cpp',
- 'platform/ScrollableArea.cpp',
- 'platform/Scrollbar.cpp',
- 'platform/Scrollbar.h',
- 'platform/ScrollbarTheme.cpp',
- 'platform/ScrollbarTheme.h',
- 'platform/ScrollbarThemeAndroid.cpp',
- 'platform/ScrollbarThemeAuraOrGtk.cpp',
- 'platform/ScrollbarThemeAuraOrGtk.h',
- 'platform/ScrollbarThemeClient.h',
- 'platform/ScrollbarThemeMacCommon.h',
- 'platform/ScrollbarThemeMacCommon.mm',
- 'platform/ScrollbarThemeMacNonOverlayAPI.h',
- 'platform/ScrollbarThemeMacNonOverlayAPI.mm',
- 'platform/ScrollbarThemeMacOverlayAPI.h',
- 'platform/ScrollbarThemeMacOverlayAPI.mm',
- 'platform/ScrollbarThemeNonMacCommon.cpp',
- 'platform/ScrollbarThemeNonMacCommon.h',
- 'platform/ScrollbarThemeOverlay.cpp',
- 'platform/ScrollbarThemeOverlay.h',
- 'platform/ScrollbarThemeWin.cpp',
- 'platform/ScrollbarThemeWin.h',
- 'platform/SecureTextInput.cpp',
- 'platform/SecureTextInput.h',
- 'platform/SerializedResource.h',
- 'platform/SharedBuffer.cpp',
- 'platform/SharedBufferChunkReader.cpp',
- 'platform/SharedTimer.h',
- 'platform/Sound.h',
- 'platform/SuddenTermination.h',
- 'platform/Task.h',
- 'platform/Theme.cpp',
- 'platform/ThreadGlobalData.cpp',
- 'platform/ThreadTimers.cpp',
- 'platform/ThreadTimers.h',
- 'platform/Timer.cpp',
- 'platform/UUID.cpp',
- 'platform/UUID.h',
- 'platform/Widget.cpp',
- 'platform/Widget.h',
+ 'platform/animation/AnimationTranslationUtil.cpp',
+ 'platform/animation/AnimationTranslationUtil.h',
'platform/animation/AnimationValue.h',
'platform/animation/CSSAnimationData.cpp',
'platform/animation/CSSAnimationDataList.cpp',
'platform/animation/KeyframeValueList.cpp',
'platform/animation/KeyframeValueList.h',
- 'platform/audio/AudioArray.h',
- 'platform/audio/AudioBus.cpp',
- 'platform/audio/AudioBus.h',
- 'platform/audio/AudioChannel.cpp',
- 'platform/audio/AudioChannel.h',
- 'platform/audio/AudioDSPKernel.h',
- 'platform/audio/AudioDSPKernelProcessor.cpp',
- 'platform/audio/AudioDSPKernelProcessor.h',
- 'platform/audio/AudioDestination.h',
- 'platform/audio/AudioFIFO.cpp',
- 'platform/audio/AudioFIFO.h',
- 'platform/audio/AudioFileReader.h',
- 'platform/audio/AudioIOCallback.h',
- 'platform/audio/AudioProcessor.h',
- 'platform/audio/AudioPullFIFO.cpp',
- 'platform/audio/AudioPullFIFO.h',
- 'platform/audio/AudioResampler.cpp',
- 'platform/audio/AudioResampler.h',
- 'platform/audio/AudioResamplerKernel.cpp',
- 'platform/audio/AudioResamplerKernel.h',
- 'platform/audio/AudioSourceProvider.h',
- 'platform/audio/AudioSourceProviderClient.h',
- 'platform/audio/AudioUtilities.cpp',
- 'platform/audio/AudioUtilities.h',
- 'platform/audio/Biquad.cpp',
- 'platform/audio/Biquad.h',
- 'platform/audio/Cone.cpp',
- 'platform/audio/Cone.h',
- 'platform/audio/DenormalDisabler.h',
- 'platform/audio/DirectConvolver.cpp',
- 'platform/audio/DirectConvolver.h',
- 'platform/audio/Distance.cpp',
- 'platform/audio/Distance.h',
- 'platform/audio/DownSampler.cpp',
- 'platform/audio/DownSampler.h',
- 'platform/audio/DynamicsCompressor.cpp',
- 'platform/audio/DynamicsCompressor.h',
- 'platform/audio/DynamicsCompressorKernel.cpp',
- 'platform/audio/DynamicsCompressorKernel.h',
- 'platform/audio/EqualPowerPanner.cpp',
- 'platform/audio/EqualPowerPanner.h',
- 'platform/audio/FFTConvolver.cpp',
- 'platform/audio/FFTConvolver.h',
- 'platform/audio/FFTFrame.cpp',
- 'platform/audio/FFTFrame.h',
- 'platform/audio/FFTFrameStub.cpp',
- 'platform/audio/HRTFDatabase.cpp',
- 'platform/audio/HRTFDatabase.h',
- 'platform/audio/HRTFDatabaseLoader.cpp',
- 'platform/audio/HRTFDatabaseLoader.h',
- 'platform/audio/HRTFElevation.cpp',
- 'platform/audio/HRTFElevation.h',
- 'platform/audio/HRTFKernel.cpp',
- 'platform/audio/HRTFKernel.h',
- 'platform/audio/HRTFPanner.cpp',
- 'platform/audio/HRTFPanner.h',
- 'platform/audio/MultiChannelResampler.cpp',
- 'platform/audio/MultiChannelResampler.h',
- 'platform/audio/Panner.cpp',
- 'platform/audio/Panner.h',
- 'platform/audio/Reverb.cpp',
- 'platform/audio/Reverb.h',
- 'platform/audio/ReverbAccumulationBuffer.cpp',
- 'platform/audio/ReverbAccumulationBuffer.h',
- 'platform/audio/ReverbConvolver.cpp',
- 'platform/audio/ReverbConvolver.h',
- 'platform/audio/ReverbConvolverStage.cpp',
- 'platform/audio/ReverbConvolverStage.h',
- 'platform/audio/ReverbInputBuffer.cpp',
- 'platform/audio/ReverbInputBuffer.h',
- 'platform/audio/SincResampler.cpp',
- 'platform/audio/SincResampler.h',
- 'platform/audio/UpSampler.cpp',
- 'platform/audio/UpSampler.h',
- 'platform/audio/VectorMath.cpp',
- 'platform/audio/VectorMath.h',
- 'platform/audio/ZeroPole.cpp',
- 'platform/audio/ZeroPole.h',
- 'platform/audio/chromium/AudioBusChromium.cpp',
- 'platform/audio/chromium/AudioDestinationChromium.cpp',
- 'platform/audio/chromium/AudioDestinationChromium.h',
- 'platform/audio/chromium/FFTFrameOpenMAXDLAndroid.cpp',
- 'platform/audio/ffmpeg/FFTFrameFFMPEG.cpp',
- 'platform/audio/mac/FFTFrameMac.cpp',
- 'platform/audio/ipp/FFTFrameIPP.cpp',
'platform/chromium/ChromiumDataObject.cpp',
'platform/chromium/ChromiumDataObject.h',
'platform/chromium/ChromiumDataObjectItem.cpp',
'platform/chromium/ChromiumDataObjectItem.h',
- 'platform/chromium/ClipboardChromium.cpp',
- 'platform/chromium/ClipboardChromium.h',
- 'platform/chromium/ClipboardChromiumPosix.cpp',
- 'platform/chromium/ClipboardChromiumWin.cpp',
- 'platform/chromium/ClipboardMimeTypes.cpp',
- 'platform/chromium/ClipboardMimeTypes.h',
- 'platform/chromium/ClipboardUtilitiesChromium.cpp',
- 'platform/chromium/ClipboardUtilitiesChromium.h',
- 'platform/chromium/FileSystemChromium.cpp',
- 'platform/chromium/FramelessScrollView.cpp',
- 'platform/chromium/FramelessScrollView.h',
- 'platform/chromium/FramelessScrollViewClient.h',
- 'platform/chromium/HistogramSupportChromium.cpp',
'platform/chromium/KeyCodeConversion.h',
'platform/chromium/KeyCodeConversionAndroid.cpp',
'platform/chromium/KeyCodeConversionGtk.cpp',
- 'platform/chromium/KeyboardCodes.h',
- 'platform/chromium/LanguageChromium.cpp',
- 'platform/chromium/MemoryUsageSupportChromium.cpp',
- 'platform/chromium/MIMETypeRegistryChromium.cpp',
- 'platform/chromium/PlatformKeyboardEventChromium.cpp',
- 'platform/chromium/PlatformScreenChromium.cpp',
- 'platform/chromium/PlatformThemeChromiumDefault.cpp',
- 'platform/chromium/PlatformThemeChromiumDefault.h',
- 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp',
- 'platform/chromium/Prerender.cpp',
- 'platform/chromium/Prerender.h',
- 'platform/chromium/PrerenderHandle.cpp',
- 'platform/chromium/SSLKeyGeneratorChromium.cpp',
- 'platform/chromium/SharedTimerChromium.cpp',
- 'platform/chromium/SoundChromiumPosix.cpp',
- 'platform/chromium/SoundChromiumWin.cpp',
- 'platform/chromium/StatsCounterChromium.cpp',
- 'platform/chromium/SuddenTerminationChromium.cpp',
- 'platform/chromium/TraceEvent.h',
- 'platform/cocoa/KeyEventCocoa.h',
- 'platform/cocoa/KeyEventCocoa.mm',
- 'platform/graphics/ANGLEWebKitBridge.cpp',
- 'platform/graphics/ANGLEWebKitBridge.h',
- 'platform/graphics/BitmapImage.cpp',
- 'platform/graphics/ContentDecryptionModule.cpp',
- 'platform/graphics/ContentDecryptionModule.h',
- 'platform/graphics/ContentDecryptionModuleSession.cpp',
- 'platform/graphics/ContentDecryptionModuleSession.h',
- 'platform/graphics/Color.cpp',
- 'platform/graphics/CrossfadeGeneratedImage.cpp',
- 'platform/graphics/CrossfadeGeneratedImage.h',
- 'platform/graphics/DrawLooper.cpp',
- 'platform/graphics/DrawLooper.h',
- 'platform/graphics/Extensions3D.cpp',
- 'platform/graphics/Extensions3D.h',
- 'platform/graphics/Font.cpp',
- 'platform/graphics/FontCache.cpp',
- 'platform/graphics/FontData.cpp',
- 'platform/graphics/FontDescription.cpp',
- 'platform/graphics/FontFallbackList.cpp',
- 'platform/graphics/FontFamily.cpp',
- 'platform/graphics/FontFeatureSettings.cpp',
- 'platform/graphics/FontFastPath.cpp',
- 'platform/graphics/FontPlatformData.cpp',
- 'platform/graphics/FontPlatformData.h',
- 'platform/graphics/FrameData.cpp',
- 'platform/graphics/FrameData.h',
- 'platform/graphics/LayoutBoxExtent.cpp',
- 'platform/graphics/GeneratorGeneratedImage.cpp',
- 'platform/graphics/GeneratedImage.cpp',
- 'platform/graphics/GeneratedImage.h',
- 'platform/graphics/GlyphPageTreeNode.cpp',
- 'platform/graphics/Gradient.cpp',
- 'platform/graphics/GraphicsContext.cpp',
- 'platform/graphics/GraphicsContext3D.cpp',
- 'platform/graphics/GraphicsContext3DImagePacking.cpp',
- 'platform/graphics/GraphicsContextAnnotation.cpp',
- 'platform/graphics/GraphicsLayer.cpp',
- 'platform/graphics/GraphicsTypes.cpp',
- 'platform/graphics/Image.cpp',
- 'platform/graphics/ImageBuffer.cpp',
- 'platform/graphics/ImageOrientation.cpp',
- 'platform/graphics/ImageSource.cpp',
- 'platform/graphics/InbandTextTrackPrivate.h',
- 'platform/graphics/InbandTextTrackPrivateClient.h',
- 'platform/graphics/Latin1TextIterator.h',
- 'platform/graphics/MediaPlayer.cpp',
- 'platform/graphics/MediaPlayer.h',
- 'platform/graphics/Path.cpp',
- 'platform/graphics/PathTraversalState.cpp',
- 'platform/graphics/PathTraversalState.h',
- 'platform/graphics/Pattern.cpp',
- 'platform/graphics/RoundedRect.cpp',
- 'platform/graphics/SegmentedFontData.cpp',
- 'platform/graphics/SegmentedFontData.h',
- 'platform/graphics/ShadowBlur.cpp',
- 'platform/graphics/ShadowBlur.h',
- 'platform/graphics/SimpleFontData.cpp',
- 'platform/graphics/SVGGlyph.cpp',
- 'platform/graphics/StringTruncator.cpp',
- 'platform/graphics/StrokeData.cpp',
- 'platform/graphics/SurrogatePairAwareTextIterator.cpp',
- 'platform/graphics/SurrogatePairAwareTextIterator.h',
- 'platform/graphics/TextRun.cpp',
- 'platform/graphics/UnitBezier.h',
- 'platform/graphics/WidthIterator.cpp',
- 'platform/graphics/WidthIterator.h',
- 'platform/graphics/cg/FloatPointCG.cpp',
- 'platform/graphics/cg/FloatRectCG.cpp',
- 'platform/graphics/cg/FloatSizeCG.cpp',
- 'platform/graphics/cg/IntPointCG.cpp',
- 'platform/graphics/cg/IntRectCG.cpp',
- 'platform/graphics/cg/IntSizeCG.cpp',
- 'platform/graphics/chromium/AnimationTranslationUtil.cpp',
- 'platform/graphics/chromium/AnimationTranslationUtil.h',
- 'platform/graphics/chromium/Canvas2DLayerBridge.cpp',
- 'platform/graphics/chromium/Canvas2DLayerBridge.h',
- 'platform/graphics/chromium/Canvas2DLayerManager.cpp',
- 'platform/graphics/chromium/Canvas2DLayerManager.h',
- 'platform/graphics/chromium/CrossProcessFontLoading.h',
- 'platform/graphics/chromium/CrossProcessFontLoading.mm',
- 'platform/graphics/chromium/DeferredImageDecoder.cpp',
- 'platform/graphics/chromium/DeferredImageDecoder.h',
- 'platform/graphics/chromium/DiscardablePixelRef.cpp',
- 'platform/graphics/chromium/DiscardablePixelRef.h',
- 'platform/graphics/chromium/FontCacheAndroid.cpp',
- 'platform/graphics/chromium/FontCacheChromiumLinux.cpp',
- 'platform/graphics/chromium/FontCacheChromiumWin.cpp',
- 'platform/graphics/chromium/FontChromiumWin.cpp',
- 'platform/graphics/chromium/FontPlatformDataChromiumWin.cpp',
- 'platform/graphics/chromium/FontPlatformDataChromiumWin.h',
- 'platform/graphics/chromium/FontRenderStyle.h',
- 'platform/graphics/chromium/FontUtilsChromiumWin.cpp',
- 'platform/graphics/chromium/FontUtilsChromiumWin.h',
- 'platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp',
- 'platform/graphics/chromium/ImageDecodingStore.cpp',
- 'platform/graphics/chromium/ImageDecodingStore.h',
- 'platform/graphics/chromium/ImageFrameGenerator.cpp',
- 'platform/graphics/chromium/ImageFrameGenerator.h',
- 'platform/graphics/chromium/LazyDecodingPixelRef.cpp',
- 'platform/graphics/chromium/LazyDecodingPixelRef.h',
- 'platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp',
- 'platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.h',
- 'platform/graphics/chromium/ScaledImageFragment.cpp',
- 'platform/graphics/chromium/ScaledImageFragment.h',
- 'platform/graphics/chromium/SimpleFontDataChromiumWin.cpp',
- 'platform/graphics/chromium/ThreadSafeDataTransport.cpp',
- 'platform/graphics/chromium/ThreadSafeDataTransport.h',
- 'platform/graphics/chromium/TransformSkMatrix44Conversions.cpp',
- 'platform/graphics/chromium/TransformSkMatrix44Conversions.h',
- 'platform/graphics/chromium/TransparencyWin.cpp',
- 'platform/graphics/chromium/TransparencyWin.h',
- 'platform/graphics/chromium/UniscribeHelper.cpp',
- 'platform/graphics/chromium/UniscribeHelper.h',
- 'platform/graphics/chromium/UniscribeHelperTextRun.cpp',
- 'platform/graphics/chromium/UniscribeHelperTextRun.h',
- 'platform/graphics/chromium/VDMXParser.cpp',
- 'platform/graphics/chromium/VDMXParser.h',
- 'platform/graphics/cocoa/FontPlatformDataCocoa.mm',
- 'platform/graphics/filters/custom/CustomFilterArrayParameter.h',
- 'platform/graphics/filters/custom/CustomFilterCompiledProgram.cpp',
- 'platform/graphics/filters/custom/CustomFilterCompiledProgram.h',
- 'platform/graphics/filters/custom/CustomFilterConstants.h',
- 'platform/graphics/filters/custom/CustomFilterGlobalContext.cpp',
- 'platform/graphics/filters/custom/CustomFilterGlobalContext.h',
- 'platform/graphics/filters/custom/CustomFilterMesh.cpp',
- 'platform/graphics/filters/custom/CustomFilterMesh.h',
- 'platform/graphics/filters/custom/CustomFilterMeshGenerator.cpp',
- 'platform/graphics/filters/custom/CustomFilterMeshGenerator.h',
- 'platform/graphics/filters/custom/CustomFilterNumberParameter.h',
- 'platform/graphics/filters/custom/CustomFilterOperation.cpp',
- 'platform/graphics/filters/custom/CustomFilterOperation.h',
- 'platform/graphics/filters/custom/CustomFilterParameter.h',
- 'platform/graphics/filters/custom/CustomFilterParameterList.cpp',
- 'platform/graphics/filters/custom/CustomFilterParameterList.h',
- 'platform/graphics/filters/custom/CustomFilterProgram.cpp',
- 'platform/graphics/filters/custom/CustomFilterProgram.h',
- 'platform/graphics/filters/custom/CustomFilterProgramClient.h',
- 'platform/graphics/filters/custom/CustomFilterProgramInfo.cpp',
- 'platform/graphics/filters/custom/CustomFilterProgramInfo.h',
- 'platform/graphics/filters/custom/CustomFilterRenderer.cpp',
- 'platform/graphics/filters/custom/CustomFilterRenderer.h',
- 'platform/graphics/filters/custom/CustomFilterTransformParameter.h',
- 'platform/graphics/filters/custom/CustomFilterValidatedProgram.cpp',
- 'platform/graphics/filters/custom/CustomFilterValidatedProgram.h',
- 'platform/graphics/filters/custom/FECustomFilter.cpp',
- 'platform/graphics/filters/custom/FECustomFilter.h',
- 'platform/graphics/filters/custom/ValidatedCustomFilterOperation.cpp',
- 'platform/graphics/filters/custom/ValidatedCustomFilterOperation.h',
- 'platform/graphics/filters/DistantLightSource.cpp',
- 'platform/graphics/filters/DistantLightSource.h',
- 'platform/graphics/filters/FEBlend.cpp',
- 'platform/graphics/filters/FEBlend.h',
- 'platform/graphics/filters/FEColorMatrix.cpp',
- 'platform/graphics/filters/FEColorMatrix.h',
- 'platform/graphics/filters/FEComponentTransfer.cpp',
- '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/FEDropShadow.cpp',
- 'platform/graphics/filters/FEDropShadow.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/Filter.h',
- 'platform/graphics/filters/FilterEffect.cpp',
- 'platform/graphics/filters/FilterEffect.h',
- 'platform/graphics/filters/FilterOperation.cpp',
- 'platform/graphics/filters/FilterOperation.h',
- 'platform/graphics/filters/FilterOperations.cpp',
- 'platform/graphics/filters/FilterOperations.h',
- 'platform/graphics/filters/LightSource.h',
- 'platform/graphics/filters/PointLightSource.cpp',
- 'platform/graphics/filters/PointLightSource.h',
- 'platform/graphics/filters/ReferenceFilter.cpp',
- 'platform/graphics/filters/ReferenceFilter.h',
- 'platform/graphics/filters/SkiaImageFilterBuilder.cpp',
- 'platform/graphics/filters/SkiaImageFilterBuilder.h',
- 'platform/graphics/filters/SourceAlpha.cpp',
- 'platform/graphics/filters/SourceAlpha.h',
- 'platform/graphics/filters/SourceGraphic.cpp',
- 'platform/graphics/filters/SourceGraphic.h',
- 'platform/graphics/filters/SpotLightSource.cpp',
- 'platform/graphics/filters/SpotLightSource.h',
- 'platform/graphics/gpu/DrawingBuffer.cpp',
- 'platform/graphics/gpu/DrawingBuffer.h',
- 'platform/graphics/gpu/SharedGraphicsContext3D.cpp',
- 'platform/graphics/gpu/SharedGraphicsContext3D.h',
- 'platform/graphics/harfbuzz/FontHarfBuzz.cpp',
- 'platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.cpp',
- 'platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h',
- 'platform/graphics/harfbuzz/HarfBuzzFaceCoreText.cpp',
- 'platform/graphics/harfbuzz/HarfBuzzFaceSkia.cpp',
- 'platform/graphics/harfbuzz/HarfBuzzFace.cpp',
- 'platform/graphics/harfbuzz/HarfBuzzFace.h',
- 'platform/graphics/harfbuzz/HarfBuzzShaper.cpp',
- 'platform/graphics/harfbuzz/HarfBuzzShaper.h',
- 'platform/graphics/mac/ColorMac.h',
- 'platform/graphics/mac/ColorMac.mm',
- 'platform/graphics/mac/ComplexTextController.cpp',
- 'platform/graphics/mac/ComplexTextController.h',
- 'platform/graphics/mac/ComplexTextControllerCoreText.mm',
- 'platform/graphics/mac/FloatPointMac.mm',
- 'platform/graphics/mac/FloatRectMac.mm',
- 'platform/graphics/mac/FloatSizeMac.mm',
- 'platform/graphics/mac/FontCacheMac.mm',
- 'platform/graphics/mac/FontComplexTextMac.cpp',
- 'platform/graphics/mac/FontCustomPlatformDataMac.cpp',
- 'platform/graphics/mac/FontMac.cpp',
- 'platform/graphics/mac/GlyphPageTreeNodeMac.cpp',
- 'platform/graphics/mac/IntPointMac.mm',
- 'platform/graphics/mac/IntRectMac.mm',
- 'platform/graphics/mac/IntSizeMac.mm',
- 'platform/graphics/mac/SimpleFontDataCoreText.cpp',
- 'platform/graphics/mac/SimpleFontDataMac.mm',
- 'platform/graphics/opentype/OpenTypeSanitizer.cpp',
- 'platform/graphics/opentype/OpenTypeSanitizer.h',
- 'platform/graphics/opentype/OpenTypeTypes.h',
- 'platform/graphics/opentype/OpenTypeUtilities.cpp',
- 'platform/graphics/opentype/OpenTypeUtilities.h',
- 'platform/graphics/opentype/OpenTypeVerticalData.cpp',
- 'platform/graphics/opentype/OpenTypeVerticalData.h',
- 'platform/graphics/skia/FontCacheSkia.cpp',
- 'platform/graphics/skia/FontCacheSkiaWin.cpp',
- 'platform/graphics/skia/FontCustomPlatformDataSkia.cpp',
- 'platform/graphics/skia/FontPlatformDataSkia.cpp',
- 'platform/graphics/skia/GlyphPageTreeNodeSkia.cpp',
- 'platform/graphics/skia/NativeImageSkia.cpp',
- 'platform/graphics/skia/NativeImageSkia.h',
- 'platform/graphics/skia/OpaqueRegionSkia.cpp',
- 'platform/graphics/skia/OpaqueRegionSkia.h',
- 'platform/graphics/skia/SimpleFontDataSkia.cpp',
- 'platform/graphics/skia/SkiaFontWin.cpp',
- 'platform/graphics/skia/SkiaFontWin.h',
- 'platform/graphics/skia/SkiaSharedBufferStream.cpp',
- 'platform/graphics/skia/SkiaSharedBufferStream.h',
- 'platform/graphics/skia/SkiaUtils.cpp',
- 'platform/graphics/skia/SkiaUtils.h',
- 'platform/graphics/transforms/IdentityTransformOperation.h',
- 'platform/graphics/transforms/InterpolatedTransformOperation.h',
- 'platform/graphics/transforms/InterpolatedTransformOperation.cpp',
- 'platform/graphics/transforms/Matrix3DTransformOperation.cpp',
- 'platform/graphics/transforms/Matrix3DTransformOperation.h',
- 'platform/graphics/transforms/MatrixTransformOperation.cpp',
- 'platform/graphics/transforms/MatrixTransformOperation.h',
- 'platform/graphics/transforms/PerspectiveTransformOperation.cpp',
- 'platform/graphics/transforms/PerspectiveTransformOperation.h',
- 'platform/graphics/transforms/RotateTransformOperation.cpp',
- 'platform/graphics/transforms/RotateTransformOperation.h',
- 'platform/graphics/transforms/ScaleTransformOperation.cpp',
- 'platform/graphics/transforms/ScaleTransformOperation.h',
- 'platform/graphics/transforms/SkewTransformOperation.cpp',
- 'platform/graphics/transforms/SkewTransformOperation.h',
- 'platform/graphics/transforms/TransformOperations.cpp',
- 'platform/graphics/transforms/TransformState.cpp',
- 'platform/graphics/transforms/TransformState.h',
- 'platform/graphics/transforms/TranslateTransformOperation.cpp',
- 'platform/graphics/transforms/TranslateTransformOperation.h',
- 'platform/graphics/win/FontCustomPlatformDataWin.cpp',
- 'platform/image-decoders/ImageDecoder.cpp',
- 'platform/image-decoders/ImageDecoder.h',
- 'platform/image-decoders/ImageFrame.cpp',
- 'platform/image-decoders/bmp/BMPImageDecoder.cpp',
- 'platform/image-decoders/bmp/BMPImageDecoder.h',
- 'platform/image-decoders/bmp/BMPImageReader.cpp',
- 'platform/image-decoders/bmp/BMPImageReader.h',
- 'platform/image-decoders/gif/GIFImageDecoder.cpp',
- 'platform/image-decoders/gif/GIFImageDecoder.h',
- 'platform/image-decoders/gif/GIFImageReader.cpp',
- 'platform/image-decoders/gif/GIFImageReader.h',
- 'platform/image-decoders/ico/ICOImageDecoder.cpp',
- 'platform/image-decoders/ico/ICOImageDecoder.h',
- 'platform/image-decoders/jpeg/JPEGImageDecoder.cpp',
- '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-encoders/skia/JPEGImageEncoder.cpp',
- 'platform/image-encoders/skia/JPEGImageEncoder.h',
- 'platform/image-encoders/skia/PNGImageEncoder.cpp',
- 'platform/image-encoders/skia/PNGImageEncoder.h',
- 'platform/image-encoders/skia/WEBPImageEncoder.cpp',
- 'platform/image-encoders/skia/WEBPImageEncoder.h',
- 'platform/mac/BlockExceptions.mm',
- 'platform/mac/KillRingMac.mm',
- 'platform/mac/LocalCurrentGraphicsContext.h',
- 'platform/mac/LocalCurrentGraphicsContext.mm',
- 'platform/mac/NSScrollerImpDetails.h',
- 'platform/mac/NSScrollerImpDetails.mm',
- 'platform/mac/ScrollAnimatorMac.h',
- 'platform/mac/ScrollAnimatorMac.mm',
- 'platform/mac/ScrollElasticityController.h',
- 'platform/mac/ScrollElasticityController.mm',
'platform/mac/ThemeMac.h',
'platform/mac/ThemeMac.mm',
- 'platform/mac/WebFontCache.mm',
- 'platform/mediastream/MediaConstraints.h',
'platform/mediastream/MediaStreamCenter.cpp',
'platform/mediastream/MediaStreamCenter.h',
- 'platform/mediastream/MediaStreamComponent.cpp',
- 'platform/mediastream/MediaStreamComponent.h',
'platform/mediastream/MediaStreamDescriptor.cpp',
'platform/mediastream/MediaStreamDescriptor.h',
- 'platform/mediastream/MediaStreamSource.cpp',
- 'platform/mediastream/MediaStreamSource.h',
- 'platform/mediastream/RTCConfiguration.h',
- 'platform/mediastream/RTCDTMFSenderHandler.cpp',
- 'platform/mediastream/RTCDTMFSenderHandler.h',
- 'platform/mediastream/RTCDTMFSenderHandlerClient.h',
'platform/mediastream/RTCDataChannelHandler.cpp',
'platform/mediastream/RTCDataChannelHandler.h',
'platform/mediastream/RTCDataChannelHandlerClient.h',
'platform/mediastream/RTCPeerConnectionHandler.cpp',
'platform/mediastream/RTCPeerConnectionHandler.h',
'platform/mediastream/RTCPeerConnectionHandlerClient.h',
- 'platform/mediastream/RTCSessionDescriptionRequest.h',
'platform/mediastream/RTCStatsRequest.h',
- 'platform/mediastream/RTCVoidRequest.h',
- 'platform/midi/MIDIAccessor.h',
- 'platform/midi/MIDIAccessor.cpp',
- 'platform/midi/MIDIAccessorClient.h',
- 'platform/mock/DeviceOrientationClientMock.cpp',
'platform/mock/GeolocationClientMock.cpp',
- 'platform/mock/MIDIClientMock.cpp',
- 'platform/mock/MIDIClientMock.h',
- 'platform/mock/PlatformSpeechSynthesizerMock.cpp',
- 'platform/mock/PlatformSpeechSynthesizerMock.h',
- 'platform/mock/ScrollbarThemeMock.cpp',
- 'platform/mock/ScrollbarThemeMock.h',
- 'platform/mock/ScrollbarThemeOverlayMock.h',
- 'platform/network/BlobData.cpp',
- 'platform/network/BlobData.h',
- 'platform/network/DNS.cpp',
- 'platform/network/DNS.h',
- 'platform/network/FormData.cpp',
- 'platform/network/FormDataBuilder.cpp',
- 'platform/network/FormDataBuilder.h',
- 'platform/network/HTTPHeaderMap.cpp',
- 'platform/network/HTTPParsers.cpp',
- 'platform/network/HTTPParsers.h',
- 'platform/network/HTTPRequest.cpp',
- 'platform/network/HTTPRequest.h',
- 'platform/network/MIMEHeader.cpp',
- 'platform/network/NetworkStateNotifier.cpp',
- 'platform/network/NetworkStateNotifier.h',
- 'platform/network/ParsedContentType.cpp',
- 'platform/network/ParsedContentType.h',
- 'platform/network/ProxyServer.cpp',
- 'platform/network/ResourceError.cpp',
- 'platform/network/ResourceError.h',
- 'platform/network/ResourceRequest.cpp',
- 'platform/network/ResourceRequest.h',
- 'platform/network/ResourceResponse.cpp',
- 'platform/network/ResourceResponse.h',
- 'platform/network/SocketStreamError.cpp',
- 'platform/network/SocketStreamError.h',
- 'platform/network/SocketStreamHandle.cpp',
- 'platform/network/SocketStreamHandle.h',
- 'platform/network/SocketStreamHandleClient.h',
- 'platform/network/SocketStreamHandleInternal.h',
- 'platform/sql/SQLValue.cpp',
- 'platform/sql/SQLiteAuthorizer.cpp',
- 'platform/sql/SQLiteDatabase.cpp',
- 'platform/sql/SQLiteFileSystem.h',
- 'platform/sql/SQLiteStatement.cpp',
- 'platform/sql/SQLiteStatement.h',
- 'platform/sql/SQLiteTransaction.cpp',
- 'platform/sql/chromium/SQLiteFileSystemChromium.cpp',
- 'platform/sql/chromium/SQLiteFileSystemChromiumPosix.cpp',
- 'platform/sql/chromium/SQLiteFileSystemChromiumWin.cpp',
- 'platform/text/AtomicStringKeyedMRUCache.h',
- 'platform/text/BidiContext.cpp',
- 'platform/text/DateTimeFormat.cpp',
- 'platform/text/LineEnding.cpp',
- 'platform/text/LocaleICU.cpp',
- 'platform/text/LocaleICU.h',
- 'platform/text/LocaleToScriptMapping.h',
- 'platform/text/LocaleToScriptMappingDefault.cpp',
- 'platform/text/ParserUtilities.h',
- 'platform/text/PlatformLocale.cpp',
- 'platform/text/PlatformLocale.h',
- 'platform/text/QuotedPrintable.h',
- 'platform/text/QuotedPrintable.cpp',
- 'platform/text/RegularExpression.cpp',
- 'platform/text/SegmentedString.cpp',
- 'platform/text/SuffixTree.h',
- 'platform/text/TextBoundaries.cpp',
- 'platform/text/TextBreakIterator.cpp',
- 'platform/text/TextBreakIteratorICU.cpp',
- 'platform/text/TextBreakIteratorInternalICU.cpp',
- 'platform/text/TextEncodingDetector.h',
- 'platform/text/TextEncodingDetectorICU.cpp',
- 'platform/text/TextStream.cpp',
- 'platform/text/UnicodeRange.cpp',
- 'platform/text/cf/AtomicStringCF.cpp',
- 'platform/text/cf/StringCF.cpp',
- 'platform/text/cf/StringImplCF.cpp',
- 'platform/text/mac/LocaleMac.h',
- 'platform/text/mac/LocaleMac.mm',
- 'platform/text/mac/StringImplMac.mm',
- 'platform/text/mac/StringMac.mm',
- 'platform/text/transcoder/FontTranscoder.cpp',
- 'platform/text/transcoder/FontTranscoder.h',
- 'platform/text/win/LocaleWin.cpp',
- 'platform/text/win/LocaleWin.h',
- 'platform/win/SystemInfo.cpp',
- 'platform/win/SystemInfo.h',
- ],
- 'webcore_platform_geometry_files': [
- 'platform/graphics/FloatPoint.cpp',
- 'platform/graphics/FloatPolygon.cpp',
- 'platform/graphics/FloatPoint3D.cpp',
- 'platform/graphics/FloatQuad.cpp',
- 'platform/graphics/FloatRect.cpp',
- 'platform/graphics/FloatSize.cpp',
- 'platform/graphics/IntRect.cpp',
- 'platform/graphics/IntRectExtent.h',
- 'platform/graphics/LayoutRect.cpp',
- 'platform/graphics/Region.cpp',
- 'platform/graphics/transforms/TransformationMatrix.cpp',
- 'platform/graphics/transforms/AffineTransform.cpp',
],
'webcore_svg_files': [
'rendering/style/SVGRenderStyle.cpp',
@@ -3535,6 +2980,8 @@
'svg/SVGGlyphRefElement.cpp',
'svg/SVGGlyphRefElement.h',
'svg/SVGGlyphMap.h',
+ 'svg/SVGGeometryElement.cpp',
+ 'svg/SVGGeometryElement.h',
'svg/SVGGradientElement.cpp',
'svg/SVGGradientElement.h',
'svg/SVGGraphicsElement.cpp',
@@ -3545,8 +2992,6 @@
'svg/SVGImageElement.h',
'svg/SVGImageLoader.cpp',
'svg/SVGImageLoader.h',
- 'svg/SVGLangSpace.cpp',
- 'svg/SVGLangSpace.h',
'svg/SVGLength.cpp',
'svg/SVGLengthContext.cpp',
'svg/SVGLengthList.cpp',
@@ -3554,7 +2999,6 @@
'svg/SVGLineElement.h',
'svg/SVGLinearGradientElement.cpp',
'svg/SVGLinearGradientElement.h',
- 'svg/SVGLocatable.cpp',
'svg/SVGMPathElement.cpp',
'svg/SVGMPathElement.h',
'svg/SVGMarkerElement.cpp',
@@ -3680,8 +3124,6 @@
'svg/SVGTransformDistance.cpp',
'svg/SVGTransformDistance.h',
'svg/SVGTransformList.cpp',
- 'svg/SVGTransformable.cpp',
- 'svg/SVGTransformable.h',
'svg/SVGURIReference.cpp',
'svg/SVGURIReference.h',
'svg/SVGUnitTypes.h',
@@ -3722,7 +3164,7 @@
'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h',
'svg/properties/SVGPathSegListPropertyTearOff.cpp',
],
- 'webcore_test_support_idl_files': [
+ 'webcore_testing_support_idl_files': [
'testing/GCObservation.idl',
'testing/Internals.idl',
'testing/InternalProfilers.idl',
@@ -3731,12 +3173,16 @@
'testing/LayerRectList.idl',
'testing/MallocStatistics.idl',
'testing/TypeConversions.idl',
+ ],
+ 'generated_webcore_testing_support_idl_files': [
'<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl',
'<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl',
],
'webcore_test_support_files': [
'testing/v8/WebCoreTestSupport.cpp',
'testing/v8/WebCoreTestSupport.h',
+ 'testing/DummyPageHolder.cpp',
+ 'testing/DummyPageHolder.h',
'testing/GCObservation.cpp',
'testing/GCObservation.h',
'testing/InspectorFrontendClientLocal.cpp',
@@ -3758,143 +3204,57 @@
'<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.h',
],
'webcore_platform_support_files': [
- 'platform/chromium/support/Platform.cpp',
- 'platform/chromium/support/WebActiveGestureAnimation.cpp',
- 'platform/chromium/support/WebActiveGestureAnimation.h',
'platform/chromium/support/WebArrayBuffer.cpp',
- 'platform/chromium/support/WebAudioBus.cpp',
'platform/chromium/support/WebCrypto.cpp',
- 'platform/chromium/support/WebCryptoAlgorithm.cpp',
- 'platform/chromium/support/WebCryptoKey.cpp',
- 'platform/chromium/support/WebCursorInfo.cpp',
- 'platform/chromium/support/WebData.cpp',
- 'platform/chromium/support/WebDeviceMotionData.cpp',
- 'platform/chromium/support/WebDeviceOrientationData.cpp',
- 'platform/chromium/support/WebFileSystemCallbacks.cpp',
- 'platform/chromium/support/WebFloatQuad.cpp',
- 'platform/chromium/support/WebHTTPBody.cpp',
- 'platform/chromium/support/WebHTTPLoadInfo.cpp',
- 'platform/chromium/support/WebMediaConstraints.cpp',
'platform/chromium/support/WebMediaStream.cpp',
- 'platform/chromium/support/WebMediaStreamSource.cpp',
'platform/chromium/support/WebMediaStreamTrack.cpp',
- 'platform/chromium/support/WebPrerender.cpp',
- 'platform/chromium/support/WebPrerenderingSupport.cpp',
- 'platform/chromium/support/WebRTCConfiguration.cpp',
- 'platform/chromium/support/WebRTCICECandidate.cpp',
'platform/chromium/support/WebRTCSessionDescription.cpp',
'platform/chromium/support/WebRTCSessionDescriptionRequest.cpp',
'platform/chromium/support/WebRTCStatsRequest.cpp',
- 'platform/chromium/support/WebRTCStatsResponse.cpp',
- 'platform/chromium/support/WebRTCVoidRequest.cpp',
- 'platform/chromium/support/WebScrollbarImpl.cpp',
- 'platform/chromium/support/WebScrollbarImpl.h',
- 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp',
- 'platform/chromium/support/WebScrollbarThemeClientImpl.h',
- 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp',
- 'platform/chromium/support/WebScrollbarThemeGeometryNative.h',
- 'platform/chromium/support/WebSocketStreamError.cpp',
- 'platform/chromium/support/WebSourceInfo.cpp',
- 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp',
- 'platform/chromium/support/WebSpeechSynthesisVoice.cpp',
- 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp',
- 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h',
- 'platform/chromium/support/WebThreadSafeData.cpp',
- 'platform/chromium/support/WebTransformKeyframe.cpp',
- 'platform/chromium/support/WebURL.cpp',
- 'platform/chromium/support/WebURLError.cpp',
- 'platform/chromium/support/WebURLRequest.cpp',
- 'platform/chromium/support/WebURLRequestPrivate.h',
- 'platform/chromium/support/WebURLResponse.cpp',
- 'platform/chromium/support/WebURLResponsePrivate.h',
- 'platform/chromium/support/WrappedResourceRequest.h',
- 'platform/chromium/support/WrappedResourceResponse.h',
],
'core_unittest_files': [
'animation/AnimatableColorTest.cpp',
+ 'animation/AnimatableDoubleTest.cpp',
+ 'animation/AnimatableLengthTest.cpp',
'animation/AnimatableNeutralTest.cpp',
- 'animation/AnimatableNumberTest.cpp',
+ 'animation/AnimatableStrokeDasharrayListTest.cpp',
'animation/AnimatableUnknownTest.cpp',
+ 'animation/AnimatableValueTestHelper.cpp',
+ 'animation/AnimatableValueTestHelper.h',
+ 'animation/AnimatableValueTestHelperTest.cpp',
+ 'animation/AnimationClockTest.cpp',
+ 'animation/CompositorAnimationsTest.cpp',
+ 'animation/CompositorAnimationsTestHelper.h',
+ 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
'animation/DocumentTimelineTest.cpp',
+ 'animation/ElementAnimationTest.cpp',
'animation/KeyframeAnimationEffectTest.cpp',
'animation/PlayerTest.cpp',
'animation/TimedItemCalculationsTest.cpp',
'animation/TimedItemTest.cpp',
'css/CSSParserValuesTest.cpp',
'css/CSSCalculationValueTest.cpp',
+ 'css/CSSValueTestHelper.h',
+ 'dom/DocumentMarkerControllerTest.cpp',
+ 'editing/TextIteratorTest.cpp',
+ 'dom/MainThreadTaskRunnerTest.cpp',
'fetch/ImageResourceTest.cpp',
'fetch/MemoryCacheTest.cpp',
+ 'fetch/RawResourceTest.cpp',
'fetch/ResourceFetcherTest.cpp',
+ 'html/HTMLDimensionTest.cpp',
+ 'html/LinkRelAttributeTest.cpp',
'html/TimeRangesTest.cpp',
- 'page/ImageBitmapTest.cpp',
- 'platform/DecimalTest.cpp',
- 'platform/SharedBufferTest.cpp',
- 'platform/chromium/ClipboardChromiumTest.cpp',
- 'platform/graphics/BitmapImageTest.cpp',
- 'platform/graphics/FontTest.cpp',
- 'platform/graphics/GraphicsContextTest.cpp',
- 'platform/graphics/RoundedRectTest.cpp',
- 'platform/graphics/UnitBezierTest.cpp',
- 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp',
- 'platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp',
- 'platform/graphics/chromium/Canvas2DLayerManagerTest.cpp',
- 'platform/graphics/chromium/DeferredImageDecoderTest.cpp',
- 'platform/graphics/chromium/ImageDecodingStoreTest.cpp',
- 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp',
- 'platform/graphics/chromium/ThreadSafeDataTransportTest.cpp',
- 'platform/graphics/chromium/test/MockDiscardablePixelRef.h',
- 'platform/graphics/chromium/test/MockImageDecoder.h',
- 'platform/graphics/gpu/DrawingBufferTest.cpp',
- 'platform/image-decoders/ImageDecoderTest.cpp',
- 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
- 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
- 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
- 'platform/text/DateTimeFormatTest.cpp',
+ 'html/track/vtt/BufferedLineReaderTest.cpp',
+ 'frame/ImageBitmapTest.cpp',
+ 'platform/animation/AnimationTranslationUtilTest.cpp',
+ 'platform/animation/TimingFunctionTestHelper.h',
+ 'platform/animation/TimingFunctionTestHelper.cpp',
+ 'platform/animation/TimingFunctionTestHelperTest.cpp',
'rendering/RenderOverflowTest.cpp',
- 'tests/ArenaTestHelpers.h',
- 'tests/FakeWebGraphicsContext3D.h',
- 'tests/HTMLDimension.cpp',
- 'tests/LayoutUnit.cpp',
- 'tests/LinkRelAttribute.cpp',
- 'tests/PODArenaTest.cpp',
- 'tests/PODFreeListArenaTest.cpp',
- 'tests/PODIntervalTreeTest.cpp',
- 'tests/PODRedBlackTreeTest.cpp',
- 'tests/TreeTestHelpers.cpp',
- 'tests/TreeTestHelpers.h',
- ],
- 'scripts_for_in_files': [
- # jinja2/__init__.py contains version string, so sufficient as
- # dependency for whole jinja2 package
- '<(DEPTH)/third_party/jinja2/__init__.py',
- '<(DEPTH)/third_party/markupsafe/__init__.py', # jinja2 dep
- 'scripts/in_file.py',
- 'scripts/in_generator.py',
- 'scripts/license.py',
- 'scripts/name_macros.py',
- 'scripts/template_expander.py',
- 'scripts/templates/macros.tmpl',
+ 'rendering/shapes/BoxShapeTest.cpp',
+ 'testing/UnitTestHelpers.h',
+ 'testing/UnitTestHelpers.cpp',
],
- 'conditions': [
- ['OS=="win"', {
- # Using native perl rather than cygwin perl cuts execution time
- # of idl preprocessing rules by a bit more than 50%.
- 'perl_exe': '<(DEPTH)/third_party/perl/perl/bin/perl.exe',
- 'gperf_exe': '<(DEPTH)/third_party/gperf/bin/gperf.exe',
- 'bison_exe': '<(DEPTH)/third_party/bison/bin/bison.exe',
- # Using cl instead of cygwin gcc cuts the processing time from
- # 1m58s to 0m52s.
- 'preprocessor': '--preprocessor "cl.exe -nologo -EP -TP"',
- },{
- 'perl_exe': 'perl',
- 'gperf_exe': 'gperf',
- 'bison_exe': 'bison',
- # We specify a preprocess so it happens locally and won't get
- # distributed to goma.
- # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
- # use /usr/bin/clang once we require Xcode 4.x.
- 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
- }],
- ],
}
}