| # Copyright 2014 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| sky_core_output_dir = "$root_gen_dir/sky/core" |
| |
| sky_core_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/AnimationHelpers.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/DefaultStyleInterpolation.h", |
| "animation/DeferredLegacyStyleInterpolation.cpp", |
| "animation/DeferredLegacyStyleInterpolation.h", |
| "animation/DocumentAnimation.h", |
| "animation/DocumentAnimations.cpp", |
| "animation/DocumentAnimations.h", |
| "animation/EffectInput.cpp", |
| "animation/EffectInput.h", |
| "animation/ElementAnimation.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/LengthStyleInterpolation.cpp", |
| "animation/LengthStyleInterpolation.h", |
| "animation/SampledEffect.cpp", |
| "animation/SampledEffect.h", |
| "animation/StringKeyframe.cpp", |
| "animation/StringKeyframe.h", |
| "animation/StyleInterpolation.h", |
| "animation/Timing.h", |
| "animation/TimingCalculations.h", |
| "animation/TimingInput.cpp", |
| "animation/TimingInput.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/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/AnimatableShadow.cpp", |
| "animation/animatable/AnimatableShadow.h", |
| "animation/animatable/AnimatableShapeValue.cpp", |
| "animation/animatable/AnimatableShapeValue.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/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/CSSPropertyEquality.cpp", |
| "animation/css/CSSPropertyEquality.h", |
| "animation/css/CSSTimingData.cpp", |
| "animation/css/CSSTimingData.h", |
| "animation/css/CSSTransitionData.cpp", |
| "animation/css/CSSTransitionData.h", |
| "css/BasicShapeFunctions.cpp", |
| "css/BinaryDataFontFaceSource.cpp", |
| "css/BinaryDataFontFaceSource.h", |
| "css/CSSAspectRatioValue.cpp", |
| "css/CSSAspectRatioValue.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/CSSCrossfadeValue.cpp", |
| "css/CSSCrossfadeValue.h", |
| "css/CSSCursorImageValue.cpp", |
| "css/CSSCustomFontData.h", |
| "css/CSSDefaultStyleSheets.cpp", |
| "css/CSSDefaultStyleSheets.h", |
| "css/CSSFilterRule.cpp", |
| "css/CSSFilterRule.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/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/CSSOMUtils.cpp", |
| "css/CSSOMUtils.h", |
| "css/CSSPrimitiveValue.cpp", |
| "css/CSSPrimitiveValueMappings.h", |
| "css/CSSProperty.cpp", |
| "css/CSSPropertySourceData.cpp", |
| "css/CSSRule.cpp", |
| "css/CSSRule.h", |
| "css/CSSRuleList.cpp", |
| "css/CSSRuleList.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/CSSValue.cpp", |
| "css/CSSValueList.cpp", |
| "css/CSSValuePool.cpp", |
| "css/CSSValuePool.h", |
| "css/CSSViewportRule.cpp", |
| "css/CSSViewportRule.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/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/Pair.cpp", |
| "css/Pair.h", |
| "css/PropertySetCSSStyleDeclaration.cpp", |
| "css/PropertySetCSSStyleDeclaration.h", |
| "css/RGBColor.cpp", |
| "css/RGBColor.h", |
| "css/Rect.cpp", |
| "css/Rect.h", |
| "css/RemoteFontFaceSource.cpp", |
| "css/RemoteFontFaceSource.h", |
| "css/RuleFeature.cpp", |
| "css/RuleFeature.h", |
| "css/RuleSet.cpp", |
| "css/RuleSet.h", |
| "css/SelectorChecker.cpp", |
| "css/SelectorChecker.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/StyleSheet.cpp", |
| "css/StyleSheet.h", |
| "css/StyleSheetContents.cpp", |
| "css/StyleSheetContents.h", |
| "css/StyleSheetList.cpp", |
| "css/StyleSheetList.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/CSSParserMode.cpp", |
| "css/parser/CSSParserMode.h", |
| "css/parser/CSSParserValues.cpp", |
| "css/parser/CSSPropertyParser.cpp", |
| "css/parser/CSSPropertyParser.h", |
| "css/parser/CSSTokenizer.h", |
| "css/parser/MediaQueryBlockWatcher.cpp", |
| "css/parser/MediaQueryInputStream.cpp", |
| "css/parser/MediaQueryParser.cpp", |
| "css/parser/MediaQueryToken.cpp", |
| "css/parser/MediaQueryTokenizer.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/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", |
| "dom/ActiveDOMObject.cpp", |
| "dom/Attr.cpp", |
| "dom/AttributeCollection.h", |
| "dom/CharacterData.cpp", |
| "dom/ChildListMutationScope.cpp", |
| "dom/ChildListMutationScope.h", |
| "dom/ClientRect.cpp", |
| "dom/ClientRect.h", |
| "dom/ClientRectList.cpp", |
| "dom/ClientRectList.h", |
| "dom/ContainerNode.cpp", |
| "dom/ContextLifecycleNotifier.cpp", |
| "dom/ContextLifecycleNotifier.h", |
| "dom/ContextLifecycleObserver.cpp", |
| "dom/ContextLifecycleObserver.h", |
| "dom/DOMError.cpp", |
| "dom/DOMError.h", |
| "dom/DOMException.cpp", |
| "dom/DOMException.h", |
| "dom/DOMImplementation.cpp", |
| "dom/DOMSettableTokenList.cpp", |
| "dom/DOMSettableTokenList.h", |
| "dom/DOMStringList.cpp", |
| "dom/DOMStringList.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/DecodedDataDocumentParser.cpp", |
| "dom/DecodedDataDocumentParser.h", |
| "dom/Document.cpp", |
| "dom/DocumentFragment.cpp", |
| "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/DocumentMarker.cpp", |
| "dom/DocumentMarkerController.cpp", |
| "dom/DocumentOrderedList.cpp", |
| "dom/DocumentOrderedList.h", |
| "dom/DocumentOrderedMap.cpp", |
| "dom/DocumentParser.cpp", |
| "dom/DocumentStyleSheetCollection.cpp", |
| "dom/DocumentStyleSheetCollection.h", |
| "dom/DocumentStyleSheetCollector.cpp", |
| "dom/DocumentStyleSheetCollector.h", |
| "dom/Element.cpp", |
| "dom/Element.h", |
| "dom/ElementData.cpp", |
| "dom/ElementData.h", |
| "dom/ElementDataCache.cpp", |
| "dom/ElementDataCache.h", |
| "dom/ElementRareData.cpp", |
| "dom/ElementRareData.h", |
| "dom/ElementTraversal.h", |
| "dom/ExecutionContext.cpp", |
| "dom/ExecutionContext.h", |
| "dom/IncrementLoadEventDelayCount.cpp", |
| "dom/IncrementLoadEventDelayCount.h", |
| "dom/Microtask.cpp", |
| "dom/Microtask.h", |
| "dom/MutationCallback.h", |
| "dom/MutationObserver.cpp", |
| "dom/MutationObserver.h", |
| "dom/MutationObserverInterestGroup.cpp", |
| "dom/MutationObserverInterestGroup.h", |
| "dom/MutationObserverRegistration.cpp", |
| "dom/MutationObserverRegistration.h", |
| "dom/MutationRecord.cpp", |
| "dom/MutationRecord.h", |
| "dom/NamedNodeMap.cpp", |
| "dom/Node.cpp", |
| "dom/NodeRareData.cpp", |
| "dom/NodeRareData.h", |
| "dom/NodeRenderStyle.h", |
| "dom/NodeRenderingTraversal.cpp", |
| "dom/NodeRenderingTraversal.h", |
| "dom/NodeTraversal.cpp", |
| "dom/NodeTraversal.h", |
| "dom/NodeWithIndex.h", |
| "dom/ParentNode.h", |
| "dom/Position.cpp", |
| "dom/PositionIterator.cpp", |
| "dom/PositionIterator.h", |
| "dom/QualifiedName.cpp", |
| "dom/Range.cpp", |
| "dom/RenderTreeBuilder.cpp", |
| "dom/RenderTreeBuilder.h", |
| "dom/RequestAnimationFrameCallback.h", |
| "dom/ScriptableDocumentParser.cpp", |
| "dom/ScriptableDocumentParser.h", |
| "dom/ScriptedAnimationController.cpp", |
| "dom/ScriptedAnimationController.h", |
| "dom/SelectorQuery.cpp", |
| "dom/SelectorQuery.h", |
| "dom/ShadowTreeStyleSheetCollection.cpp", |
| "dom/ShadowTreeStyleSheetCollection.h", |
| "dom/SimulatedClickOptions.h", |
| "dom/SpaceSplitString.cpp", |
| "dom/StaticNodeList.h", |
| "dom/StyleElement.cpp", |
| "dom/StyleElement.h", |
| "dom/StyleEngine.cpp", |
| "dom/StyleEngine.h", |
| "dom/StyleSheetCandidate.cpp", |
| "dom/StyleSheetCandidate.h", |
| "dom/StyleSheetCollection.cpp", |
| "dom/StyleSheetCollection.h", |
| "dom/Text.cpp", |
| "dom/TextLinkColors.cpp", |
| "dom/TextLinkColors.h", |
| "dom/Touch.cpp", |
| "dom/Touch.h", |
| "dom/TouchList.cpp", |
| "dom/TouchList.h", |
| "dom/TreeScope.cpp", |
| "dom/TreeScope.h", |
| "dom/TreeScopeAdopter.cpp", |
| "dom/TreeScopeAdopter.h", |
| "dom/TreeScopeStyleSheetCollection.cpp", |
| "dom/TreeScopeStyleSheetCollection.h", |
| "dom/TreeShared.h", |
| "dom/UserActionElementSet.cpp", |
| "dom/UserActionElementSet.h", |
| "dom/ViewportDescription.cpp", |
| "dom/ViewportDescription.h", |
| "dom/WeakNodeMap.cpp", |
| "dom/WeakNodeMap.h", |
| "dom/custom/CustomElement.cpp", |
| "dom/custom/CustomElement.h", |
| "dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp", |
| "dom/custom/CustomElementAsyncImportMicrotaskQueue.h", |
| "dom/custom/CustomElementCallbackInvocation.cpp", |
| "dom/custom/CustomElementCallbackInvocation.h", |
| "dom/custom/CustomElementCallbackQueue.cpp", |
| "dom/custom/CustomElementCallbackQueue.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/CustomElementMicrotaskDispatcher.cpp", |
| "dom/custom/CustomElementMicrotaskDispatcher.h", |
| "dom/custom/CustomElementMicrotaskImportStep.cpp", |
| "dom/custom/CustomElementMicrotaskImportStep.h", |
| "dom/custom/CustomElementMicrotaskQueueBase.cpp", |
| "dom/custom/CustomElementMicrotaskQueueBase.h", |
| "dom/custom/CustomElementMicrotaskResolutionStep.cpp", |
| "dom/custom/CustomElementMicrotaskResolutionStep.h", |
| "dom/custom/CustomElementMicrotaskRunQueue.cpp", |
| "dom/custom/CustomElementMicrotaskRunQueue.h", |
| "dom/custom/CustomElementMicrotaskStep.h", |
| "dom/custom/CustomElementObserver.cpp", |
| "dom/custom/CustomElementObserver.h", |
| "dom/custom/CustomElementProcessingStack.cpp", |
| "dom/custom/CustomElementProcessingStack.h", |
| "dom/custom/CustomElementProcessingStep.h", |
| "dom/custom/CustomElementRegistrationContext.cpp", |
| "dom/custom/CustomElementRegistrationContext.h", |
| "dom/custom/CustomElementRegistry.cpp", |
| "dom/custom/CustomElementRegistry.h", |
| "dom/custom/CustomElementScheduler.cpp", |
| "dom/custom/CustomElementScheduler.h", |
| "dom/custom/CustomElementSyncMicrotaskQueue.cpp", |
| "dom/custom/CustomElementSyncMicrotaskQueue.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", |
| "editing/AppendNodeCommand.cpp", |
| "editing/AppendNodeCommand.h", |
| "editing/ApplyBlockElementCommand.cpp", |
| "editing/Caret.cpp", |
| "editing/Caret.h", |
| "editing/CompositeEditCommand.cpp", |
| "editing/CompositionUnderline.h", |
| "editing/CompositionUnderlineRangeFilter.cpp", |
| "editing/CompositionUnderlineRangeFilter.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/FrameSelection.cpp", |
| "editing/HTMLInterchange.cpp", |
| "editing/InputMethodController.cpp", |
| "editing/InputMethodController.h", |
| "editing/InsertIntoTextNodeCommand.cpp", |
| "editing/InsertIntoTextNodeCommand.h", |
| "editing/InsertLineBreakCommand.cpp", |
| "editing/InsertLineBreakCommand.h", |
| "editing/InsertNodeBeforeCommand.cpp", |
| "editing/InsertNodeBeforeCommand.h", |
| "editing/InsertParagraphSeparatorCommand.cpp", |
| "editing/InsertParagraphSeparatorCommand.h", |
| "editing/InsertTextCommand.cpp", |
| "editing/InsertTextCommand.h", |
| "editing/MarkupAccumulator.cpp", |
| "editing/MarkupAccumulator.h", |
| "editing/MoveSelectionCommand.cpp", |
| "editing/PlainTextRange.cpp", |
| "editing/PlainTextRange.h", |
| "editing/PositionWithAffinity.cpp", |
| "editing/PositionWithAffinity.h", |
| "editing/RemoveNodeCommand.cpp", |
| "editing/RemoveNodeCommand.h", |
| "editing/RemoveNodePreservingChildrenCommand.cpp", |
| "editing/RemoveNodePreservingChildrenCommand.h", |
| "editing/RenderedPosition.cpp", |
| "editing/RenderedPosition.h", |
| "editing/ReplaceSelectionCommand.cpp", |
| "editing/SelectionType.h", |
| "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/TextIterator.cpp", |
| "editing/TypingCommand.cpp", |
| "editing/UndoStack.cpp", |
| "editing/UndoStack.h", |
| "editing/UndoStep.h", |
| "editing/VisiblePosition.cpp", |
| "editing/VisibleSelection.cpp", |
| "editing/VisibleUnits.cpp", |
| "editing/htmlediting.cpp", |
| "editing/markup.cpp", |
| "events/AnimationPlayerEvent.cpp", |
| "events/AnimationPlayerEvent.h", |
| "events/BeforeTextInsertedEvent.cpp", |
| "events/BeforeTextInsertedEvent.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/EventDispatchMediator.cpp", |
| "events/EventDispatchMediator.h", |
| "events/EventDispatcher.cpp", |
| "events/EventDispatcher.h", |
| "events/EventListenerMap.cpp", |
| "events/EventPath.cpp", |
| "events/EventPath.h", |
| "events/EventQueue.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/MouseEvent.cpp", |
| "events/MouseRelatedEvent.cpp", |
| "events/NodeEventContext.cpp", |
| "events/NodeEventContext.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/TextEvent.cpp", |
| "events/TextEvent.h", |
| "events/ThreadLocalEventNames.h", |
| "events/TouchEvent.cpp", |
| "events/TouchEvent.h", |
| "events/TouchEventContext.cpp", |
| "events/TouchEventContext.h", |
| "events/TransitionEvent.cpp", |
| "events/TransitionEvent.h", |
| "events/TreeScopeEventContext.cpp", |
| "events/TreeScopeEventContext.h", |
| "events/UIEvent.cpp", |
| "events/UIEventWithKeyState.cpp", |
| "events/AnimationEvent.cpp", |
| "events/AnimationEvent.h", |
| "events/WheelEvent.cpp", |
| "events/WheelEvent.h", |
| "events/WindowEventContext.cpp", |
| "events/WindowEventContext.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", |
| "frame/Console.cpp", |
| "frame/Console.h", |
| "frame/ConsoleBase.cpp", |
| "frame/ConsoleBase.h", |
| "frame/DOMTimer.cpp", |
| "frame/DOMTimer.h", |
| "frame/DOMWindowBase64.cpp", |
| "frame/DOMWindowBase64.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/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/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/PinchViewport.cpp", |
| "frame/PinchViewport.h", |
| "frame/PlatformEventController.cpp", |
| "frame/PlatformEventController.h", |
| "frame/PlatformEventDispatcher.cpp", |
| "frame/PlatformEventDispatcher.h", |
| "frame/Screen.cpp", |
| "frame/Screen.h", |
| "frame/Settings.cpp", |
| "frame/SettingsDelegate.cpp", |
| "frame/SettingsDelegate.h", |
| "frame/SuspendableTimer.cpp", |
| "frame/SuspendableTimer.h", |
| "frame/UseCounter.cpp", |
| "html/ClassList.cpp", |
| "html/ClassList.h", |
| "html/HTMLAnchorElement.cpp", |
| "html/HTMLAnchorElement.h", |
| "html/HTMLAudioElement.cpp", |
| "html/HTMLAudioElement.h", |
| "html/HTMLCanvasElement.cpp", |
| "html/HTMLCanvasElement.h", |
| "html/HTMLContentElement.cpp", |
| "html/HTMLContentElement.h", |
| "html/HTMLDocument.cpp", |
| "html/HTMLElement.cpp", |
| "html/HTMLImageElement.cpp", |
| "html/HTMLImageElement.h", |
| "html/HTMLImageLoader.cpp", |
| "html/HTMLImageLoader.h", |
| "html/HTMLLinkElement.cpp", |
| "html/HTMLLinkElement.h", |
| "html/HTMLMediaElement.cpp", |
| "html/HTMLMediaSource.cpp", |
| "html/HTMLMediaSource.h", |
| "html/HTMLMetaElement.h", |
| "html/HTMLPictureElement.cpp", |
| "html/HTMLScriptElement.cpp", |
| "html/HTMLScriptElement.h", |
| "html/HTMLShadowElement.cpp", |
| "html/HTMLShadowElement.h", |
| "html/HTMLSourceElement.cpp", |
| "html/HTMLSourceElement.h", |
| "html/HTMLStyleElement.cpp", |
| "html/HTMLStyleElement.h", |
| "html/HTMLTemplateElement.cpp", |
| "html/HTMLTemplateElement.h", |
| "html/HTMLTitleElement.cpp", |
| "html/HTMLTitleElement.h", |
| "html/HTMLVideoElement.cpp", |
| "html/HTMLVideoElement.h", |
| "html/ImageData.cpp", |
| "html/ImageData.h", |
| "html/LinkRelAttribute.cpp", |
| "html/LinkRelAttribute.h", |
| "html/LinkResource.cpp", |
| "html/LinkResource.h", |
| "html/MediaError.h", |
| "html/MediaFragmentURIParser.cpp", |
| "html/MediaFragmentURIParser.h", |
| "html/MediaKeyError.h", |
| "html/MediaKeyEvent.cpp", |
| "html/MediaKeyEvent.h", |
| "html/PublicURLManager.cpp", |
| "html/PublicURLManager.h", |
| "html/TextMetrics.h", |
| "html/TimeRanges.cpp", |
| "html/TimeRanges.h", |
| "html/URLRegistry.h", |
| "html/canvas/ANGLEInstancedArrays.cpp", |
| "html/canvas/ANGLEInstancedArrays.h", |
| "html/canvas/Canvas2DContextAttributes.cpp", |
| "html/canvas/Canvas2DContextAttributes.h", |
| "html/canvas/CanvasContextAttributes.cpp", |
| "html/canvas/CanvasContextAttributes.h", |
| "html/canvas/CanvasGradient.cpp", |
| "html/canvas/CanvasGradient.h", |
| "html/canvas/CanvasImageSource.h", |
| "html/canvas/CanvasPathMethods.cpp", |
| "html/canvas/CanvasPathMethods.h", |
| "html/canvas/CanvasPattern.cpp", |
| "html/canvas/CanvasPattern.h", |
| "html/canvas/CanvasRenderingContext.cpp", |
| "html/canvas/CanvasRenderingContext.h", |
| "html/canvas/CanvasRenderingContext2D.cpp", |
| "html/canvas/CanvasRenderingContext2D.h", |
| "html/canvas/CanvasStyle.cpp", |
| "html/canvas/CanvasStyle.h", |
| "html/canvas/DataView.cpp", |
| "html/canvas/DataView.h", |
| "html/canvas/EXTBlendMinMax.cpp", |
| "html/canvas/EXTBlendMinMax.h", |
| "html/canvas/EXTFragDepth.cpp", |
| "html/canvas/EXTFragDepth.h", |
| "html/canvas/EXTShaderTextureLOD.cpp", |
| "html/canvas/EXTShaderTextureLOD.h", |
| "html/canvas/EXTTextureFilterAnisotropic.cpp", |
| "html/canvas/EXTTextureFilterAnisotropic.h", |
| "html/canvas/HitRegion.cpp", |
| "html/canvas/HitRegion.h", |
| "html/canvas/MouseEventHitRegion.h", |
| "html/canvas/OESElementIndexUint.cpp", |
| "html/canvas/OESElementIndexUint.h", |
| "html/canvas/OESStandardDerivatives.cpp", |
| "html/canvas/OESStandardDerivatives.h", |
| "html/canvas/OESTextureFloat.cpp", |
| "html/canvas/OESTextureFloat.h", |
| "html/canvas/OESTextureFloatLinear.cpp", |
| "html/canvas/OESTextureFloatLinear.h", |
| "html/canvas/OESTextureHalfFloat.cpp", |
| "html/canvas/OESTextureHalfFloat.h", |
| "html/canvas/OESTextureHalfFloatLinear.cpp", |
| "html/canvas/OESTextureHalfFloatLinear.h", |
| "html/canvas/OESVertexArrayObject.cpp", |
| "html/canvas/OESVertexArrayObject.h", |
| "html/canvas/Path2D.h", |
| "html/canvas/WebGLActiveInfo.h", |
| "html/canvas/WebGLBuffer.cpp", |
| "html/canvas/WebGLBuffer.h", |
| "html/canvas/WebGLCompressedTextureATC.cpp", |
| "html/canvas/WebGLCompressedTextureATC.h", |
| "html/canvas/WebGLCompressedTextureETC1.cpp", |
| "html/canvas/WebGLCompressedTextureETC1.h", |
| "html/canvas/WebGLCompressedTexturePVRTC.cpp", |
| "html/canvas/WebGLCompressedTexturePVRTC.h", |
| "html/canvas/WebGLCompressedTextureS3TC.cpp", |
| "html/canvas/WebGLCompressedTextureS3TC.h", |
| "html/canvas/WebGLContextAttributes.cpp", |
| "html/canvas/WebGLContextAttributes.h", |
| "html/canvas/WebGLContextEvent.cpp", |
| "html/canvas/WebGLContextEvent.h", |
| "html/canvas/WebGLContextGroup.cpp", |
| "html/canvas/WebGLContextGroup.h", |
| "html/canvas/WebGLContextObject.cpp", |
| "html/canvas/WebGLContextObject.h", |
| "html/canvas/WebGLDebugRendererInfo.cpp", |
| "html/canvas/WebGLDebugRendererInfo.h", |
| "html/canvas/WebGLDebugShaders.cpp", |
| "html/canvas/WebGLDebugShaders.h", |
| "html/canvas/WebGLDepthTexture.cpp", |
| "html/canvas/WebGLDepthTexture.h", |
| "html/canvas/WebGLDrawBuffers.cpp", |
| "html/canvas/WebGLDrawBuffers.h", |
| "html/canvas/WebGLExtension.cpp", |
| "html/canvas/WebGLExtension.h", |
| "html/canvas/WebGLExtensionName.h", |
| "html/canvas/WebGLFramebuffer.cpp", |
| "html/canvas/WebGLFramebuffer.h", |
| "html/canvas/WebGLGetInfo.cpp", |
| "html/canvas/WebGLGetInfo.h", |
| "html/canvas/WebGLLoseContext.cpp", |
| "html/canvas/WebGLLoseContext.h", |
| "html/canvas/WebGLObject.cpp", |
| "html/canvas/WebGLObject.h", |
| "html/canvas/WebGLProgram.cpp", |
| "html/canvas/WebGLProgram.h", |
| "html/canvas/WebGLRenderbuffer.cpp", |
| "html/canvas/WebGLRenderbuffer.h", |
| "html/canvas/WebGLRenderingContext.cpp", |
| "html/canvas/WebGLRenderingContext.h", |
| "html/canvas/WebGLRenderingContextBase.cpp", |
| "html/canvas/WebGLRenderingContextBase.h", |
| "html/canvas/WebGLShader.cpp", |
| "html/canvas/WebGLShader.h", |
| "html/canvas/WebGLShaderPrecisionFormat.cpp", |
| "html/canvas/WebGLShaderPrecisionFormat.h", |
| "html/canvas/WebGLSharedObject.cpp", |
| "html/canvas/WebGLSharedObject.h", |
| "html/canvas/WebGLSharedWebGraphicsContext3D.cpp", |
| "html/canvas/WebGLSharedWebGraphicsContext3D.h", |
| "html/canvas/WebGLTexture.cpp", |
| "html/canvas/WebGLTexture.h", |
| "html/canvas/WebGLUniformLocation.cpp", |
| "html/canvas/WebGLUniformLocation.h", |
| "html/canvas/WebGLVertexArrayObjectOES.cpp", |
| "html/canvas/WebGLVertexArrayObjectOES.h", |
| "html/ime/InputMethodContext.cpp", |
| "html/ime/InputMethodContext.h", |
| "html/imports/HTMLImport.cpp", |
| "html/imports/HTMLImport.h", |
| "html/imports/HTMLImportChild.cpp", |
| "html/imports/HTMLImportChild.h", |
| "html/imports/HTMLImportChildClient.h", |
| "html/imports/HTMLImportLoader.cpp", |
| "html/imports/HTMLImportLoader.h", |
| "html/imports/HTMLImportState.h", |
| "html/imports/HTMLImportStateResolver.cpp", |
| "html/imports/HTMLImportStateResolver.h", |
| "html/imports/HTMLImportTreeRoot.cpp", |
| "html/imports/HTMLImportTreeRoot.h", |
| "html/imports/HTMLImportsController.cpp", |
| "html/imports/HTMLImportsController.h", |
| "html/imports/LinkImport.cpp", |
| "html/imports/LinkImport.h", |
| "html/parser/AtomicHTMLToken.h", |
| "html/parser/BackgroundHTMLParser.cpp", |
| "html/parser/BackgroundHTMLParser.h", |
| "html/parser/CompactHTMLToken.cpp", |
| "html/parser/CompactHTMLToken.h", |
| "html/parser/HTMLConstructionSite.cpp", |
| "html/parser/HTMLConstructionSite.h", |
| "html/parser/HTMLDocumentParser.cpp", |
| "html/parser/HTMLDocumentParser.h", |
| "html/parser/HTMLElementStack.cpp", |
| "html/parser/HTMLElementStack.h", |
| "html/parser/HTMLEntityParser.cpp", |
| "html/parser/HTMLEntityParser.h", |
| "html/parser/HTMLEntitySearch.cpp", |
| "html/parser/HTMLEntitySearch.h", |
| "html/parser/HTMLEntityTable.h", |
| "html/parser/HTMLInputStream.h", |
| "html/parser/HTMLParserIdioms.cpp", |
| "html/parser/HTMLParserOptions.cpp", |
| "html/parser/HTMLParserOptions.h", |
| "html/parser/HTMLParserScheduler.cpp", |
| "html/parser/HTMLParserScheduler.h", |
| "html/parser/HTMLParserThread.cpp", |
| "html/parser/HTMLParserThread.h", |
| "html/parser/HTMLScriptRunner.cpp", |
| "html/parser/HTMLScriptRunner.h", |
| "html/parser/HTMLSrcsetParser.cpp", |
| "html/parser/HTMLSrcsetParser.h", |
| "html/parser/HTMLToken.h", |
| "html/parser/HTMLTokenizer.cpp", |
| "html/parser/HTMLTokenizer.h", |
| "html/parser/HTMLTreeBuilder.cpp", |
| "html/parser/HTMLTreeBuilder.h", |
| "html/parser/InputStreamPreprocessor.h", |
| "html/parser/MarkupTokenizerInlines.h", |
| "html/parser/NestingLevelIncrementer.h", |
| "html/parser/TextResourceDecoder.cpp", |
| "html/parser/TextResourceDecoder.h", |
| "inspector/BindingVisitors.h", |
| "inspector/ConsoleAPITypes.h", |
| "inspector/ConsoleMessage.cpp", |
| "inspector/ConsoleMessage.h", |
| "inspector/ConsoleMessageStorage.cpp", |
| "inspector/ConsoleMessageStorage.h", |
| "inspector/InspectorNodeIds.cpp", |
| "inspector/InspectorNodeIds.h", |
| "inspector/InspectorCounters.cpp", |
| "inspector/InspectorCounters.h", |
| "inspector/IdentifiersFactory.cpp", |
| "inspector/IdentifiersFactory.h", |
| "inspector/InspectorTraceEvents.cpp", |
| "inspector/InspectorTraceEvents.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", |
| "loader/DocumentLoadTiming.cpp", |
| "loader/DocumentWriter.cpp", |
| "loader/EmptyClients.cpp", |
| "loader/EmptyClients.h", |
| "loader/FrameFetchContext.cpp", |
| "loader/FrameFetchContext.h", |
| "loader/FrameLoader.cpp", |
| "loader/ImageLoader.cpp", |
| "loader/ImageLoader.h", |
| "loader/MojoLoader.cpp", |
| "loader/MojoLoader.h", |
| "loader/NavigationPolicy.cpp", |
| "loader/NavigationPolicy.h", |
| "loader/UniqueIdentifier.cpp", |
| "loader/UniqueIdentifier.h", |
| "page/AutoscrollController.cpp", |
| "page/AutoscrollController.h", |
| "page/Chrome.cpp", |
| "page/EventHandler.cpp", |
| "page/EventWithHitTestResults.h", |
| "page/FocusController.cpp", |
| "page/FocusType.h", |
| "page/Page.cpp", |
| "page/Page.h", |
| "page/PageAnimator.cpp", |
| "page/PageAnimator.h", |
| "page/PageLifecycleNotifier.cpp", |
| "page/PageLifecycleNotifier.h", |
| "page/PageLifecycleObserver.cpp", |
| "page/PageLifecycleObserver.h", |
| "page/PageVisibilityState.cpp", |
| "page/TouchAdjustment.cpp", |
| "page/TouchAdjustment.h", |
| "page/TouchDisambiguation.cpp", |
| "page/TouchDisambiguation.h", |
| "page/WindowFocusAllowedIndicator.cpp", |
| "page/scrolling/ScrollingConstraints.cpp", |
| "page/scrolling/ScrollingConstraints.h", |
| "page/scrolling/ScrollingCoordinator.cpp", |
| "page/scrolling/ScrollingCoordinator.h", |
| "rendering/BidiRun.h", |
| "rendering/BidiRunForLine.cpp", |
| "rendering/BidiRunForLine.h", |
| "rendering/ClipRect.cpp", |
| "rendering/ClipRect.h", |
| "rendering/ClipRects.h", |
| "rendering/ClipRectsCache.h", |
| "rendering/EllipsisBox.cpp", |
| "rendering/EllipsisBox.h", |
| "rendering/FilterEffectRenderer.cpp", |
| "rendering/FilterEffectRenderer.h", |
| "rendering/FloatingObjects.cpp", |
| "rendering/FloatingObjects.h", |
| "rendering/GraphicsContextAnnotator.cpp", |
| "rendering/GraphicsContextAnnotator.h", |
| "rendering/HitTestLocation.cpp", |
| "rendering/HitTestLocation.h", |
| "rendering/HitTestResult.cpp", |
| "rendering/HitTestingTransformState.cpp", |
| "rendering/HitTestingTransformState.h", |
| "rendering/ImageQualityController.cpp", |
| "rendering/ImageQualityController.h", |
| "rendering/InlineBox.cpp", |
| "rendering/InlineFlowBox.cpp", |
| "rendering/InlineIterator.h", |
| "rendering/InlineTextBox.cpp", |
| "rendering/LayerFragment.h", |
| "rendering/LayoutState.cpp", |
| "rendering/OrderIterator.cpp", |
| "rendering/OrderIterator.h", |
| "rendering/PaintInvalidationState.cpp", |
| "rendering/PaintInvalidationState.h", |
| "rendering/PointerEventsHitRules.cpp", |
| "rendering/PointerEventsHitRules.h", |
| "rendering/RenderBlock.cpp", |
| "rendering/RenderBlockFlow.cpp", |
| "rendering/RenderBlockLineLayout.cpp", |
| "rendering/RenderBox.cpp", |
| "rendering/RenderBoxModelObject.cpp", |
| "rendering/RenderCombineText.cpp", |
| "rendering/RenderCombineText.h", |
| "rendering/RenderFlexibleBox.cpp", |
| "rendering/RenderFlexibleBox.h", |
| "rendering/RenderGeometryMap.cpp", |
| "rendering/RenderGeometryMap.h", |
| "rendering/RenderGeometryMapStep.h", |
| "rendering/RenderGrid.cpp", |
| "rendering/RenderGrid.h", |
| "rendering/RenderHTMLCanvas.cpp", |
| "rendering/RenderHTMLCanvas.h", |
| "rendering/RenderImage.cpp", |
| "rendering/RenderImageResource.cpp", |
| "rendering/RenderImageResourceStyleImage.cpp", |
| "rendering/RenderInline.cpp", |
| "rendering/RenderInline.h", |
| "rendering/RenderLayer.cpp", |
| "rendering/RenderLayerClipper.cpp", |
| "rendering/RenderLayerFilterInfo.cpp", |
| "rendering/RenderLayerFilterInfo.h", |
| "rendering/RenderLayerModelObject.cpp", |
| "rendering/RenderLayerRepainter.cpp", |
| "rendering/RenderLayerScrollableArea.cpp", |
| "rendering/RenderLayerStackingNode.cpp", |
| "rendering/RenderLayerStackingNodeIterator.cpp", |
| "rendering/RenderLineBoxList.cpp", |
| "rendering/RenderMedia.cpp", |
| "rendering/RenderMedia.h", |
| "rendering/RenderObject.cpp", |
| "rendering/RenderObjectChildList.cpp", |
| "rendering/RenderPart.cpp", |
| "rendering/RenderReplaced.cpp", |
| "rendering/RenderSelectionInfo.h", |
| "rendering/RenderText.cpp", |
| "rendering/RenderTheme.cpp", |
| "rendering/RenderTheme.h", |
| "rendering/RenderTreeAsText.cpp", |
| "rendering/RenderVideo.cpp", |
| "rendering/RenderVideo.h", |
| "rendering/RenderView.cpp", |
| "rendering/RenderWidget.cpp", |
| "rendering/RootInlineBox.cpp", |
| "rendering/ScrollAlignment.cpp", |
| "rendering/SubtreeLayoutScope.cpp", |
| "rendering/SubtreeLayoutScope.h", |
| "rendering/TextRunConstructor.cpp", |
| "rendering/TextRunConstructor.h", |
| "rendering/TrailingFloatsRootInlineBox.h", |
| "rendering/VerticalPositionCache.h", |
| "rendering/break_lines.cpp", |
| "rendering/break_lines.h", |
| "rendering/compositing/CompositedLayerMapping.cpp", |
| "rendering/compositing/CompositedLayerMapping.h", |
| "rendering/compositing/CompositingInputsUpdater.cpp", |
| "rendering/compositing/CompositingInputsUpdater.h", |
| "rendering/compositing/CompositingLayerAssigner.cpp", |
| "rendering/compositing/CompositingLayerAssigner.h", |
| "rendering/compositing/CompositingReasonFinder.cpp", |
| "rendering/compositing/CompositingReasonFinder.h", |
| "rendering/compositing/CompositingRequirementsUpdater.cpp", |
| "rendering/compositing/CompositingRequirementsUpdater.h", |
| "rendering/compositing/CompositingState.h", |
| "rendering/compositing/CompositingTriggers.h", |
| "rendering/compositing/GraphicsLayerTreeBuilder.cpp", |
| "rendering/compositing/GraphicsLayerTreeBuilder.h", |
| "rendering/compositing/GraphicsLayerUpdater.cpp", |
| "rendering/compositing/GraphicsLayerUpdater.h", |
| "rendering/compositing/RenderLayerCompositor.cpp", |
| "rendering/compositing/RenderLayerCompositor.h", |
| "rendering/line/BreakingContext.cpp", |
| "rendering/line/LineBreaker.cpp", |
| "rendering/line/LineBreaker.h", |
| "rendering/line/LineWidth.cpp", |
| "rendering/line/LineWidth.h", |
| "rendering/line/TrailingObjects.cpp", |
| "rendering/line/TrailingObjects.h", |
| "rendering/shapes/BoxShape.cpp", |
| "rendering/shapes/BoxShape.h", |
| "rendering/shapes/PolygonShape.cpp", |
| "rendering/shapes/PolygonShape.h", |
| "rendering/shapes/RasterShape.cpp", |
| "rendering/shapes/RasterShape.h", |
| "rendering/shapes/RectangleShape.cpp", |
| "rendering/shapes/RectangleShape.h", |
| "rendering/shapes/Shape.cpp", |
| "rendering/shapes/Shape.h", |
| "rendering/shapes/ShapeInterval.h", |
| "rendering/shapes/ShapeOutsideInfo.cpp", |
| "rendering/shapes/ShapeOutsideInfo.h", |
| "rendering/style/AppliedTextDecoration.cpp", |
| "rendering/style/BasicShapes.cpp", |
| "rendering/style/BorderImageLength.h", |
| "rendering/style/BorderImageLengthBox.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/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/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/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", |
| ] |
| |
| core_idl_files = get_path_info([ |
| "animation/Animation.idl", |
| "animation/AnimationEffect.idl", |
| "animation/AnimationPlayer.idl", |
| "animation/AnimationNode.idl", |
| "animation/AnimationTimeline.idl", |
| "animation/Timing.idl", |
| "css/CSS.idl", |
| "css/CSSFontFaceRule.idl", |
| "css/CSSKeyframeRule.idl", |
| "css/CSSKeyframesRule.idl", |
| "css/CSSMediaRule.idl", |
| "css/CSSPrimitiveValue.idl", |
| "css/CSSRule.idl", |
| "css/CSSRuleList.idl", |
| "css/CSSStyleDeclaration.idl", |
| "css/CSSStyleRule.idl", |
| "css/CSSStyleSheet.idl", |
| "css/CSSSupportsRule.idl", |
| "css/CSSUnknownRule.idl", |
| "css/CSSValue.idl", |
| "css/CSSValueList.idl", |
| "css/CSSViewportRule.idl", |
| "css/FontFace.idl", |
| "css/FontFaceSet.idl", |
| "css/FontFaceSetForEachCallback.idl", |
| "css/FontFaceSetLoadEvent.idl", |
| "css/MediaList.idl", |
| "css/MediaQueryList.idl", |
| "css/MediaQueryListEvent.idl", |
| "css/RGBColor.idl", |
| "css/Rect.idl", |
| "css/StyleMedia.idl", |
| "css/StyleSheet.idl", |
| "css/StyleSheetList.idl", |
| "css/CSSFilterRule.idl", |
| "css/CSSFilterValue.idl", |
| "css/CSSMatrix.idl", |
| "css/CSSTransformValue.idl", |
| "dom/Attr.idl", |
| "dom/CharacterData.idl", |
| "dom/ClientRect.idl", |
| "dom/ClientRectList.idl", |
| "dom/DOMError.idl", |
| "dom/DOMException.idl", |
| "dom/DOMImplementation.idl", |
| "dom/DOMSettableTokenList.idl", |
| "dom/DOMStringList.idl", |
| "dom/DOMTokenList.idl", |
| "dom/Document.idl", |
| "dom/DocumentFragment.idl", |
| "dom/Element.idl", |
| "dom/MutationObserver.idl", |
| "dom/MutationRecord.idl", |
| "dom/NamedNodeMap.idl", |
| "dom/Node.idl", |
| "dom/NodeList.idl", |
| "dom/Range.idl", |
| "dom/RequestAnimationFrameCallback.idl", |
| "dom/Text.idl", |
| "dom/Touch.idl", |
| "dom/TouchList.idl", |
| "dom/URL.idl", |
| "dom/shadow/ShadowRoot.idl", |
| "editing/Selection.idl", |
| "events/AnimationPlayerEvent.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/MouseEvent.idl", |
| "events/PageTransitionEvent.idl", |
| "events/PopStateEvent.idl", |
| "events/ProgressEvent.idl", |
| "events/ResourceProgressEvent.idl", |
| "events/TextEvent.idl", |
| "events/TouchEvent.idl", |
| "events/TransitionEvent.idl", |
| "events/UIEvent.idl", |
| "events/AnimationEvent.idl", |
| "events/WheelEvent.idl", |
| "frame/Console.idl", |
| "frame/ConsoleBase.idl", |
| "frame/History.idl", |
| "frame/ImageBitmap.idl", |
| "frame/Location.idl", |
| "frame/Screen.idl", |
| "frame/Window.idl", |
| "html/HTMLAnchorElement.idl", |
| "html/HTMLAudioElement.idl", |
| "html/HTMLCanvasElement.idl", |
| "html/HTMLContentElement.idl", |
| "html/HTMLDocument.idl", |
| "html/HTMLElement.idl", |
| "html/HTMLImageElement.idl", |
| "html/HTMLLinkElement.idl", |
| "html/HTMLMediaElement.idl", |
| "html/HTMLMetaElement.idl", |
| "html/HTMLPictureElement.idl", |
| "html/HTMLScriptElement.idl", |
| "html/HTMLShadowElement.idl", |
| "html/HTMLSourceElement.idl", |
| "html/HTMLStyleElement.idl", |
| "html/HTMLTemplateElement.idl", |
| "html/HTMLTitleElement.idl", |
| "html/HTMLVideoElement.idl", |
| "html/ImageData.idl", |
| "html/MediaError.idl", |
| "html/MediaKeyError.idl", |
| "html/MediaKeyEvent.idl", |
| "html/TextMetrics.idl", |
| "html/TimeRanges.idl", |
| "html/VoidCallback.idl", |
| "html/canvas/ANGLEInstancedArrays.idl", |
| "html/canvas/Canvas2DContextAttributes.idl", |
| "html/canvas/CanvasGradient.idl", |
| "html/canvas/CanvasPattern.idl", |
| "html/canvas/CanvasRenderingContext2D.idl", |
| "html/canvas/EXTBlendMinMax.idl", |
| "html/canvas/EXTFragDepth.idl", |
| "html/canvas/EXTShaderTextureLOD.idl", |
| "html/canvas/EXTTextureFilterAnisotropic.idl", |
| "html/canvas/OESElementIndexUint.idl", |
| "html/canvas/OESStandardDerivatives.idl", |
| "html/canvas/OESTextureFloat.idl", |
| "html/canvas/OESTextureFloatLinear.idl", |
| "html/canvas/OESTextureHalfFloat.idl", |
| "html/canvas/OESTextureHalfFloatLinear.idl", |
| "html/canvas/OESVertexArrayObject.idl", |
| "html/canvas/Path2D.idl", |
| "html/canvas/WebGLActiveInfo.idl", |
| "html/canvas/WebGLBuffer.idl", |
| "html/canvas/WebGLCompressedTextureATC.idl", |
| "html/canvas/WebGLCompressedTextureETC1.idl", |
| "html/canvas/WebGLCompressedTexturePVRTC.idl", |
| "html/canvas/WebGLCompressedTextureS3TC.idl", |
| "html/canvas/WebGLContextAttributes.idl", |
| "html/canvas/WebGLContextEvent.idl", |
| "html/canvas/WebGLDebugRendererInfo.idl", |
| "html/canvas/WebGLDebugShaders.idl", |
| "html/canvas/WebGLDepthTexture.idl", |
| "html/canvas/WebGLDrawBuffers.idl", |
| "html/canvas/WebGLFramebuffer.idl", |
| "html/canvas/WebGLLoseContext.idl", |
| "html/canvas/WebGLProgram.idl", |
| "html/canvas/WebGLRenderbuffer.idl", |
| "html/canvas/WebGLRenderingContext.idl", |
| "html/canvas/WebGLShader.idl", |
| "html/canvas/WebGLShaderPrecisionFormat.idl", |
| "html/canvas/WebGLTexture.idl", |
| "html/canvas/WebGLUniformLocation.idl", |
| "html/canvas/WebGLVertexArrayObjectOES.idl", |
| "html/ime/InputMethodContext.idl", |
| ], "abspath") |
| |
| # Files for which bindings (.cpp and .h files) will be generated |
| # 'partial interface', target (right side of) 'implements', and |
| # interfaces with static bindings (in bindings/core/v8/) |
| core_dependency_idl_files = get_path_info([ |
| "animation/DocumentAnimation.idl", |
| "animation/ElementAnimation.idl", |
| "css/DocumentFontFaceSet.idl", |
| "dom/ChildNode.idl", |
| "dom/ParentNode.idl", |
| "dom/URLUtils.idl", |
| "dom/URLUtilsReadOnly.idl", |
| "events/EventListener.idl", |
| "frame/WindowBase64.idl", |
| "frame/WindowTimers.idl", |
| "html/canvas/CanvasPathMethods.idl", |
| "html/canvas/MouseEventHitRegion.idl", |
| "html/canvas/WebGLRenderingContextBase.idl", |
| ], "abspath") |
| |
| # interfaces that inherit from Event, including Event itself |
| core_event_idl_files = get_path_info([ |
| "css/FontFaceSetLoadEvent.idl", |
| "css/MediaQueryListEvent.idl", |
| "events/AnimationPlayerEvent.idl", |
| "events/CompositionEvent.idl", |
| "events/CustomEvent.idl", |
| "events/ErrorEvent.idl", |
| "events/Event.idl", |
| "events/FocusEvent.idl", |
| "events/HashChangeEvent.idl", |
| "events/KeyboardEvent.idl", |
| "events/MouseEvent.idl", |
| "events/PageTransitionEvent.idl", |
| "events/PopStateEvent.idl", |
| "events/ProgressEvent.idl", |
| "events/ResourceProgressEvent.idl", |
| "events/TextEvent.idl", |
| "events/TouchEvent.idl", |
| "events/TransitionEvent.idl", |
| "events/UIEvent.idl", |
| "events/AnimationEvent.idl", |
| "events/WheelEvent.idl", |
| "html/MediaKeyEvent.idl", |
| "html/canvas/WebGLContextEvent.idl", |
| ], "abspath") |