Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: Source/core/core.gypi

Issue 890023004: Clean up core.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/core.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 4920edc7bdaea36e38ca43b73ba3454bda8da701..7b77d7852e2556dc01706db57a6e6e81e5e44fb4 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -533,836 +533,7 @@
'svg/SVGZoomEvent.idl',
'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
],
- 'webcore_files': [
- 'Init.cpp',
- 'Init.h',
- 'animation/ActiveAnimations.cpp',
- 'animation/ActiveAnimations.h',
- 'animation/Animation.cpp',
- 'animation/Animation.h',
- 'animation/AnimationClock.cpp',
- 'animation/AnimationClock.h',
- 'animation/AnimationEffect.h',
- 'animation/AnimationInputHelpers.cpp',
- 'animation/AnimationInputHelpers.h',
- 'animation/AnimationNode.cpp',
- 'animation/AnimationNode.h',
- 'animation/AnimationNodeTiming.cpp',
- 'animation/AnimationNodeTiming.h',
- 'animation/AnimationPlayer.cpp',
- 'animation/AnimationPlayer.h',
- 'animation/AnimationStack.cpp',
- 'animation/AnimationStack.h',
- 'animation/AnimationTimeline.cpp',
- 'animation/AnimationTimeline.h',
- 'animation/AnimationTranslationUtil.cpp',
- 'animation/AnimationTranslationUtil.h',
- 'animation/CompositorAnimations.cpp',
- 'animation/CompositorAnimations.h',
- 'animation/CompositorAnimationsImpl.h',
- 'animation/CompositorPendingAnimations.cpp',
- 'animation/CompositorPendingAnimations.h',
- 'animation/ColorStyleInterpolation.cpp',
- 'animation/ColorStyleInterpolation.h',
- 'animation/ConstantStyleInterpolation.h',
- 'animation/DeferredLegacyStyleInterpolation.cpp',
- 'animation/DeferredLegacyStyleInterpolation.h',
- 'animation/DocumentAnimation.h',
- 'animation/DocumentAnimations.cpp',
- 'animation/DocumentAnimations.h',
- 'animation/DoubleStyleInterpolation.h',
- 'animation/DoubleStyleInterpolation.cpp',
- 'animation/EffectInput.cpp',
- 'animation/EffectInput.h',
- 'animation/ElementAnimation.h',
- 'animation/ImageStyleInterpolation.cpp',
- 'animation/ImageStyleInterpolation.h',
- 'animation/InertAnimation.cpp',
- 'animation/InertAnimation.h',
- 'animation/InterpolableValue.cpp',
- 'animation/InterpolableValue.h',
- 'animation/Interpolation.cpp',
- 'animation/Interpolation.h',
- 'animation/InterpolationEffect.cpp',
- 'animation/InterpolationEffect.h',
- 'animation/KeyframeEffectModel.cpp',
- 'animation/KeyframeEffectModel.h',
- 'animation/LegacyStyleInterpolation.h',
- 'animation/LengthBoxStyleInterpolation.cpp',
- 'animation/LengthBoxStyleInterpolation.h',
- 'animation/LengthPairStyleInterpolation.cpp',
- 'animation/LengthPairStyleInterpolation.h',
- 'animation/LengthStyleInterpolation.cpp',
- 'animation/LengthStyleInterpolation.h',
- 'animation/SVGLengthStyleInterpolation.cpp',
- 'animation/SVGLengthStyleInterpolation.h',
- 'animation/SampledEffect.cpp',
- 'animation/SampledEffect.h',
- 'animation/ListStyleInterpolation.h',
- 'animation/ShadowStyleInterpolation.cpp',
- 'animation/ShadowStyleInterpolation.h',
- 'animation/StringKeyframe.cpp',
- 'animation/StringKeyframe.h',
- 'animation/StyleInterpolation.h',
- 'animation/Timing.cpp',
- 'animation/Timing.h',
- 'animation/TimingCalculations.h',
- 'animation/TimingInput.cpp',
- 'animation/TimingInput.h',
- 'animation/TransformStyleInterpolation.cpp',
- 'animation/TransformStyleInterpolation.h',
- 'animation/VisibilityStyleInterpolation.cpp',
- 'animation/VisibilityStyleInterpolation.h',
- 'animation/animatable/AnimatableClipPathOperation.cpp',
- 'animation/animatable/AnimatableClipPathOperation.h',
- 'animation/animatable/AnimatableColor.cpp',
- 'animation/animatable/AnimatableColor.h',
- 'animation/animatable/AnimatableDouble.cpp',
- 'animation/animatable/AnimatableDouble.h',
- 'animation/animatable/AnimatableDoubleAndBool.cpp',
- 'animation/animatable/AnimatableDoubleAndBool.h',
- 'animation/animatable/AnimatableFilterOperations.cpp',
- 'animation/animatable/AnimatableFilterOperations.h',
- 'animation/animatable/AnimatableImage.cpp',
- 'animation/animatable/AnimatableImage.h',
- 'animation/animatable/AnimatableLength.cpp',
- 'animation/animatable/AnimatableLength.h',
- 'animation/animatable/AnimatableLengthBox.cpp',
- 'animation/animatable/AnimatableLengthBox.h',
- 'animation/animatable/AnimatableLengthBoxAndBool.cpp',
- 'animation/animatable/AnimatableLengthBoxAndBool.h',
- 'animation/animatable/AnimatableLengthPoint.cpp',
- 'animation/animatable/AnimatableLengthPoint.h',
- 'animation/animatable/AnimatableLengthPoint3D.cpp',
- 'animation/animatable/AnimatableLengthPoint3D.h',
- 'animation/animatable/AnimatableLengthSize.cpp',
- 'animation/animatable/AnimatableLengthSize.h',
- 'animation/animatable/AnimatableNeutral.h',
- 'animation/animatable/AnimatableRepeatable.cpp',
- 'animation/animatable/AnimatableRepeatable.h',
- 'animation/animatable/AnimatableSVGLength.cpp',
- 'animation/animatable/AnimatableSVGLength.h',
- 'animation/animatable/AnimatableSVGPaint.cpp',
- 'animation/animatable/AnimatableSVGPaint.h',
- 'animation/animatable/AnimatableShadow.cpp',
- 'animation/animatable/AnimatableShadow.h',
- 'animation/animatable/AnimatableShapeValue.cpp',
- 'animation/animatable/AnimatableShapeValue.h',
- 'animation/animatable/AnimatableStrokeDasharrayList.cpp',
- 'animation/animatable/AnimatableStrokeDasharrayList.h',
- 'animation/animatable/AnimatableTransform.cpp',
- 'animation/animatable/AnimatableTransform.h',
- 'animation/animatable/AnimatableUnknown.h',
- 'animation/animatable/AnimatableValue.cpp',
- 'animation/animatable/AnimatableValue.h',
- 'animation/animatable/AnimatableValueKeyframe.cpp',
- 'animation/animatable/AnimatableValueKeyframe.h',
- 'animation/animatable/AnimatableVisibility.cpp',
- 'animation/animatable/AnimatableVisibility.h',
- 'animation/css/CSSAnimatableValueFactory.cpp',
- 'animation/css/CSSAnimatableValueFactory.h',
- 'animation/css/CSSAnimationData.cpp',
- 'animation/css/CSSAnimationData.h',
- 'animation/css/CSSAnimations.cpp',
- 'animation/css/CSSAnimations.h',
- 'animation/css/CSSAnimationUpdate.h',
- 'animation/css/CSSPropertyEquality.cpp',
- 'animation/css/CSSPropertyEquality.h',
- 'animation/css/CSSTimingData.cpp',
- 'animation/css/CSSTimingData.h',
- 'animation/css/CSSTransitionData.cpp',
- 'animation/css/CSSTransitionData.h',
- 'clipboard/DataObject.cpp',
- 'clipboard/DataObject.h',
- 'clipboard/DataObjectItem.cpp',
- 'clipboard/DataObjectItem.h',
- 'clipboard/DataTransfer.cpp',
- 'clipboard/DataTransfer.h',
- 'clipboard/DataTransferItem.cpp',
- 'clipboard/DataTransferItem.h',
- 'clipboard/DataTransferItemList.cpp',
- 'clipboard/DataTransferItemList.h',
- 'clipboard/Pasteboard.cpp',
- 'clipboard/Pasteboard.h',
- 'css/BasicShapeFunctions.cpp',
- 'css/BinaryDataFontFaceSource.cpp',
- 'css/BinaryDataFontFaceSource.h',
- 'css/CSSBasicShapes.cpp',
- 'css/CSSBorderImage.cpp',
- 'css/CSSBorderImage.h',
- 'css/CSSBorderImageSliceValue.cpp',
- 'css/CSSBorderImageSliceValue.h',
- 'css/CSSCalculationValue.cpp',
- 'css/CSSCalculationValue.h',
- 'css/CSSCanvasValue.cpp',
- 'css/CSSCanvasValue.h',
- 'css/CSSComputedStyleDeclaration.cpp',
- 'css/CSSContentDistributionValue.cpp',
- 'css/CSSContentDistributionValue.h',
- 'css/CSSCrossfadeValue.cpp',
- 'css/CSSCrossfadeValue.h',
- 'css/CSSCursorImageValue.cpp',
- 'css/CSSCustomFontData.h',
- 'css/CSSDefaultStyleSheets.cpp',
- 'css/CSSDefaultStyleSheets.h',
- 'css/CSSFilterValue.cpp',
- 'css/CSSFilterValue.h',
- 'css/CSSFontFace.cpp',
- 'css/CSSFontFace.h',
- 'css/CSSFontFaceRule.cpp',
- 'css/CSSFontFaceRule.h',
- 'css/CSSFontFaceSource.cpp',
- 'css/CSSFontFaceSource.h',
- 'css/CSSFontFaceSrcValue.cpp',
- 'css/CSSFontFaceSrcValue.h',
- 'css/CSSFontFeatureValue.cpp',
- 'css/CSSFontFeatureValue.h',
- 'css/CSSFontSelector.cpp',
- 'css/CSSFontSelector.h',
- 'css/CSSFontSelectorClient.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/CSSGridTemplateAreasValue.cpp',
- 'css/CSSGridTemplateAreasValue.h',
- 'css/CSSGroupingRule.cpp',
- 'css/CSSGroupingRule.h',
- 'css/CSSImageGeneratorValue.cpp',
- 'css/CSSImageSetValue.cpp',
- 'css/CSSImageValue.cpp',
- 'css/CSSImportRule.cpp',
- 'css/CSSImportRule.h',
- 'css/CSSInheritedValue.cpp',
- 'css/CSSInheritedValue.h',
- 'css/CSSInitialValue.cpp',
- 'css/CSSInitialValue.h',
- 'css/CSSKeyframeRule.cpp',
- 'css/CSSKeyframeRule.h',
- 'css/CSSKeyframesRule.cpp',
- 'css/CSSKeyframesRule.h',
- 'css/CSSLineBoxContainValue.cpp',
- 'css/CSSMarkup.cpp',
- 'css/CSSMarkup.h',
- 'css/CSSMatrix.cpp',
- 'css/CSSMatrix.h',
- 'css/CSSMediaRule.cpp',
- 'css/CSSMediaRule.h',
- 'css/CSSPageRule.cpp',
- 'css/CSSPageRule.h',
- 'css/CSSPathValue.cpp',
- 'css/CSSPathValue.h',
- 'css/CSSPrimitiveValue.cpp',
- 'css/CSSPrimitiveValueMappings.h',
- 'css/CSSProperty.cpp',
- 'css/CSSPropertySourceData.cpp',
- 'css/CSSReflectValue.cpp',
- 'css/CSSRule.cpp',
- 'css/CSSRule.h',
- 'css/CSSRuleList.cpp',
- 'css/CSSRuleList.h',
- 'css/CSSSVGDocumentValue.cpp',
- 'css/CSSSVGDocumentValue.h',
- 'css/CSSSegmentedFontFace.cpp',
- 'css/CSSSegmentedFontFace.h',
- 'css/CSSSelector.cpp',
- 'css/CSSSelectorList.cpp',
- 'css/CSSSelectorList.h',
- 'css/CSSShadowValue.cpp',
- 'css/CSSShadowValue.h',
- 'css/CSSStyleDeclaration.h',
- 'css/CSSStyleRule.cpp',
- 'css/CSSStyleRule.h',
- 'css/CSSStyleSheet.cpp',
- 'css/CSSStyleSheet.h',
- 'css/CSSSupportsRule.cpp',
- 'css/CSSSupportsRule.h',
- 'css/CSSTimingFunctionValue.cpp',
- 'css/CSSTimingFunctionValue.h',
- 'css/CSSToLengthConversionData.cpp',
- 'css/CSSToLengthConversionData.h',
- 'css/CSSTransformValue.cpp',
- 'css/CSSUnicodeRangeValue.cpp',
- 'css/CSSUnicodeRangeValue.h',
- 'css/CSSUnknownRule.h',
- 'css/CSSUnsetValue.cpp',
- 'css/CSSUnsetValue.h',
- 'css/CSSValue.cpp',
- 'css/CSSValueList.cpp',
- 'css/CSSValuePool.cpp',
- 'css/CSSValuePool.h',
- 'css/CSSViewportRule.cpp',
- 'css/CSSViewportRule.h',
- 'css/Counter.cpp',
- 'css/Counter.h',
- 'css/DOMWindowCSS.cpp',
- 'css/DOMWindowCSS.h',
- 'css/DocumentFontFaceSet.cpp',
- 'css/DocumentFontFaceSet.h',
- 'css/ElementRuleCollector.cpp',
- 'css/ElementRuleCollector.h',
- 'css/FontFace.cpp',
- 'css/FontFace.h',
- 'css/FontFaceCache.cpp',
- 'css/FontFaceCache.h',
- 'css/FontFaceSet.cpp',
- 'css/FontFaceSet.h',
- 'css/FontFaceSetForEachCallback.h',
- 'css/FontFaceSetLoadEvent.cpp',
- 'css/FontFaceSetLoadEvent.h',
- 'css/FontLoader.cpp',
- 'css/FontLoader.h',
- 'css/FontSize.cpp',
- 'css/FontSize.h',
- 'css/HashTools.h',
- 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp',
- 'css/KeyframeStyleRuleCSSStyleDeclaration.h',
- 'css/LocalFontFaceSource.cpp',
- 'css/LocalFontFaceSource.h',
- 'css/MediaList.cpp',
- 'css/MediaList.h',
- 'css/MediaQuery.cpp',
- 'css/MediaQuery.h',
- 'css/MediaQueryEvaluator.cpp',
- 'css/MediaQueryEvaluator.h',
- 'css/MediaQueryExp.cpp',
- 'css/MediaQueryExp.h',
- 'css/MediaQueryList.cpp',
- 'css/MediaQueryList.h',
- 'css/MediaQueryListEvent.h',
- 'css/MediaQueryListListener.cpp',
- 'css/MediaQueryListListener.h',
- 'css/MediaQueryMatcher.cpp',
- 'css/MediaQueryMatcher.h',
- 'css/MediaValues.cpp',
- 'css/MediaValuesCached.cpp',
- 'css/MediaValuesDynamic.cpp',
- 'css/PageRuleCollector.cpp',
- 'css/PageRuleCollector.h',
- 'css/Pair.cpp',
- 'css/Pair.h',
- 'css/PropertySetCSSStyleDeclaration.cpp',
- 'css/PropertySetCSSStyleDeclaration.h',
- 'css/PseudoStyleRequest.h',
- 'css/Rect.cpp',
- 'css/Rect.h',
- 'css/RemoteFontFaceSource.cpp',
- 'css/RemoteFontFaceSource.h',
- 'css/RenderStyleCSSValueMapping.h',
- 'css/RenderStyleCSSValueMapping.cpp',
- 'css/RuleFeature.cpp',
- 'css/RuleFeature.h',
- 'css/RuleSet.cpp',
- 'css/RuleSet.h',
- 'css/SelectorChecker.cpp',
- 'css/SelectorChecker.h',
- 'css/SelectorFilter.cpp',
- 'css/SelectorFilter.h',
- 'css/SiblingTraversalStrategies.h',
- 'css/StyleColor.h',
- 'css/StyleMedia.cpp',
- 'css/StyleMedia.h',
- 'css/StylePropertySerializer.cpp',
- 'css/StylePropertySerializer.h',
- 'css/StylePropertySet.cpp',
- 'css/StylePropertySet.h',
- 'css/StylePropertyShorthandCustom.cpp',
- 'css/StyleRule.cpp',
- 'css/StyleRule.h',
- 'css/StyleRuleImport.cpp',
- 'css/StyleRuleImport.h',
- 'css/StyleRuleKeyframe.cpp',
- 'css/StyleRuleKeyframe.h',
- 'css/StyleRuleNamespace.h',
- 'css/StyleSheet.cpp',
- 'css/StyleSheet.h',
- 'css/StyleSheetContents.cpp',
- 'css/StyleSheetContents.h',
- 'css/StyleSheetList.cpp',
- 'css/StyleSheetList.h',
- 'css/TreeBoundaryCrossingRules.cpp',
- 'css/TreeBoundaryCrossingRules.h',
- 'css/invalidation/DescendantInvalidationSet.cpp',
- 'css/invalidation/DescendantInvalidationSet.h',
- 'css/invalidation/StyleInvalidator.cpp',
- 'css/invalidation/StyleInvalidator.h',
- 'css/invalidation/StyleSheetInvalidationAnalysis.cpp',
- 'css/invalidation/StyleSheetInvalidationAnalysis.h',
- 'css/parser/BisonCSSParser.h',
- 'css/parser/BisonCSSTokenizer.h',
- 'css/parser/CSSParser.cpp',
- 'css/parser/CSSParser.h',
- 'css/parser/CSSParserFastPaths.cpp',
- 'css/parser/CSSParserFastPaths.h',
- 'css/parser/CSSParserImpl.cpp',
- 'css/parser/CSSParserImpl.h',
- 'css/parser/CSSParserMode.cpp',
- 'css/parser/CSSParserMode.h',
- 'css/parser/CSSParserToken.cpp',
- 'css/parser/CSSParserTokenRange.cpp',
- 'css/parser/CSSParserTokenRange.h',
- 'css/parser/CSSParserValues.cpp',
- 'css/parser/CSSPropertyParser.cpp',
- 'css/parser/CSSPropertyParser.h',
- 'css/parser/CSSSelectorParser.cpp',
- 'css/parser/CSSSelectorParser.h',
- 'css/parser/CSSSupportsParser.cpp',
- 'css/parser/CSSSupportsParser.h',
- 'css/parser/CSSTokenizer.cpp',
- 'css/parser/CSSTokenizerInputStream.cpp',
- 'css/parser/MediaQueryBlockWatcher.cpp',
- 'css/parser/MediaQueryParser.cpp',
- 'css/parser/SizesAttributeParser.cpp',
- 'css/parser/SizesCalcParser.cpp',
- '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',
- 'css/resolver/ElementStyleResources.h',
- 'css/resolver/FilterOperationResolver.cpp',
- 'css/resolver/FilterOperationResolver.h',
- 'css/resolver/FontBuilder.cpp',
- 'css/resolver/FontBuilder.h',
- 'css/resolver/MatchRequest.h',
- 'css/resolver/MatchResult.cpp',
- 'css/resolver/MatchResult.h',
- 'css/resolver/MatchedPropertiesCache.cpp',
- 'css/resolver/MatchedPropertiesCache.h',
- 'css/resolver/MediaQueryResult.h',
- 'css/resolver/ScopedStyleResolver.cpp',
- 'css/resolver/ScopedStyleResolver.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/StyleResolver.cpp',
- 'css/resolver/StyleResolver.h',
- 'css/resolver/StyleResolverParentScope.cpp',
- 'css/resolver/StyleResolverParentScope.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',
- 'css/resolver/TransformBuilder.h',
- 'css/resolver/ViewportStyleResolver.cpp',
- 'css/resolver/ViewportStyleResolver.h',
- 'editing/AppendNodeCommand.cpp',
- 'editing/AppendNodeCommand.h',
- 'editing/ApplyBlockElementCommand.cpp',
- 'editing/ApplyStyleCommand.cpp',
- 'editing/ApplyStyleCommand.h',
- 'editing/BreakBlockquoteCommand.cpp',
- 'editing/BreakBlockquoteCommand.h',
- 'editing/Caret.cpp',
- 'editing/Caret.h',
- 'editing/CompositeEditCommand.cpp',
- 'editing/CompositionUnderline.h',
- 'editing/CompositionUnderlineRangeFilter.cpp',
- 'editing/CompositionUnderlineRangeFilter.h',
- 'editing/CreateLinkCommand.cpp',
- 'editing/CreateLinkCommand.h',
- 'editing/DOMSelection.cpp',
- 'editing/DOMSelection.h',
- 'editing/DeleteFromTextNodeCommand.cpp',
- 'editing/DeleteFromTextNodeCommand.h',
- 'editing/DeleteSelectionCommand.cpp',
- 'editing/EditCommand.cpp',
- 'editing/EditingBehavior.cpp',
- 'editing/EditingBehavior.h',
- 'editing/EditingStyle.cpp',
- 'editing/Editor.cpp',
- 'editing/EditorCommand.cpp',
- 'editing/EditorKeyBindings.cpp',
- 'editing/FormatBlockCommand.cpp',
- 'editing/FormatBlockCommand.h',
- 'editing/FrameSelection.cpp',
- 'editing/HTMLInterchange.cpp',
- 'editing/IndentOutdentCommand.cpp',
- 'editing/IndentOutdentCommand.h',
- 'editing/InputMethodController.cpp',
- 'editing/InputMethodController.h',
- 'editing/InsertIntoTextNodeCommand.cpp',
- 'editing/InsertIntoTextNodeCommand.h',
- 'editing/InsertLineBreakCommand.cpp',
- 'editing/InsertLineBreakCommand.h',
- 'editing/InsertListCommand.cpp',
- 'editing/InsertListCommand.h',
- 'editing/InsertNodeBeforeCommand.cpp',
- 'editing/InsertNodeBeforeCommand.h',
- 'editing/InsertParagraphSeparatorCommand.cpp',
- 'editing/InsertParagraphSeparatorCommand.h',
- 'editing/InsertTextCommand.cpp',
- 'editing/InsertTextCommand.h',
- 'editing/iterators/BackwardsCharacterIterator.cpp',
- 'editing/iterators/BitStack.cpp',
- 'editing/iterators/TextIterator.cpp',
- 'editing/iterators/CharacterIterator.cpp',
- 'editing/iterators/SimplifiedBackwardsTextIterator.cpp',
- 'editing/iterators/WordAwareIterator.cpp',
- 'editing/MarkupAccumulator.cpp',
- 'editing/MarkupAccumulator.h',
- 'editing/MergeIdenticalElementsCommand.cpp',
- 'editing/MergeIdenticalElementsCommand.h',
- 'editing/MoveSelectionCommand.cpp',
- 'editing/PlainTextRange.cpp',
- 'editing/PlainTextRange.h',
- 'editing/PositionWithAffinity.cpp',
- 'editing/PositionWithAffinity.h',
- 'editing/RemoveCSSPropertyCommand.cpp',
- 'editing/RemoveCSSPropertyCommand.h',
- 'editing/RemoveFormatCommand.cpp',
- 'editing/RemoveFormatCommand.h',
- 'editing/RemoveNodeCommand.cpp',
- 'editing/RemoveNodeCommand.h',
- 'editing/RemoveNodePreservingChildrenCommand.cpp',
- 'editing/RemoveNodePreservingChildrenCommand.h',
- 'editing/RenderedPosition.cpp',
- 'editing/RenderedPosition.h',
- 'editing/ReplaceNodeWithSpanCommand.cpp',
- 'editing/ReplaceNodeWithSpanCommand.h',
- 'editing/ReplaceSelectionCommand.cpp',
- 'editing/SelectionType.h',
- 'editing/SetNodeAttributeCommand.cpp',
- 'editing/SetNodeAttributeCommand.h',
- 'editing/SimplifyMarkupCommand.cpp',
- 'editing/SmartReplaceCF.cpp',
- 'editing/SmartReplaceICU.cpp',
- 'editing/SpellCheckRequester.cpp',
- 'editing/SpellCheckRequester.h',
- 'editing/SpellChecker.cpp',
- 'editing/SpellChecker.h',
- 'editing/SplitElementCommand.cpp',
- 'editing/SplitElementCommand.h',
- 'editing/SplitTextNodeCommand.cpp',
- 'editing/SplitTextNodeCommand.h',
- 'editing/SplitTextNodeContainingElementCommand.cpp',
- 'editing/SplitTextNodeContainingElementCommand.h',
- 'editing/SurroundingText.cpp',
- 'editing/SurroundingText.h',
- 'editing/TextCheckingHelper.cpp',
- 'editing/TextCheckingHelper.h',
- 'editing/TextInsertionBaseCommand.cpp',
- 'editing/TextInsertionBaseCommand.h',
- 'editing/TypingCommand.cpp',
- 'editing/UndoStack.cpp',
- 'editing/UndoStack.h',
- 'editing/UndoStep.h',
- 'editing/UnlinkCommand.cpp',
- 'editing/UnlinkCommand.h',
- 'editing/VisiblePosition.cpp',
- 'editing/VisibleSelection.cpp',
- 'editing/VisibleUnits.cpp',
- 'editing/WrapContentsInDummySpanCommand.cpp',
- 'editing/WrapContentsInDummySpanCommand.h',
- 'editing/htmlediting.cpp',
- 'editing/markup.cpp',
- 'fetch/AccessControlStatus.h',
- 'fetch/CSSStyleSheetResource.cpp',
- 'fetch/CSSStyleSheetResource.h',
- 'fetch/CachedMetadata.h',
- 'fetch/CrossOriginAccessControl.cpp',
- 'fetch/CrossOriginAccessControl.h',
- 'fetch/DocumentResource.cpp',
- 'fetch/DocumentResource.h',
- 'fetch/DocumentResourceReference.h',
- 'fetch/FetchContext.cpp',
- 'fetch/FetchContext.h',
- 'fetch/FetchInitiatorInfo.h',
- 'fetch/FetchRequest.cpp',
- 'fetch/FetchRequest.h',
- 'fetch/FetchUtils.cpp',
- 'fetch/FetchUtils.h',
- 'fetch/FontResource.cpp',
- 'fetch/FontResource.h',
- 'fetch/ImageResource.cpp',
- 'fetch/ImageResource.h',
- 'fetch/MemoryCache.cpp',
- 'fetch/MemoryCache.h',
- 'fetch/RawResource.cpp',
- 'fetch/RawResource.h',
- 'fetch/Resource.cpp',
- 'fetch/Resource.h',
- 'fetch/ResourceClientWalker.h',
- 'fetch/ResourceFetcher.cpp',
- 'fetch/ResourceFetcher.h',
- 'fetch/ResourceLoadPriorityOptimizer.cpp',
- 'fetch/ResourceLoadPriorityOptimizer.h',
- 'fetch/ResourceLoader.cpp',
- 'fetch/ResourceLoader.h',
- 'fetch/ResourceLoaderOptions.h',
- 'fetch/ResourceLoaderSet.cpp',
- 'fetch/ResourceLoaderSet.h',
- 'fetch/ResourcePtr.cpp',
- 'fetch/ResourcePtr.h',
- 'fetch/ScriptResource.cpp',
- 'fetch/ScriptResource.h',
- 'fetch/TextResource.cpp',
- 'fetch/TextResource.h',
- 'fetch/XSLStyleSheetResource.cpp',
- 'fetch/XSLStyleSheetResource.h',
- 'fileapi/Blob.cpp',
- 'fileapi/Blob.h',
- 'fileapi/File.cpp',
- 'fileapi/File.h',
- 'fileapi/FileError.cpp',
- 'fileapi/FileError.h',
- 'fileapi/FileList.cpp',
- 'fileapi/FileList.h',
- 'fileapi/FileReader.cpp',
- 'fileapi/FileReader.h',
- 'fileapi/FileReaderLoader.cpp',
- 'fileapi/FileReaderLoader.h',
- 'fileapi/FileReaderLoaderClient.h',
- 'fileapi/FileReaderSync.cpp',
- 'fileapi/FileReaderSync.h',
- 'frame/BarProp.cpp',
- 'frame/BarProp.h',
- 'frame/Console.cpp',
- 'frame/Console.h',
- 'frame/ConsoleBase.cpp',
- 'frame/ConsoleBase.h',
- 'frame/DOMTimer.cpp',
- 'frame/DOMTimer.h',
- 'frame/DOMTimerCoordinator.cpp',
- 'frame/DOMTimerCoordinator.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/DOMWindowProperty.cpp',
- 'frame/DOMWindowProperty.h',
- 'frame/DOMWindowTimers.cpp',
- 'frame/DOMWindowTimers.h',
- 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp',
- 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h',
- 'frame/DeviceSingleWindowEventController.cpp',
- 'frame/DeviceSingleWindowEventController.h',
- 'frame/EventHandlerRegistry.cpp',
- 'frame/EventHandlerRegistry.h',
- 'frame/Frame.cpp',
- 'frame/Frame.h',
- 'frame/FrameConsole.cpp',
- 'frame/FrameDestructionObserver.cpp',
- 'frame/FrameDestructionObserver.h',
- 'frame/FrameHost.cpp',
- 'frame/FrameHost.h',
- 'frame/FrameOwner.h',
- 'frame/FrameView.cpp',
- 'frame/FrameView.h',
- 'frame/FrameViewAutoSizeInfo.cpp',
- 'frame/History.cpp',
- 'frame/History.h',
- 'frame/ImageBitmap.cpp',
- 'frame/ImageBitmap.h',
- 'frame/LocalDOMWindow.cpp',
- 'frame/LocalDOMWindow.h',
- 'frame/LocalFrame.cpp',
- 'frame/LocalFrame.h',
- 'frame/Location.cpp',
- 'frame/Location.h',
- 'frame/Navigator.cpp',
- 'frame/Navigator.h',
- 'frame/NavigatorCPU.cpp',
- 'frame/NavigatorCPU.h',
- 'frame/NavigatorID.cpp',
- 'frame/NavigatorID.h',
- 'frame/NavigatorLanguage.cpp',
- 'frame/NavigatorLanguage.h',
- 'frame/NavigatorOnLine.h',
- 'frame/PinchViewport.cpp',
- 'frame/PinchViewport.h',
- 'frame/PlatformEventController.cpp',
- 'frame/PlatformEventController.h',
- 'frame/PlatformEventDispatcher.cpp',
- 'frame/PlatformEventDispatcher.h',
- 'frame/RemoteDOMWindow.cpp',
- 'frame/RemoteDOMWindow.h',
- 'frame/RemoteFrame.cpp',
- 'frame/RemoteFrame.h',
- 'frame/RemoteFrameClient.h',
- 'frame/RemoteFrameView.cpp',
- 'frame/RemoteFrameView.h',
- 'frame/Screen.cpp',
- 'frame/Screen.h',
- 'frame/Settings.cpp',
- 'frame/SettingsDelegate.cpp',
- 'frame/SettingsDelegate.h',
- 'frame/SmartClip.cpp',
- 'frame/SmartClip.h',
- 'frame/SubresourceIntegrity.cpp',
- 'frame/SubresourceIntegrity.h',
- 'frame/SuspendableTimer.cpp',
- 'frame/SuspendableTimer.h',
- 'frame/UseCounter.cpp',
- 'frame/csp/CSPDirectiveList.cpp',
- 'frame/csp/CSPSource.cpp',
- 'frame/csp/CSPSourceList.cpp',
- 'frame/csp/ContentSecurityPolicy.cpp',
- 'frame/csp/MediaListDirective.cpp',
- 'frame/csp/SourceListDirective.cpp',
- 'imagebitmap/ImageBitmapFactories.cpp',
- 'imagebitmap/ImageBitmapFactories.h',
- 'inspector/AsyncCallChain.cpp',
- 'inspector/AsyncCallChain.h',
- 'inspector/AsyncCallChainMap.h',
- 'inspector/AsyncCallTracker.cpp',
- 'inspector/AsyncCallTracker.h',
- 'inspector/BindingVisitors.h',
- 'inspector/ConsoleAPITypes.h',
- 'inspector/ConsoleMessage.cpp',
- 'inspector/ConsoleMessage.h',
- 'inspector/ConsoleMessageStorage.cpp',
- 'inspector/ConsoleMessageStorage.h',
- 'inspector/ContentSearchUtils.cpp',
- 'inspector/ContentSearchUtils.h',
- 'inspector/DOMEditor.cpp',
- 'inspector/DOMEditor.h',
- 'inspector/DOMPatchSupport.cpp',
- 'inspector/DOMPatchSupport.h',
- 'inspector/DevToolsHost.cpp',
- 'inspector/DevToolsHost.h',
- 'inspector/IdentifiersFactory.cpp',
- 'inspector/IdentifiersFactory.h',
- 'inspector/InjectedScript.cpp',
- 'inspector/InjectedScript.h',
- 'inspector/InjectedScriptBase.cpp',
- 'inspector/InjectedScriptBase.h',
- 'inspector/InjectedScriptCanvasModule.cpp',
- 'inspector/InjectedScriptCanvasModule.h',
- 'inspector/InjectedScriptHost.cpp',
- 'inspector/InjectedScriptHost.h',
- 'inspector/InjectedScriptManager.cpp',
- 'inspector/InjectedScriptManager.h',
- 'inspector/InjectedScriptModule.cpp',
- 'inspector/InjectedScriptModule.h',
- 'inspector/InspectorAnimationAgent.cpp',
- 'inspector/InspectorAnimationAgent.h',
- 'inspector/InspectorApplicationCacheAgent.cpp',
- 'inspector/InspectorApplicationCacheAgent.h',
- 'inspector/InspectorBaseAgent.cpp',
- 'inspector/InspectorCSSAgent.cpp',
- 'inspector/InspectorCSSAgent.h',
- 'inspector/InspectorCanvasAgent.cpp',
- 'inspector/InspectorCanvasAgent.h',
- 'inspector/InspectorCanvasInstrumentation.h',
- 'inspector/InspectorConsoleAgent.cpp',
- 'inspector/InspectorConsoleAgent.h',
- 'inspector/InspectorConsoleInstrumentation.h',
- 'inspector/InspectorController.cpp',
- 'inspector/InspectorController.h',
- 'inspector/InspectorCounters.cpp',
- 'inspector/InspectorCounters.h',
- 'inspector/InspectorDOMAgent.cpp',
- 'inspector/InspectorDOMDebuggerAgent.cpp',
- 'inspector/InspectorDOMDebuggerAgent.h',
- 'inspector/InspectorDOMStorageAgent.cpp',
- 'inspector/InspectorDOMStorageAgent.h',
- 'inspector/InspectorDebuggerAgent.cpp',
- 'inspector/InspectorDebuggerAgent.h',
- 'inspector/InspectorFrontendChannel.h',
- 'inspector/InspectorHeapProfilerAgent.cpp',
- 'inspector/InspectorHeapProfilerAgent.h',
- 'inspector/InspectorHistory.cpp',
- 'inspector/InspectorHistory.h',
- 'inspector/InspectorInputAgent.cpp',
- 'inspector/InspectorInputAgent.h',
- 'inspector/InspectorInspectorAgent.cpp',
- 'inspector/InspectorInstrumentation.cpp',
- 'inspector/InspectorInstrumentation.h',
- 'inspector/InspectorInstrumentationCustomInl.h',
- 'inspector/InspectorLayerTreeAgent.cpp',
- 'inspector/InspectorLayerTreeAgent.h',
- 'inspector/InspectorMemoryAgent.cpp',
- 'inspector/InspectorMemoryAgent.h',
- 'inspector/InspectorNodeIds.cpp',
- 'inspector/InspectorNodeIds.h',
- 'inspector/InspectorOverlay.cpp',
- 'inspector/InspectorOverlay.h',
- 'inspector/InspectorOverlayHost.cpp',
- 'inspector/InspectorOverlayHost.h',
- 'inspector/InspectorPageAgent.cpp',
- 'inspector/InspectorPageAgent.h',
- 'inspector/InspectorProfilerAgent.cpp',
- 'inspector/InspectorProfilerAgent.h',
- 'inspector/InspectorResourceAgent.cpp',
- 'inspector/InspectorResourceAgent.h',
- 'inspector/InspectorResourceContentLoader.cpp',
- 'inspector/InspectorResourceContentLoader.h',
- 'inspector/InspectorRuntimeAgent.cpp',
- 'inspector/InspectorRuntimeAgent.h',
- 'inspector/InspectorState.cpp',
- 'inspector/InspectorState.h',
- 'inspector/InspectorStateClient.h',
- 'inspector/InspectorStyleSheet.cpp',
- 'inspector/InspectorStyleSheet.h',
- 'inspector/InspectorStyleTextEditor.cpp',
- 'inspector/InspectorStyleTextEditor.h',
- 'inspector/InspectorTimelineAgent.cpp',
- 'inspector/InspectorTimelineAgent.h',
- 'inspector/InspectorTraceEvents.cpp',
- 'inspector/InspectorTraceEvents.h',
- 'inspector/InspectorTracingAgent.cpp',
- 'inspector/InspectorTracingAgent.h',
- 'inspector/InspectorWorkerAgent.cpp',
- 'inspector/InspectorWorkerAgent.h',
- 'inspector/InstrumentingAgents.h',
- 'inspector/JSONParser.cpp',
- 'inspector/JSONParser.h',
- 'inspector/JavaScriptCallFrame.cpp',
- 'inspector/JavaScriptCallFrame.h',
- 'inspector/NetworkResourcesData.cpp',
- 'inspector/NetworkResourcesData.h',
- 'inspector/PageConsoleAgent.cpp',
- 'inspector/PageConsoleAgent.h',
- 'inspector/PageDebuggerAgent.cpp',
- 'inspector/PageDebuggerAgent.h',
- 'inspector/PageRuntimeAgent.cpp',
- 'inspector/PageRuntimeAgent.h',
- 'inspector/PromiseTracker.cpp',
- 'inspector/PromiseTracker.h',
- 'inspector/ScriptArguments.cpp',
- 'inspector/ScriptArguments.h',
- 'inspector/ScriptAsyncCallStack.cpp',
- 'inspector/ScriptAsyncCallStack.h',
- 'inspector/ScriptCallFrame.cpp',
- 'inspector/ScriptCallFrame.h',
- 'inspector/ScriptCallStack.cpp',
- 'inspector/ScriptCallStack.h',
- 'inspector/ScriptDebugListener.cpp',
- 'inspector/ScriptDebugListener.h',
- 'inspector/ScriptGCEventListener.h',
- 'inspector/ScriptProfile.cpp',
- 'inspector/ScriptProfile.h',
- 'inspector/TraceEventDispatcher.cpp',
- 'inspector/TraceEventDispatcher.h',
- 'inspector/V8AsyncCallTracker.cpp',
- 'inspector/V8AsyncCallTracker.h',
- 'inspector/WorkerConsoleAgent.cpp',
- 'inspector/WorkerConsoleAgent.h',
- 'inspector/WorkerDebuggerAgent.cpp',
- 'inspector/WorkerDebuggerAgent.h',
- 'inspector/WorkerInspectorController.cpp',
- 'inspector/WorkerInspectorController.h',
- 'inspector/WorkerRuntimeAgent.cpp',
- 'inspector/WorkerRuntimeAgent.h',
+ 'webcore_rendering_files': [
'layout/AbstractInlineTextBox.cpp',
'layout/AbstractInlineTextBox.h',
'layout/BidiRun.h',
@@ -1521,6 +692,989 @@
'layout/svg/line/SVGInlineTextBox.h',
'layout/svg/line/SVGRootInlineBox.cpp',
'layout/svg/line/SVGRootInlineBox.h',
+ 'rendering/RenderApplet.cpp',
+ 'rendering/RenderApplet.h',
+ 'rendering/RenderBR.cpp',
+ 'rendering/RenderBlock.cpp',
+ 'rendering/RenderBlockFlow.cpp',
+ 'rendering/RenderBlockLineLayout.cpp',
+ 'rendering/RenderBox.cpp',
+ 'rendering/RenderBoxModelObject.cpp',
+ 'rendering/RenderButton.cpp',
+ 'rendering/RenderButton.h',
+ 'rendering/RenderCombineText.cpp',
+ 'rendering/RenderCombineText.h',
+ 'rendering/RenderDeprecatedFlexibleBox.cpp',
+ 'rendering/RenderDeprecatedFlexibleBox.h',
+ 'rendering/RenderDetailsMarker.cpp',
+ 'rendering/RenderDetailsMarker.h',
+ 'rendering/RenderEmbeddedObject.cpp',
+ 'rendering/RenderFieldset.cpp',
+ 'rendering/RenderFieldset.h',
+ 'rendering/RenderFileUploadControl.cpp',
+ 'rendering/RenderFileUploadControl.h',
+ 'rendering/RenderFlexibleBox.cpp',
+ 'rendering/RenderFlexibleBox.h',
+ 'rendering/RenderFlowThread.cpp',
+ 'rendering/RenderFlowThread.h',
+ 'rendering/RenderFrame.cpp',
+ 'rendering/RenderFrame.h',
+ 'rendering/RenderFrameSet.cpp',
+ 'rendering/RenderFrameSet.h',
+ 'rendering/RenderFullScreen.cpp',
+ 'rendering/RenderFullScreen.h',
+ 'rendering/RenderGeometryMap.cpp',
+ 'rendering/RenderGeometryMap.h',
+ 'rendering/RenderGeometryMapStep.h',
+ 'rendering/RenderGrid.cpp',
+ 'rendering/RenderGrid.h',
+ 'rendering/RenderHTMLCanvas.cpp',
+ 'rendering/RenderHTMLCanvas.h',
+ 'rendering/RenderIFrame.cpp',
+ 'rendering/RenderIFrame.h',
+ 'rendering/RenderImage.cpp',
+ 'rendering/RenderImageResource.cpp',
+ 'rendering/RenderImageResourceStyleImage.cpp',
+ 'rendering/RenderInline.cpp',
+ 'rendering/RenderInline.h',
+ 'rendering/RenderLineBoxList.cpp',
+ 'rendering/RenderListBox.cpp',
+ 'rendering/RenderListBox.h',
+ 'rendering/RenderListItem.cpp',
+ 'rendering/RenderListMarker.cpp',
+ 'rendering/RenderListMarker.h',
+ 'rendering/RenderMedia.cpp',
+ 'rendering/RenderMedia.h',
+ 'rendering/RenderMediaControlElements.cpp',
+ 'rendering/RenderMediaControlElements.h',
+ 'rendering/RenderMediaControls.cpp',
+ 'rendering/RenderMediaControls.h',
+ 'rendering/RenderMenuList.cpp',
+ 'rendering/RenderMenuList.h',
+ 'rendering/RenderMeter.cpp',
+ 'rendering/RenderMeter.h',
+ 'rendering/RenderMultiColumnFlowThread.cpp',
+ 'rendering/RenderMultiColumnFlowThread.h',
+ 'rendering/RenderMultiColumnSet.cpp',
+ 'rendering/RenderMultiColumnSet.h',
+ 'rendering/RenderMultiColumnSpannerPlaceholder.cpp',
+ 'rendering/RenderMultiColumnSpannerPlaceholder.h',
+ 'rendering/RenderPagedFlowThread.cpp',
+ 'rendering/RenderPagedFlowThread.h',
+ 'rendering/RenderPart.cpp',
+ 'rendering/RenderProgress.cpp',
+ 'rendering/RenderProgress.h',
+ 'rendering/RenderQuote.cpp',
+ 'rendering/RenderQuote.h',
+ 'rendering/RenderRegion.cpp',
+ 'rendering/RenderRegion.h',
+ 'rendering/RenderReplaced.cpp',
+ 'rendering/RenderReplica.cpp',
+ 'rendering/RenderReplica.h',
+ 'rendering/RenderScrollbar.cpp',
+ 'rendering/RenderScrollbar.h',
+ 'rendering/RenderScrollbarPart.cpp',
+ 'rendering/RenderScrollbarPart.h',
+ 'rendering/RenderScrollbarTheme.cpp',
+ 'rendering/RenderScrollbarTheme.h',
+ 'rendering/RenderSearchField.cpp',
+ 'rendering/RenderSearchField.h',
+ 'rendering/RenderSelectionInfo.h',
+ 'rendering/RenderText.cpp',
+ 'rendering/RenderTextControl.cpp',
+ 'rendering/RenderTextControl.h',
+ 'rendering/RenderTextControlMultiLine.cpp',
+ 'rendering/RenderTextControlMultiLine.h',
+ 'rendering/RenderTextControlSingleLine.cpp',
+ 'rendering/RenderTextControlSingleLine.h',
+ 'rendering/RenderTextFragment.cpp',
+ 'rendering/RenderTextFragment.h',
+ 'rendering/RenderVTTCue.cpp',
+ 'rendering/RenderVTTCue.h',
+ 'rendering/RenderVideo.cpp',
+ 'rendering/RenderVideo.h',
+ 'rendering/RenderView.cpp',
+ 'rendering/RenderWordBreak.cpp',
+ 'rendering/RenderWordBreak.h',
+ 'rendering/style/AppliedTextDecoration.cpp',
+ 'rendering/style/BasicShapes.cpp',
+ 'rendering/style/BorderEdge.cpp',
+ 'rendering/style/BorderEdge.h',
+ 'rendering/style/BorderImageLength.h',
+ 'rendering/style/BorderImageLengthBox.h',
+ 'rendering/style/CachedUAStyle.h',
+ 'rendering/style/ContentData.cpp',
+ 'rendering/style/CounterDirectives.cpp',
+ 'rendering/style/FillLayer.cpp',
+ 'rendering/style/GridCoordinate.h',
+ 'rendering/style/GridResolvedPosition.cpp',
+ 'rendering/style/GridResolvedPosition.h',
+ 'rendering/style/KeyframeList.cpp',
+ 'rendering/style/KeyframeList.h',
+ 'rendering/style/NinePieceImage.cpp',
+ 'rendering/style/PathStyleMotionPath.cpp',
+ 'rendering/style/PathStyleMotionPath.h',
+ 'rendering/style/QuotesData.cpp',
+ 'rendering/style/QuotesData.h',
+ '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/StyleDeprecatedFlexibleBoxData.cpp',
+ 'rendering/style/StyleFetchedImage.cpp',
+ 'rendering/style/StyleFetchedImageSet.cpp',
+ 'rendering/style/StyleFilterData.cpp',
+ 'rendering/style/StyleFlexibleBoxData.cpp',
+ 'rendering/style/StyleGeneratedImage.cpp',
+ 'rendering/style/StyleGridData.cpp',
+ 'rendering/style/StyleGridItemData.cpp',
+ 'rendering/style/StyleInheritedData.cpp',
+ 'rendering/style/StyleMotionData.cpp',
+ 'rendering/style/StyleMotionData.h',
+ 'rendering/style/StyleMotionPath.h',
+ 'rendering/style/StyleMultiColData.cpp',
+ 'rendering/style/StylePendingImage.h',
+ 'rendering/style/StyleRareInheritedData.cpp',
+ 'rendering/style/StyleRareNonInheritedData.cpp',
+ 'rendering/style/StyleSurroundData.cpp',
+ 'rendering/style/StyleTransformData.cpp',
+ 'rendering/style/StyleVisualData.cpp',
+ 'rendering/style/StyleWillChangeData.cpp',
+ ],
+ 'webcore_non_rendering_files': [
+ 'Init.cpp',
+ 'Init.h',
+ 'animation/ActiveAnimations.cpp',
+ 'animation/ActiveAnimations.h',
+ 'animation/Animation.cpp',
+ 'animation/Animation.h',
+ 'animation/AnimationClock.cpp',
+ 'animation/AnimationClock.h',
+ 'animation/AnimationEffect.h',
+ 'animation/AnimationInputHelpers.cpp',
+ 'animation/AnimationInputHelpers.h',
+ 'animation/AnimationNode.cpp',
+ 'animation/AnimationNode.h',
+ 'animation/AnimationNodeTiming.cpp',
+ 'animation/AnimationNodeTiming.h',
+ 'animation/AnimationPlayer.cpp',
+ 'animation/AnimationPlayer.h',
+ 'animation/AnimationStack.cpp',
+ 'animation/AnimationStack.h',
+ 'animation/AnimationTimeline.cpp',
+ 'animation/AnimationTimeline.h',
+ 'animation/AnimationTranslationUtil.cpp',
+ 'animation/AnimationTranslationUtil.h',
+ 'animation/CompositorAnimations.cpp',
+ 'animation/CompositorAnimations.h',
+ 'animation/CompositorAnimationsImpl.h',
+ 'animation/CompositorPendingAnimations.cpp',
+ 'animation/CompositorPendingAnimations.h',
+ 'animation/ColorStyleInterpolation.cpp',
+ 'animation/ColorStyleInterpolation.h',
+ 'animation/ConstantStyleInterpolation.h',
+ 'animation/DeferredLegacyStyleInterpolation.cpp',
+ 'animation/DeferredLegacyStyleInterpolation.h',
+ 'animation/DocumentAnimation.h',
+ 'animation/DocumentAnimations.cpp',
+ 'animation/DocumentAnimations.h',
+ 'animation/DoubleStyleInterpolation.h',
+ 'animation/DoubleStyleInterpolation.cpp',
+ 'animation/EffectInput.cpp',
+ 'animation/EffectInput.h',
+ 'animation/ElementAnimation.h',
+ 'animation/ImageStyleInterpolation.cpp',
+ 'animation/ImageStyleInterpolation.h',
+ 'animation/InertAnimation.cpp',
+ 'animation/InertAnimation.h',
+ 'animation/InterpolableValue.cpp',
+ 'animation/InterpolableValue.h',
+ 'animation/Interpolation.cpp',
+ 'animation/Interpolation.h',
+ 'animation/InterpolationEffect.cpp',
+ 'animation/InterpolationEffect.h',
+ 'animation/KeyframeEffectModel.cpp',
+ 'animation/KeyframeEffectModel.h',
+ 'animation/LegacyStyleInterpolation.h',
+ 'animation/LengthBoxStyleInterpolation.cpp',
+ 'animation/LengthBoxStyleInterpolation.h',
+ 'animation/LengthPairStyleInterpolation.cpp',
+ 'animation/LengthPairStyleInterpolation.h',
+ 'animation/LengthStyleInterpolation.cpp',
+ 'animation/LengthStyleInterpolation.h',
+ 'animation/SVGLengthStyleInterpolation.cpp',
+ 'animation/SVGLengthStyleInterpolation.h',
+ 'animation/SampledEffect.cpp',
+ 'animation/SampledEffect.h',
+ 'animation/ListStyleInterpolation.h',
+ 'animation/ShadowStyleInterpolation.cpp',
+ 'animation/ShadowStyleInterpolation.h',
+ 'animation/StringKeyframe.cpp',
+ 'animation/StringKeyframe.h',
+ 'animation/StyleInterpolation.h',
+ 'animation/Timing.cpp',
+ 'animation/Timing.h',
+ 'animation/TimingCalculations.h',
+ 'animation/TimingInput.cpp',
+ 'animation/TimingInput.h',
+ 'animation/TransformStyleInterpolation.cpp',
+ 'animation/TransformStyleInterpolation.h',
+ 'animation/VisibilityStyleInterpolation.cpp',
+ 'animation/VisibilityStyleInterpolation.h',
+ 'animation/animatable/AnimatableClipPathOperation.cpp',
+ 'animation/animatable/AnimatableClipPathOperation.h',
+ 'animation/animatable/AnimatableColor.cpp',
+ 'animation/animatable/AnimatableColor.h',
+ 'animation/animatable/AnimatableDouble.cpp',
+ 'animation/animatable/AnimatableDouble.h',
+ 'animation/animatable/AnimatableDoubleAndBool.cpp',
+ 'animation/animatable/AnimatableDoubleAndBool.h',
+ 'animation/animatable/AnimatableFilterOperations.cpp',
+ 'animation/animatable/AnimatableFilterOperations.h',
+ 'animation/animatable/AnimatableImage.cpp',
+ 'animation/animatable/AnimatableImage.h',
+ 'animation/animatable/AnimatableLength.cpp',
+ 'animation/animatable/AnimatableLength.h',
+ 'animation/animatable/AnimatableLengthBox.cpp',
+ 'animation/animatable/AnimatableLengthBox.h',
+ 'animation/animatable/AnimatableLengthBoxAndBool.cpp',
+ 'animation/animatable/AnimatableLengthBoxAndBool.h',
+ 'animation/animatable/AnimatableLengthPoint.cpp',
+ 'animation/animatable/AnimatableLengthPoint.h',
+ 'animation/animatable/AnimatableLengthPoint3D.cpp',
+ 'animation/animatable/AnimatableLengthPoint3D.h',
+ 'animation/animatable/AnimatableLengthSize.cpp',
+ 'animation/animatable/AnimatableLengthSize.h',
+ 'animation/animatable/AnimatableNeutral.h',
+ 'animation/animatable/AnimatableRepeatable.cpp',
+ 'animation/animatable/AnimatableRepeatable.h',
+ 'animation/animatable/AnimatableSVGLength.cpp',
+ 'animation/animatable/AnimatableSVGLength.h',
+ 'animation/animatable/AnimatableSVGPaint.cpp',
+ 'animation/animatable/AnimatableSVGPaint.h',
+ 'animation/animatable/AnimatableShadow.cpp',
+ 'animation/animatable/AnimatableShadow.h',
+ 'animation/animatable/AnimatableShapeValue.cpp',
+ 'animation/animatable/AnimatableShapeValue.h',
+ 'animation/animatable/AnimatableStrokeDasharrayList.cpp',
+ 'animation/animatable/AnimatableStrokeDasharrayList.h',
+ 'animation/animatable/AnimatableTransform.cpp',
+ 'animation/animatable/AnimatableTransform.h',
+ 'animation/animatable/AnimatableUnknown.h',
+ 'animation/animatable/AnimatableValue.cpp',
+ 'animation/animatable/AnimatableValue.h',
+ 'animation/animatable/AnimatableValueKeyframe.cpp',
+ 'animation/animatable/AnimatableValueKeyframe.h',
+ 'animation/animatable/AnimatableVisibility.cpp',
+ 'animation/animatable/AnimatableVisibility.h',
+ 'animation/css/CSSAnimatableValueFactory.cpp',
+ 'animation/css/CSSAnimatableValueFactory.h',
+ 'animation/css/CSSAnimationData.cpp',
+ 'animation/css/CSSAnimationData.h',
+ 'animation/css/CSSAnimations.cpp',
+ 'animation/css/CSSAnimations.h',
+ 'animation/css/CSSAnimationUpdate.h',
+ 'animation/css/CSSPropertyEquality.cpp',
+ 'animation/css/CSSPropertyEquality.h',
+ 'animation/css/CSSTimingData.cpp',
+ 'animation/css/CSSTimingData.h',
+ 'animation/css/CSSTransitionData.cpp',
+ 'animation/css/CSSTransitionData.h',
+ 'clipboard/DataObject.cpp',
+ 'clipboard/DataObject.h',
+ 'clipboard/DataObjectItem.cpp',
+ 'clipboard/DataObjectItem.h',
+ 'clipboard/DataTransfer.cpp',
+ 'clipboard/DataTransfer.h',
+ 'clipboard/DataTransferItem.cpp',
+ 'clipboard/DataTransferItem.h',
+ 'clipboard/DataTransferItemList.cpp',
+ 'clipboard/DataTransferItemList.h',
+ 'clipboard/Pasteboard.cpp',
+ 'clipboard/Pasteboard.h',
+ 'css/BasicShapeFunctions.cpp',
+ 'css/BinaryDataFontFaceSource.cpp',
+ 'css/BinaryDataFontFaceSource.h',
+ 'css/CSSBasicShapes.cpp',
+ 'css/CSSBorderImage.cpp',
+ 'css/CSSBorderImage.h',
+ 'css/CSSBorderImageSliceValue.cpp',
+ 'css/CSSBorderImageSliceValue.h',
+ 'css/CSSCalculationValue.cpp',
+ 'css/CSSCalculationValue.h',
+ 'css/CSSCanvasValue.cpp',
+ 'css/CSSCanvasValue.h',
+ 'css/CSSComputedStyleDeclaration.cpp',
+ 'css/CSSContentDistributionValue.cpp',
+ 'css/CSSContentDistributionValue.h',
+ 'css/CSSCrossfadeValue.cpp',
+ 'css/CSSCrossfadeValue.h',
+ 'css/CSSCursorImageValue.cpp',
+ 'css/CSSCustomFontData.h',
+ 'css/CSSDefaultStyleSheets.cpp',
+ 'css/CSSDefaultStyleSheets.h',
+ 'css/CSSFilterValue.cpp',
+ 'css/CSSFilterValue.h',
+ 'css/CSSFontFace.cpp',
+ 'css/CSSFontFace.h',
+ 'css/CSSFontFaceRule.cpp',
+ 'css/CSSFontFaceRule.h',
+ 'css/CSSFontFaceSource.cpp',
+ 'css/CSSFontFaceSource.h',
+ 'css/CSSFontFaceSrcValue.cpp',
+ 'css/CSSFontFaceSrcValue.h',
+ 'css/CSSFontFeatureValue.cpp',
+ 'css/CSSFontFeatureValue.h',
+ 'css/CSSFontSelector.cpp',
+ 'css/CSSFontSelector.h',
+ 'css/CSSFontSelectorClient.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/CSSGridTemplateAreasValue.cpp',
+ 'css/CSSGridTemplateAreasValue.h',
+ 'css/CSSGroupingRule.cpp',
+ 'css/CSSGroupingRule.h',
+ 'css/CSSImageGeneratorValue.cpp',
+ 'css/CSSImageSetValue.cpp',
+ 'css/CSSImageValue.cpp',
+ 'css/CSSImportRule.cpp',
+ 'css/CSSImportRule.h',
+ 'css/CSSInheritedValue.cpp',
+ 'css/CSSInheritedValue.h',
+ 'css/CSSInitialValue.cpp',
+ 'css/CSSInitialValue.h',
+ 'css/CSSKeyframeRule.cpp',
+ 'css/CSSKeyframeRule.h',
+ 'css/CSSKeyframesRule.cpp',
+ 'css/CSSKeyframesRule.h',
+ 'css/CSSLineBoxContainValue.cpp',
+ 'css/CSSMarkup.cpp',
+ 'css/CSSMarkup.h',
+ 'css/CSSMatrix.cpp',
+ 'css/CSSMatrix.h',
+ 'css/CSSMediaRule.cpp',
+ 'css/CSSMediaRule.h',
+ 'css/CSSPageRule.cpp',
+ 'css/CSSPageRule.h',
+ 'css/CSSPathValue.cpp',
+ 'css/CSSPathValue.h',
+ 'css/CSSPrimitiveValue.cpp',
+ 'css/CSSPrimitiveValueMappings.h',
+ 'css/CSSProperty.cpp',
+ 'css/CSSPropertySourceData.cpp',
+ 'css/CSSReflectValue.cpp',
+ 'css/CSSRule.cpp',
+ 'css/CSSRule.h',
+ 'css/CSSRuleList.cpp',
+ 'css/CSSRuleList.h',
+ 'css/CSSSVGDocumentValue.cpp',
+ 'css/CSSSVGDocumentValue.h',
+ 'css/CSSSegmentedFontFace.cpp',
+ 'css/CSSSegmentedFontFace.h',
+ 'css/CSSSelector.cpp',
+ 'css/CSSSelectorList.cpp',
+ 'css/CSSSelectorList.h',
+ 'css/CSSShadowValue.cpp',
+ 'css/CSSShadowValue.h',
+ 'css/CSSStyleDeclaration.h',
+ 'css/CSSStyleRule.cpp',
+ 'css/CSSStyleRule.h',
+ 'css/CSSStyleSheet.cpp',
+ 'css/CSSStyleSheet.h',
+ 'css/CSSSupportsRule.cpp',
+ 'css/CSSSupportsRule.h',
+ 'css/CSSTimingFunctionValue.cpp',
+ 'css/CSSTimingFunctionValue.h',
+ 'css/CSSToLengthConversionData.cpp',
+ 'css/CSSToLengthConversionData.h',
+ 'css/CSSTransformValue.cpp',
+ 'css/CSSUnicodeRangeValue.cpp',
+ 'css/CSSUnicodeRangeValue.h',
+ 'css/CSSUnknownRule.h',
+ 'css/CSSUnsetValue.cpp',
+ 'css/CSSUnsetValue.h',
+ 'css/CSSValue.cpp',
+ 'css/CSSValueList.cpp',
+ 'css/CSSValuePool.cpp',
+ 'css/CSSValuePool.h',
+ 'css/CSSViewportRule.cpp',
+ 'css/CSSViewportRule.h',
+ 'css/Counter.cpp',
+ 'css/Counter.h',
+ 'css/DOMWindowCSS.cpp',
+ 'css/DOMWindowCSS.h',
+ 'css/DocumentFontFaceSet.cpp',
+ 'css/DocumentFontFaceSet.h',
+ 'css/ElementRuleCollector.cpp',
+ 'css/ElementRuleCollector.h',
+ 'css/FontFace.cpp',
+ 'css/FontFace.h',
+ 'css/FontFaceCache.cpp',
+ 'css/FontFaceCache.h',
+ 'css/FontFaceSet.cpp',
+ 'css/FontFaceSet.h',
+ 'css/FontFaceSetForEachCallback.h',
+ 'css/FontFaceSetLoadEvent.cpp',
+ 'css/FontFaceSetLoadEvent.h',
+ 'css/FontLoader.cpp',
+ 'css/FontLoader.h',
+ 'css/FontSize.cpp',
+ 'css/FontSize.h',
+ 'css/HashTools.h',
+ 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp',
+ 'css/KeyframeStyleRuleCSSStyleDeclaration.h',
+ 'css/LocalFontFaceSource.cpp',
+ 'css/LocalFontFaceSource.h',
+ 'css/MediaList.cpp',
+ 'css/MediaList.h',
+ 'css/MediaQuery.cpp',
+ 'css/MediaQuery.h',
+ 'css/MediaQueryEvaluator.cpp',
+ 'css/MediaQueryEvaluator.h',
+ 'css/MediaQueryExp.cpp',
+ 'css/MediaQueryExp.h',
+ 'css/MediaQueryList.cpp',
+ 'css/MediaQueryList.h',
+ 'css/MediaQueryListEvent.h',
+ 'css/MediaQueryListListener.cpp',
+ 'css/MediaQueryListListener.h',
+ 'css/MediaQueryMatcher.cpp',
+ 'css/MediaQueryMatcher.h',
+ 'css/MediaValues.cpp',
+ 'css/MediaValuesCached.cpp',
+ 'css/MediaValuesDynamic.cpp',
+ 'css/PageRuleCollector.cpp',
+ 'css/PageRuleCollector.h',
+ 'css/Pair.cpp',
+ 'css/Pair.h',
+ 'css/PropertySetCSSStyleDeclaration.cpp',
+ 'css/PropertySetCSSStyleDeclaration.h',
+ 'css/PseudoStyleRequest.h',
+ 'css/Rect.cpp',
+ 'css/Rect.h',
+ 'css/RemoteFontFaceSource.cpp',
+ 'css/RemoteFontFaceSource.h',
+ 'css/RenderStyleCSSValueMapping.h',
+ 'css/RenderStyleCSSValueMapping.cpp',
+ 'css/RuleFeature.cpp',
+ 'css/RuleFeature.h',
+ 'css/RuleSet.cpp',
+ 'css/RuleSet.h',
+ 'css/SelectorChecker.cpp',
+ 'css/SelectorChecker.h',
+ 'css/SelectorFilter.cpp',
+ 'css/SelectorFilter.h',
+ 'css/SiblingTraversalStrategies.h',
+ 'css/StyleColor.h',
+ 'css/StyleMedia.cpp',
+ 'css/StyleMedia.h',
+ 'css/StylePropertySerializer.cpp',
+ 'css/StylePropertySerializer.h',
+ 'css/StylePropertySet.cpp',
+ 'css/StylePropertySet.h',
+ 'css/StylePropertyShorthandCustom.cpp',
+ 'css/StyleRule.cpp',
+ 'css/StyleRule.h',
+ 'css/StyleRuleImport.cpp',
+ 'css/StyleRuleImport.h',
+ 'css/StyleRuleKeyframe.cpp',
+ 'css/StyleRuleKeyframe.h',
+ 'css/StyleRuleNamespace.h',
+ 'css/StyleSheet.cpp',
+ 'css/StyleSheet.h',
+ 'css/StyleSheetContents.cpp',
+ 'css/StyleSheetContents.h',
+ 'css/StyleSheetList.cpp',
+ 'css/StyleSheetList.h',
+ 'css/TreeBoundaryCrossingRules.cpp',
+ 'css/TreeBoundaryCrossingRules.h',
+ 'css/invalidation/DescendantInvalidationSet.cpp',
+ 'css/invalidation/DescendantInvalidationSet.h',
+ 'css/invalidation/StyleInvalidator.cpp',
+ 'css/invalidation/StyleInvalidator.h',
+ 'css/invalidation/StyleSheetInvalidationAnalysis.cpp',
+ 'css/invalidation/StyleSheetInvalidationAnalysis.h',
+ 'css/parser/BisonCSSParser.h',
+ 'css/parser/BisonCSSTokenizer.h',
+ 'css/parser/CSSParser.cpp',
+ 'css/parser/CSSParser.h',
+ 'css/parser/CSSParserFastPaths.cpp',
+ 'css/parser/CSSParserFastPaths.h',
+ 'css/parser/CSSParserImpl.cpp',
+ 'css/parser/CSSParserImpl.h',
+ 'css/parser/CSSParserMode.cpp',
+ 'css/parser/CSSParserMode.h',
+ 'css/parser/CSSParserToken.cpp',
+ 'css/parser/CSSParserTokenRange.cpp',
+ 'css/parser/CSSParserTokenRange.h',
+ 'css/parser/CSSParserValues.cpp',
+ 'css/parser/CSSPropertyParser.cpp',
+ 'css/parser/CSSPropertyParser.h',
+ 'css/parser/CSSSelectorParser.cpp',
+ 'css/parser/CSSSelectorParser.h',
+ 'css/parser/CSSSupportsParser.cpp',
+ 'css/parser/CSSSupportsParser.h',
+ 'css/parser/CSSTokenizer.cpp',
+ 'css/parser/CSSTokenizerInputStream.cpp',
+ 'css/parser/MediaQueryBlockWatcher.cpp',
+ 'css/parser/MediaQueryParser.cpp',
+ 'css/parser/SizesAttributeParser.cpp',
+ 'css/parser/SizesCalcParser.cpp',
+ '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',
+ 'css/resolver/ElementStyleResources.h',
+ 'css/resolver/FilterOperationResolver.cpp',
+ 'css/resolver/FilterOperationResolver.h',
+ 'css/resolver/FontBuilder.cpp',
+ 'css/resolver/FontBuilder.h',
+ 'css/resolver/MatchRequest.h',
+ 'css/resolver/MatchResult.cpp',
+ 'css/resolver/MatchResult.h',
+ 'css/resolver/MatchedPropertiesCache.cpp',
+ 'css/resolver/MatchedPropertiesCache.h',
+ 'css/resolver/MediaQueryResult.h',
+ 'css/resolver/ScopedStyleResolver.cpp',
+ 'css/resolver/ScopedStyleResolver.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/StyleResolver.cpp',
+ 'css/resolver/StyleResolver.h',
+ 'css/resolver/StyleResolverParentScope.cpp',
+ 'css/resolver/StyleResolverParentScope.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',
+ 'css/resolver/TransformBuilder.h',
+ 'css/resolver/ViewportStyleResolver.cpp',
+ 'css/resolver/ViewportStyleResolver.h',
+ 'editing/AppendNodeCommand.cpp',
+ 'editing/AppendNodeCommand.h',
+ 'editing/ApplyBlockElementCommand.cpp',
+ 'editing/ApplyStyleCommand.cpp',
+ 'editing/ApplyStyleCommand.h',
+ 'editing/BreakBlockquoteCommand.cpp',
+ 'editing/BreakBlockquoteCommand.h',
+ 'editing/Caret.cpp',
+ 'editing/Caret.h',
+ 'editing/CompositeEditCommand.cpp',
+ 'editing/CompositionUnderline.h',
+ 'editing/CompositionUnderlineRangeFilter.cpp',
+ 'editing/CompositionUnderlineRangeFilter.h',
+ 'editing/CreateLinkCommand.cpp',
+ 'editing/CreateLinkCommand.h',
+ 'editing/DOMSelection.cpp',
+ 'editing/DOMSelection.h',
+ 'editing/DeleteFromTextNodeCommand.cpp',
+ 'editing/DeleteFromTextNodeCommand.h',
+ 'editing/DeleteSelectionCommand.cpp',
+ 'editing/EditCommand.cpp',
+ 'editing/EditingBehavior.cpp',
+ 'editing/EditingBehavior.h',
+ 'editing/EditingStyle.cpp',
+ 'editing/Editor.cpp',
+ 'editing/EditorCommand.cpp',
+ 'editing/EditorKeyBindings.cpp',
+ 'editing/FormatBlockCommand.cpp',
+ 'editing/FormatBlockCommand.h',
+ 'editing/FrameSelection.cpp',
+ 'editing/HTMLInterchange.cpp',
+ 'editing/IndentOutdentCommand.cpp',
+ 'editing/IndentOutdentCommand.h',
+ 'editing/InputMethodController.cpp',
+ 'editing/InputMethodController.h',
+ 'editing/InsertIntoTextNodeCommand.cpp',
+ 'editing/InsertIntoTextNodeCommand.h',
+ 'editing/InsertLineBreakCommand.cpp',
+ 'editing/InsertLineBreakCommand.h',
+ 'editing/InsertListCommand.cpp',
+ 'editing/InsertListCommand.h',
+ 'editing/InsertNodeBeforeCommand.cpp',
+ 'editing/InsertNodeBeforeCommand.h',
+ 'editing/InsertParagraphSeparatorCommand.cpp',
+ 'editing/InsertParagraphSeparatorCommand.h',
+ 'editing/InsertTextCommand.cpp',
+ 'editing/InsertTextCommand.h',
+ 'editing/iterators/BackwardsCharacterIterator.cpp',
+ 'editing/iterators/BitStack.cpp',
+ 'editing/iterators/TextIterator.cpp',
+ 'editing/iterators/CharacterIterator.cpp',
+ 'editing/iterators/SimplifiedBackwardsTextIterator.cpp',
+ 'editing/iterators/WordAwareIterator.cpp',
+ 'editing/MarkupAccumulator.cpp',
+ 'editing/MarkupAccumulator.h',
+ 'editing/MergeIdenticalElementsCommand.cpp',
+ 'editing/MergeIdenticalElementsCommand.h',
+ 'editing/MoveSelectionCommand.cpp',
+ 'editing/PlainTextRange.cpp',
+ 'editing/PlainTextRange.h',
+ 'editing/PositionWithAffinity.cpp',
+ 'editing/PositionWithAffinity.h',
+ 'editing/RemoveCSSPropertyCommand.cpp',
+ 'editing/RemoveCSSPropertyCommand.h',
+ 'editing/RemoveFormatCommand.cpp',
+ 'editing/RemoveFormatCommand.h',
+ 'editing/RemoveNodeCommand.cpp',
+ 'editing/RemoveNodeCommand.h',
+ 'editing/RemoveNodePreservingChildrenCommand.cpp',
+ 'editing/RemoveNodePreservingChildrenCommand.h',
+ 'editing/RenderedPosition.cpp',
+ 'editing/RenderedPosition.h',
+ 'editing/ReplaceNodeWithSpanCommand.cpp',
+ 'editing/ReplaceNodeWithSpanCommand.h',
+ 'editing/ReplaceSelectionCommand.cpp',
+ 'editing/SelectionType.h',
+ 'editing/SetNodeAttributeCommand.cpp',
+ 'editing/SetNodeAttributeCommand.h',
+ 'editing/SimplifyMarkupCommand.cpp',
+ 'editing/SmartReplaceCF.cpp',
+ 'editing/SmartReplaceICU.cpp',
+ 'editing/SpellCheckRequester.cpp',
+ 'editing/SpellCheckRequester.h',
+ 'editing/SpellChecker.cpp',
+ 'editing/SpellChecker.h',
+ 'editing/SplitElementCommand.cpp',
+ 'editing/SplitElementCommand.h',
+ 'editing/SplitTextNodeCommand.cpp',
+ 'editing/SplitTextNodeCommand.h',
+ 'editing/SplitTextNodeContainingElementCommand.cpp',
+ 'editing/SplitTextNodeContainingElementCommand.h',
+ 'editing/SurroundingText.cpp',
+ 'editing/SurroundingText.h',
+ 'editing/TextCheckingHelper.cpp',
+ 'editing/TextCheckingHelper.h',
+ 'editing/TextInsertionBaseCommand.cpp',
+ 'editing/TextInsertionBaseCommand.h',
+ 'editing/TypingCommand.cpp',
+ 'editing/UndoStack.cpp',
+ 'editing/UndoStack.h',
+ 'editing/UndoStep.h',
+ 'editing/UnlinkCommand.cpp',
+ 'editing/UnlinkCommand.h',
+ 'editing/VisiblePosition.cpp',
+ 'editing/VisibleSelection.cpp',
+ 'editing/VisibleUnits.cpp',
+ 'editing/WrapContentsInDummySpanCommand.cpp',
+ 'editing/WrapContentsInDummySpanCommand.h',
+ 'editing/htmlediting.cpp',
+ 'editing/markup.cpp',
+ 'fetch/AccessControlStatus.h',
+ 'fetch/CSSStyleSheetResource.cpp',
+ 'fetch/CSSStyleSheetResource.h',
+ 'fetch/CachedMetadata.h',
+ 'fetch/CrossOriginAccessControl.cpp',
+ 'fetch/CrossOriginAccessControl.h',
+ 'fetch/DocumentResource.cpp',
+ 'fetch/DocumentResource.h',
+ 'fetch/DocumentResourceReference.h',
+ 'fetch/FetchContext.cpp',
+ 'fetch/FetchContext.h',
+ 'fetch/FetchInitiatorInfo.h',
+ 'fetch/FetchRequest.cpp',
+ 'fetch/FetchRequest.h',
+ 'fetch/FetchUtils.cpp',
+ 'fetch/FetchUtils.h',
+ 'fetch/FontResource.cpp',
+ 'fetch/FontResource.h',
+ 'fetch/ImageResource.cpp',
+ 'fetch/ImageResource.h',
+ 'fetch/MemoryCache.cpp',
+ 'fetch/MemoryCache.h',
+ 'fetch/RawResource.cpp',
+ 'fetch/RawResource.h',
+ 'fetch/Resource.cpp',
+ 'fetch/Resource.h',
+ 'fetch/ResourceClientWalker.h',
+ 'fetch/ResourceFetcher.cpp',
+ 'fetch/ResourceFetcher.h',
+ 'fetch/ResourceLoadPriorityOptimizer.cpp',
+ 'fetch/ResourceLoadPriorityOptimizer.h',
+ 'fetch/ResourceLoader.cpp',
+ 'fetch/ResourceLoader.h',
+ 'fetch/ResourceLoaderOptions.h',
+ 'fetch/ResourceLoaderSet.cpp',
+ 'fetch/ResourceLoaderSet.h',
+ 'fetch/ResourcePtr.cpp',
+ 'fetch/ResourcePtr.h',
+ 'fetch/ScriptResource.cpp',
+ 'fetch/ScriptResource.h',
+ 'fetch/TextResource.cpp',
+ 'fetch/TextResource.h',
+ 'fetch/XSLStyleSheetResource.cpp',
+ 'fetch/XSLStyleSheetResource.h',
+ 'fileapi/Blob.cpp',
+ 'fileapi/Blob.h',
+ 'fileapi/File.cpp',
+ 'fileapi/File.h',
+ 'fileapi/FileError.cpp',
+ 'fileapi/FileError.h',
+ 'fileapi/FileList.cpp',
+ 'fileapi/FileList.h',
+ 'fileapi/FileReader.cpp',
+ 'fileapi/FileReader.h',
+ 'fileapi/FileReaderLoader.cpp',
+ 'fileapi/FileReaderLoader.h',
+ 'fileapi/FileReaderLoaderClient.h',
+ 'fileapi/FileReaderSync.cpp',
+ 'fileapi/FileReaderSync.h',
+ 'frame/BarProp.cpp',
+ 'frame/BarProp.h',
+ 'frame/Console.cpp',
+ 'frame/Console.h',
+ 'frame/ConsoleBase.cpp',
+ 'frame/ConsoleBase.h',
+ 'frame/DOMTimer.cpp',
+ 'frame/DOMTimer.h',
+ 'frame/DOMTimerCoordinator.cpp',
+ 'frame/DOMTimerCoordinator.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/DOMWindowProperty.cpp',
+ 'frame/DOMWindowProperty.h',
+ 'frame/DOMWindowTimers.cpp',
+ 'frame/DOMWindowTimers.h',
+ 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp',
+ 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h',
+ 'frame/DeviceSingleWindowEventController.cpp',
+ 'frame/DeviceSingleWindowEventController.h',
+ 'frame/EventHandlerRegistry.cpp',
+ 'frame/EventHandlerRegistry.h',
+ 'frame/Frame.cpp',
+ 'frame/Frame.h',
+ 'frame/FrameConsole.cpp',
+ 'frame/FrameDestructionObserver.cpp',
+ 'frame/FrameDestructionObserver.h',
+ 'frame/FrameHost.cpp',
+ 'frame/FrameHost.h',
+ 'frame/FrameOwner.h',
+ 'frame/FrameView.cpp',
+ 'frame/FrameView.h',
+ 'frame/FrameViewAutoSizeInfo.cpp',
+ 'frame/History.cpp',
+ 'frame/History.h',
+ 'frame/ImageBitmap.cpp',
+ 'frame/ImageBitmap.h',
+ 'frame/LocalDOMWindow.cpp',
+ 'frame/LocalDOMWindow.h',
+ 'frame/LocalFrame.cpp',
+ 'frame/LocalFrame.h',
+ 'frame/Location.cpp',
+ 'frame/Location.h',
+ 'frame/Navigator.cpp',
+ 'frame/Navigator.h',
+ 'frame/NavigatorCPU.cpp',
+ 'frame/NavigatorCPU.h',
+ 'frame/NavigatorID.cpp',
+ 'frame/NavigatorID.h',
+ 'frame/NavigatorLanguage.cpp',
+ 'frame/NavigatorLanguage.h',
+ 'frame/NavigatorOnLine.h',
+ 'frame/PinchViewport.cpp',
+ 'frame/PinchViewport.h',
+ 'frame/PlatformEventController.cpp',
+ 'frame/PlatformEventController.h',
+ 'frame/PlatformEventDispatcher.cpp',
+ 'frame/PlatformEventDispatcher.h',
+ 'frame/RemoteDOMWindow.cpp',
+ 'frame/RemoteDOMWindow.h',
+ 'frame/RemoteFrame.cpp',
+ 'frame/RemoteFrame.h',
+ 'frame/RemoteFrameClient.h',
+ 'frame/RemoteFrameView.cpp',
+ 'frame/RemoteFrameView.h',
+ 'frame/Screen.cpp',
+ 'frame/Screen.h',
+ 'frame/Settings.cpp',
+ 'frame/SettingsDelegate.cpp',
+ 'frame/SettingsDelegate.h',
+ 'frame/SmartClip.cpp',
+ 'frame/SmartClip.h',
+ 'frame/SubresourceIntegrity.cpp',
+ 'frame/SubresourceIntegrity.h',
+ 'frame/SuspendableTimer.cpp',
+ 'frame/SuspendableTimer.h',
+ 'frame/UseCounter.cpp',
+ 'frame/csp/CSPDirectiveList.cpp',
+ 'frame/csp/CSPSource.cpp',
+ 'frame/csp/CSPSourceList.cpp',
+ 'frame/csp/ContentSecurityPolicy.cpp',
+ 'frame/csp/MediaListDirective.cpp',
+ 'frame/csp/SourceListDirective.cpp',
+ 'imagebitmap/ImageBitmapFactories.cpp',
+ 'imagebitmap/ImageBitmapFactories.h',
+ 'inspector/AsyncCallChain.cpp',
+ 'inspector/AsyncCallChain.h',
+ 'inspector/AsyncCallChainMap.h',
+ 'inspector/AsyncCallTracker.cpp',
+ 'inspector/AsyncCallTracker.h',
+ 'inspector/BindingVisitors.h',
+ 'inspector/ConsoleAPITypes.h',
+ 'inspector/ConsoleMessage.cpp',
+ 'inspector/ConsoleMessage.h',
+ 'inspector/ConsoleMessageStorage.cpp',
+ 'inspector/ConsoleMessageStorage.h',
+ 'inspector/ContentSearchUtils.cpp',
+ 'inspector/ContentSearchUtils.h',
+ 'inspector/DOMEditor.cpp',
+ 'inspector/DOMEditor.h',
+ 'inspector/DOMPatchSupport.cpp',
+ 'inspector/DOMPatchSupport.h',
+ 'inspector/DevToolsHost.cpp',
+ 'inspector/DevToolsHost.h',
+ 'inspector/IdentifiersFactory.cpp',
+ 'inspector/IdentifiersFactory.h',
+ 'inspector/InjectedScript.cpp',
+ 'inspector/InjectedScript.h',
+ 'inspector/InjectedScriptBase.cpp',
+ 'inspector/InjectedScriptBase.h',
+ 'inspector/InjectedScriptCanvasModule.cpp',
+ 'inspector/InjectedScriptCanvasModule.h',
+ 'inspector/InjectedScriptHost.cpp',
+ 'inspector/InjectedScriptHost.h',
+ 'inspector/InjectedScriptManager.cpp',
+ 'inspector/InjectedScriptManager.h',
+ 'inspector/InjectedScriptModule.cpp',
+ 'inspector/InjectedScriptModule.h',
+ 'inspector/InspectorAnimationAgent.cpp',
+ 'inspector/InspectorAnimationAgent.h',
+ 'inspector/InspectorApplicationCacheAgent.cpp',
+ 'inspector/InspectorApplicationCacheAgent.h',
+ 'inspector/InspectorBaseAgent.cpp',
+ 'inspector/InspectorCSSAgent.cpp',
+ 'inspector/InspectorCSSAgent.h',
+ 'inspector/InspectorCanvasAgent.cpp',
+ 'inspector/InspectorCanvasAgent.h',
+ 'inspector/InspectorCanvasInstrumentation.h',
+ 'inspector/InspectorConsoleAgent.cpp',
+ 'inspector/InspectorConsoleAgent.h',
+ 'inspector/InspectorConsoleInstrumentation.h',
+ 'inspector/InspectorController.cpp',
+ 'inspector/InspectorController.h',
+ 'inspector/InspectorCounters.cpp',
+ 'inspector/InspectorCounters.h',
+ 'inspector/InspectorDOMAgent.cpp',
+ 'inspector/InspectorDOMDebuggerAgent.cpp',
+ 'inspector/InspectorDOMDebuggerAgent.h',
+ 'inspector/InspectorDOMStorageAgent.cpp',
+ 'inspector/InspectorDOMStorageAgent.h',
+ 'inspector/InspectorDebuggerAgent.cpp',
+ 'inspector/InspectorDebuggerAgent.h',
+ 'inspector/InspectorFrontendChannel.h',
+ 'inspector/InspectorHeapProfilerAgent.cpp',
+ 'inspector/InspectorHeapProfilerAgent.h',
+ 'inspector/InspectorHistory.cpp',
+ 'inspector/InspectorHistory.h',
+ 'inspector/InspectorInputAgent.cpp',
+ 'inspector/InspectorInputAgent.h',
+ 'inspector/InspectorInspectorAgent.cpp',
+ 'inspector/InspectorInstrumentation.cpp',
+ 'inspector/InspectorInstrumentation.h',
+ 'inspector/InspectorInstrumentationCustomInl.h',
+ 'inspector/InspectorLayerTreeAgent.cpp',
+ 'inspector/InspectorLayerTreeAgent.h',
+ 'inspector/InspectorMemoryAgent.cpp',
+ 'inspector/InspectorMemoryAgent.h',
+ 'inspector/InspectorNodeIds.cpp',
+ 'inspector/InspectorNodeIds.h',
+ 'inspector/InspectorOverlay.cpp',
+ 'inspector/InspectorOverlay.h',
+ 'inspector/InspectorOverlayHost.cpp',
+ 'inspector/InspectorOverlayHost.h',
+ 'inspector/InspectorPageAgent.cpp',
+ 'inspector/InspectorPageAgent.h',
+ 'inspector/InspectorProfilerAgent.cpp',
+ 'inspector/InspectorProfilerAgent.h',
+ 'inspector/InspectorResourceAgent.cpp',
+ 'inspector/InspectorResourceAgent.h',
+ 'inspector/InspectorResourceContentLoader.cpp',
+ 'inspector/InspectorResourceContentLoader.h',
+ 'inspector/InspectorRuntimeAgent.cpp',
+ 'inspector/InspectorRuntimeAgent.h',
+ 'inspector/InspectorState.cpp',
+ 'inspector/InspectorState.h',
+ 'inspector/InspectorStateClient.h',
+ 'inspector/InspectorStyleSheet.cpp',
+ 'inspector/InspectorStyleSheet.h',
+ 'inspector/InspectorStyleTextEditor.cpp',
+ 'inspector/InspectorStyleTextEditor.h',
+ 'inspector/InspectorTimelineAgent.cpp',
+ 'inspector/InspectorTimelineAgent.h',
+ 'inspector/InspectorTraceEvents.cpp',
+ 'inspector/InspectorTraceEvents.h',
+ 'inspector/InspectorTracingAgent.cpp',
+ 'inspector/InspectorTracingAgent.h',
+ 'inspector/InspectorWorkerAgent.cpp',
+ 'inspector/InspectorWorkerAgent.h',
+ 'inspector/InstrumentingAgents.h',
+ 'inspector/JSONParser.cpp',
+ 'inspector/JSONParser.h',
+ 'inspector/JavaScriptCallFrame.cpp',
+ 'inspector/JavaScriptCallFrame.h',
+ 'inspector/NetworkResourcesData.cpp',
+ 'inspector/NetworkResourcesData.h',
+ 'inspector/PageConsoleAgent.cpp',
+ 'inspector/PageConsoleAgent.h',
+ 'inspector/PageDebuggerAgent.cpp',
+ 'inspector/PageDebuggerAgent.h',
+ 'inspector/PageRuntimeAgent.cpp',
+ 'inspector/PageRuntimeAgent.h',
+ 'inspector/PromiseTracker.cpp',
+ 'inspector/PromiseTracker.h',
+ 'inspector/ScriptArguments.cpp',
+ 'inspector/ScriptArguments.h',
+ 'inspector/ScriptAsyncCallStack.cpp',
+ 'inspector/ScriptAsyncCallStack.h',
+ 'inspector/ScriptCallFrame.cpp',
+ 'inspector/ScriptCallFrame.h',
+ 'inspector/ScriptCallStack.cpp',
+ 'inspector/ScriptCallStack.h',
+ 'inspector/ScriptDebugListener.cpp',
+ 'inspector/ScriptDebugListener.h',
+ 'inspector/ScriptGCEventListener.h',
+ 'inspector/ScriptProfile.cpp',
+ 'inspector/ScriptProfile.h',
+ 'inspector/TraceEventDispatcher.cpp',
+ 'inspector/TraceEventDispatcher.h',
+ 'inspector/V8AsyncCallTracker.cpp',
+ 'inspector/V8AsyncCallTracker.h',
+ 'inspector/WorkerConsoleAgent.cpp',
+ 'inspector/WorkerConsoleAgent.h',
+ 'inspector/WorkerDebuggerAgent.cpp',
+ 'inspector/WorkerDebuggerAgent.h',
+ 'inspector/WorkerInspectorController.cpp',
+ 'inspector/WorkerInspectorController.h',
+ 'inspector/WorkerRuntimeAgent.cpp',
+ 'inspector/WorkerRuntimeAgent.h',
'loader/BeaconLoader.cpp',
'loader/BeaconLoader.h',
'loader/CookieJar.cpp',
@@ -1769,158 +1923,6 @@
'plugins/PluginView.h',
'plugins/testing/DictionaryPluginPlaceholder.h',
'plugins/testing/DocumentFragmentPluginPlaceholder.h',
- 'rendering/RenderApplet.cpp',
- 'rendering/RenderApplet.h',
- 'rendering/RenderBR.cpp',
- 'rendering/RenderBlock.cpp',
- 'rendering/RenderBlockFlow.cpp',
- 'rendering/RenderBlockLineLayout.cpp',
- 'rendering/RenderBox.cpp',
- 'rendering/RenderBoxModelObject.cpp',
- 'rendering/RenderButton.cpp',
- 'rendering/RenderButton.h',
- 'rendering/RenderCombineText.cpp',
- 'rendering/RenderCombineText.h',
- 'rendering/RenderDeprecatedFlexibleBox.cpp',
- 'rendering/RenderDeprecatedFlexibleBox.h',
- 'rendering/RenderDetailsMarker.cpp',
- 'rendering/RenderDetailsMarker.h',
- 'rendering/RenderEmbeddedObject.cpp',
- 'rendering/RenderFieldset.cpp',
- 'rendering/RenderFieldset.h',
- 'rendering/RenderFileUploadControl.cpp',
- 'rendering/RenderFileUploadControl.h',
- 'rendering/RenderFlexibleBox.cpp',
- 'rendering/RenderFlexibleBox.h',
- 'rendering/RenderFlowThread.cpp',
- 'rendering/RenderFlowThread.h',
- 'rendering/RenderFrame.cpp',
- 'rendering/RenderFrame.h',
- 'rendering/RenderFrameSet.cpp',
- 'rendering/RenderFrameSet.h',
- 'rendering/RenderFullScreen.cpp',
- 'rendering/RenderFullScreen.h',
- 'rendering/RenderGeometryMap.cpp',
- 'rendering/RenderGeometryMap.h',
- 'rendering/RenderGeometryMapStep.h',
- 'rendering/RenderGrid.cpp',
- 'rendering/RenderGrid.h',
- 'rendering/RenderHTMLCanvas.cpp',
- 'rendering/RenderHTMLCanvas.h',
- 'rendering/RenderIFrame.cpp',
- 'rendering/RenderIFrame.h',
- 'rendering/RenderImage.cpp',
- 'rendering/RenderImageResource.cpp',
- 'rendering/RenderImageResourceStyleImage.cpp',
- 'rendering/RenderInline.cpp',
- 'rendering/RenderInline.h',
- 'rendering/RenderLineBoxList.cpp',
- 'rendering/RenderListBox.cpp',
- 'rendering/RenderListBox.h',
- 'rendering/RenderListItem.cpp',
- 'rendering/RenderListMarker.cpp',
- 'rendering/RenderListMarker.h',
- 'rendering/RenderMedia.cpp',
- 'rendering/RenderMedia.h',
- 'rendering/RenderMediaControlElements.cpp',
- 'rendering/RenderMediaControlElements.h',
- 'rendering/RenderMediaControls.cpp',
- 'rendering/RenderMediaControls.h',
- 'rendering/RenderMenuList.cpp',
- 'rendering/RenderMenuList.h',
- 'rendering/RenderMeter.cpp',
- 'rendering/RenderMeter.h',
- 'rendering/RenderMultiColumnFlowThread.cpp',
- 'rendering/RenderMultiColumnFlowThread.h',
- 'rendering/RenderMultiColumnSet.cpp',
- 'rendering/RenderMultiColumnSet.h',
- 'rendering/RenderMultiColumnSpannerPlaceholder.cpp',
- 'rendering/RenderMultiColumnSpannerPlaceholder.h',
- 'rendering/RenderPagedFlowThread.cpp',
- 'rendering/RenderPagedFlowThread.h',
- 'rendering/RenderPart.cpp',
- 'rendering/RenderProgress.cpp',
- 'rendering/RenderProgress.h',
- 'rendering/RenderQuote.cpp',
- 'rendering/RenderQuote.h',
- 'rendering/RenderRegion.cpp',
- 'rendering/RenderRegion.h',
- 'rendering/RenderReplaced.cpp',
- 'rendering/RenderReplica.cpp',
- 'rendering/RenderReplica.h',
- 'rendering/RenderScrollbar.cpp',
- 'rendering/RenderScrollbar.h',
- 'rendering/RenderScrollbarPart.cpp',
- 'rendering/RenderScrollbarPart.h',
- 'rendering/RenderScrollbarTheme.cpp',
- 'rendering/RenderScrollbarTheme.h',
- 'rendering/RenderSearchField.cpp',
- 'rendering/RenderSearchField.h',
- 'rendering/RenderSelectionInfo.h',
- 'rendering/RenderText.cpp',
- 'rendering/RenderTextControl.cpp',
- 'rendering/RenderTextControl.h',
- 'rendering/RenderTextControlMultiLine.cpp',
- 'rendering/RenderTextControlMultiLine.h',
- 'rendering/RenderTextControlSingleLine.cpp',
- 'rendering/RenderTextControlSingleLine.h',
- 'rendering/RenderTextFragment.cpp',
- 'rendering/RenderTextFragment.h',
- 'rendering/RenderVTTCue.cpp',
- 'rendering/RenderVTTCue.h',
- 'rendering/RenderVideo.cpp',
- 'rendering/RenderVideo.h',
- 'rendering/RenderView.cpp',
- 'rendering/RenderWordBreak.cpp',
- 'rendering/RenderWordBreak.h',
- 'rendering/style/AppliedTextDecoration.cpp',
- 'rendering/style/BasicShapes.cpp',
- 'rendering/style/BorderEdge.cpp',
- 'rendering/style/BorderEdge.h',
- 'rendering/style/BorderImageLength.h',
- 'rendering/style/BorderImageLengthBox.h',
- 'rendering/style/CachedUAStyle.h',
- 'rendering/style/ContentData.cpp',
- 'rendering/style/CounterDirectives.cpp',
- 'rendering/style/FillLayer.cpp',
- 'rendering/style/GridCoordinate.h',
- 'rendering/style/GridResolvedPosition.cpp',
- 'rendering/style/GridResolvedPosition.h',
- 'rendering/style/KeyframeList.cpp',
- 'rendering/style/KeyframeList.h',
- 'rendering/style/NinePieceImage.cpp',
- 'rendering/style/PathStyleMotionPath.cpp',
- 'rendering/style/PathStyleMotionPath.h',
- 'rendering/style/QuotesData.cpp',
- 'rendering/style/QuotesData.h',
- '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/StyleDeprecatedFlexibleBoxData.cpp',
- 'rendering/style/StyleFetchedImage.cpp',
- 'rendering/style/StyleFetchedImageSet.cpp',
- 'rendering/style/StyleFilterData.cpp',
- 'rendering/style/StyleFlexibleBoxData.cpp',
- 'rendering/style/StyleGeneratedImage.cpp',
- 'rendering/style/StyleGridData.cpp',
- 'rendering/style/StyleGridItemData.cpp',
- 'rendering/style/StyleInheritedData.cpp',
- 'rendering/style/StyleMotionData.cpp',
- 'rendering/style/StyleMotionData.h',
- 'rendering/style/StyleMotionPath.h',
- 'rendering/style/StyleMultiColData.cpp',
- 'rendering/style/StylePendingImage.h',
- 'rendering/style/StyleRareInheritedData.cpp',
- 'rendering/style/StyleRareNonInheritedData.cpp',
- 'rendering/style/StyleSurroundData.cpp',
- 'rendering/style/StyleTransformData.cpp',
- 'rendering/style/StyleVisualData.cpp',
- 'rendering/style/StyleWillChangeData.cpp',
'storage/DOMWindowStorage.cpp',
'storage/DOMWindowStorage.h',
'storage/DOMWindowStorageController.cpp',
« no previous file with comments | « Source/core/core.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698