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

Unified Diff: sky/engine/core/core.gni

Issue 1229273004: Remove Animations and Transitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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
Index: sky/engine/core/core.gni
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
index c7e8269482e7362df45d32ed407bcf1c5d80c98e..7d21c3d7dc9197d153fadeaabeb5eb2fb1aeac38 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -7,102 +7,6 @@ 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/DefaultStyleInterpolation.h",
- "animation/DeferredLegacyStyleInterpolation.cpp",
- "animation/DeferredLegacyStyleInterpolation.h",
- "animation/DocumentAnimation.h",
- "animation/DocumentAnimations.cpp",
- "animation/DocumentAnimations.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/Keyframe.h",
- "animation/KeyframeEffectModel.cpp",
- "animation/KeyframeEffectModel.h",
- "animation/LegacyStyleInterpolation.h",
- "animation/LengthStyleInterpolation.cpp",
- "animation/LengthStyleInterpolation.h",
- "animation/PendingAnimations.cpp",
- "animation/PendingAnimations.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/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/BasicShapeFunctions.h",
"css/BinaryDataFontFaceSource.cpp",
@@ -170,8 +74,6 @@ sky_core_files = [
"css/CSSStyleDeclaration.h",
"css/CSSStyleSheet.cpp",
"css/CSSStyleSheet.h",
- "css/CSSTimingFunctionValue.cpp",
- "css/CSSTimingFunctionValue.h",
"css/CSSToLengthConversionData.cpp",
"css/CSSToLengthConversionData.h",
"css/CSSTransformValue.cpp",
@@ -264,8 +166,6 @@ sky_core_files = [
"css/parser/MediaQueryTokenizer.h",
"css/parser/SizesCalcParser.cpp",
"css/parser/SizesCalcParser.h",
- "css/resolver/AnimatedStyleBuilder.cpp",
- "css/resolver/AnimatedStyleBuilder.h",
"css/resolver/CSSToStyleMap.cpp",
"css/resolver/CSSToStyleMap.h",
"css/resolver/ElementResolveContext.cpp",
@@ -538,10 +438,6 @@ sky_core_files = [
"editing/WritingDirection.h",
"editing/htmlediting.cpp",
"editing/htmlediting.h",
- "events/AnimationEvent.cpp",
- "events/AnimationEvent.h",
- "events/AnimationPlayerEvent.cpp",
- "events/AnimationPlayerEvent.h",
"events/BeforeTextInsertedEvent.cpp",
"events/BeforeTextInsertedEvent.h",
"events/CompositionEvent.cpp",
@@ -586,8 +482,6 @@ sky_core_files = [
"events/TextEvent.cpp",
"events/TextEvent.h",
"events/TextEventInputType.h",
- "events/TransitionEvent.cpp",
- "events/TransitionEvent.h",
"events/TreeScopeEventContext.cpp",
"events/TreeScopeEventContext.h",
"events/UIEvent.cpp",
@@ -689,14 +583,10 @@ sky_core_files = [
"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/PageVisibilityState.h",
"page/SpellCheckerClient.h",
"painting/Canvas.cpp",
"painting/Canvas.h",
@@ -866,8 +756,6 @@ sky_core_files = [
"rendering/style/DataRef.h",
"rendering/style/FillLayer.cpp",
"rendering/style/FillLayer.h",
- "rendering/style/KeyframeList.cpp",
- "rendering/style/KeyframeList.h",
"rendering/style/NinePieceImage.cpp",
"rendering/style/NinePieceImage.h",
"rendering/style/OutlineValue.h",
@@ -904,8 +792,6 @@ sky_core_files = [
"rendering/style/StyleTransformData.h",
"rendering/style/StyleVisualData.cpp",
"rendering/style/StyleVisualData.h",
- "rendering/style/StyleWillChangeData.cpp",
- "rendering/style/StyleWillChangeData.h",
"script/dart_controller.cc",
"script/dart_controller.h",
"script/dart_debugger.cc",
@@ -924,12 +810,6 @@ sky_core_files = [
]
core_idl_files = get_path_info([
- "animation/Animation.idl",
- "animation/AnimationEffect.idl",
- "animation/AnimationNode.idl",
- "animation/AnimationPlayer.idl",
- "animation/AnimationTimeline.idl",
- "animation/Timing.idl",
"css/CSS.idl",
"css/CSSMatrix.idl",
"css/CSSStyleDeclaration.idl",
@@ -957,8 +837,6 @@ core_idl_files = get_path_info([
"dom/URL.idl",
"dom/shadow/ShadowRoot.idl",
"editing/Selection.idl",
- "events/AnimationEvent.idl",
- "events/AnimationPlayerEvent.idl",
"events/CompositionEvent.idl",
"events/ErrorEvent.idl",
"events/Event.idl",
@@ -970,7 +848,6 @@ core_idl_files = get_path_info([
"events/PageTransitionEvent.idl",
"events/PointerEvent.idl",
"events/TextEvent.idl",
- "events/TransitionEvent.idl",
"events/UIEvent.idl",
"events/WheelEvent.idl",
"frame/Location.idl",
@@ -1028,8 +905,6 @@ core_dart_files = get_path_info([
# '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",
"dom/URLUtils.idl",
"dom/URLUtilsReadOnly.idl",
"events/EventListener.idl",
@@ -1041,8 +916,6 @@ core_dependency_idl_files = get_path_info([
# interfaces that inherit from Event, including Event itself
core_event_idl_files = get_path_info([
"css/MediaQueryListEvent.idl",
- "events/AnimationEvent.idl",
- "events/AnimationPlayerEvent.idl",
"events/CompositionEvent.idl",
"events/ErrorEvent.idl",
"events/Event.idl",
@@ -1053,7 +926,6 @@ core_event_idl_files = get_path_info([
"events/PageTransitionEvent.idl",
"events/PointerEvent.idl",
"events/TextEvent.idl",
- "events/TransitionEvent.idl",
"events/UIEvent.idl",
"events/WheelEvent.idl",
],
« no previous file with comments | « sky/engine/core/animation/css/CSSTransitionData.cpp ('k') | sky/engine/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698