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

Side by Side Diff: Source/core/core.gypi

Issue 851633002: Animation: Add template for ListStyleInterpolation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Correct rounding in Interpolation LayoutTests and remove WillBeHeapVector 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 'animation/Interpolation.h', 586 'animation/Interpolation.h',
587 'animation/InterpolationEffect.cpp', 587 'animation/InterpolationEffect.cpp',
588 'animation/InterpolationEffect.h', 588 'animation/InterpolationEffect.h',
589 'animation/KeyframeEffectModel.cpp', 589 'animation/KeyframeEffectModel.cpp',
590 'animation/KeyframeEffectModel.h', 590 'animation/KeyframeEffectModel.h',
591 'animation/LegacyStyleInterpolation.h', 591 'animation/LegacyStyleInterpolation.h',
592 'animation/LengthBoxStyleInterpolation.cpp', 592 'animation/LengthBoxStyleInterpolation.cpp',
593 'animation/LengthBoxStyleInterpolation.h', 593 'animation/LengthBoxStyleInterpolation.h',
594 'animation/LengthPairStyleInterpolation.cpp', 594 'animation/LengthPairStyleInterpolation.cpp',
595 'animation/LengthPairStyleInterpolation.h', 595 'animation/LengthPairStyleInterpolation.h',
596 'animation/LengthPoint3DStyleInterpolation.cpp',
597 'animation/LengthPoint3DStyleInterpolation.h',
598 'animation/LengthStyleInterpolation.cpp', 596 'animation/LengthStyleInterpolation.cpp',
599 'animation/LengthStyleInterpolation.h', 597 'animation/LengthStyleInterpolation.h',
600 'animation/SampledEffect.cpp', 598 'animation/SampledEffect.cpp',
601 'animation/SampledEffect.h', 599 'animation/SampledEffect.h',
600 'animation/ListStyleInterpolation.h',
602 'animation/ShadowStyleInterpolation.cpp', 601 'animation/ShadowStyleInterpolation.cpp',
603 'animation/ShadowStyleInterpolation.h', 602 'animation/ShadowStyleInterpolation.h',
604 'animation/StringKeyframe.cpp', 603 'animation/StringKeyframe.cpp',
605 'animation/StringKeyframe.h', 604 'animation/StringKeyframe.h',
606 'animation/StyleInterpolation.h', 605 'animation/StyleInterpolation.h',
607 'animation/Timing.cpp', 606 'animation/Timing.cpp',
608 'animation/Timing.h', 607 'animation/Timing.h',
609 'animation/TimingCalculations.h', 608 'animation/TimingCalculations.h',
610 'animation/TimingInput.cpp', 609 'animation/TimingInput.cpp',
611 'animation/TimingInput.h', 610 'animation/TimingInput.h',
(...skipping 3042 matching lines...) Expand 10 before | Expand all | Expand 10 after
3654 'animation/CompositorAnimationsTestHelper.h', 3653 'animation/CompositorAnimationsTestHelper.h',
3655 'animation/ColorStyleInterpolationTest.cpp', 3654 'animation/ColorStyleInterpolationTest.cpp',
3656 'animation/DeferredLegacyStyleInterpolationTest.cpp', 3655 'animation/DeferredLegacyStyleInterpolationTest.cpp',
3657 'animation/DoubleStyleInterpolationTest.cpp', 3656 'animation/DoubleStyleInterpolationTest.cpp',
3658 'animation/EffectInputTest.cpp', 3657 'animation/EffectInputTest.cpp',
3659 'animation/InterpolableValueTest.cpp', 3658 'animation/InterpolableValueTest.cpp',
3660 'animation/InterpolationEffectTest.cpp', 3659 'animation/InterpolationEffectTest.cpp',
3661 'animation/KeyframeEffectModelTest.cpp', 3660 'animation/KeyframeEffectModelTest.cpp',
3662 'animation/LengthBoxStyleInterpolationTest.cpp', 3661 'animation/LengthBoxStyleInterpolationTest.cpp',
3663 'animation/LengthPairStyleInterpolationTest.cpp', 3662 'animation/LengthPairStyleInterpolationTest.cpp',
3664 'animation/LengthPoint3DStyleInterpolationTest.cpp',
3665 'animation/LengthStyleInterpolationTest.cpp', 3663 'animation/LengthStyleInterpolationTest.cpp',
3664 'animation/ListStyleInterpolationTest.cpp',
3666 'animation/ShadowStyleInterpolationTest.cpp', 3665 'animation/ShadowStyleInterpolationTest.cpp',
3667 'animation/TimingCalculationsTest.cpp', 3666 'animation/TimingCalculationsTest.cpp',
3668 'animation/TimingInputTest.cpp', 3667 'animation/TimingInputTest.cpp',
3669 'animation/VisibilityStyleInterpolationTest.cpp', 3668 'animation/VisibilityStyleInterpolationTest.cpp',
3670 'animation/animatable/AnimatableColorTest.cpp', 3669 'animation/animatable/AnimatableColorTest.cpp',
3671 'animation/animatable/AnimatableDoubleAndBoolTest.cpp', 3670 'animation/animatable/AnimatableDoubleAndBoolTest.cpp',
3672 'animation/animatable/AnimatableDoubleTest.cpp', 3671 'animation/animatable/AnimatableDoubleTest.cpp',
3673 'animation/animatable/AnimatableLengthTest.cpp', 3672 'animation/animatable/AnimatableLengthTest.cpp',
3674 'animation/animatable/AnimatableNeutralTest.cpp', 3673 'animation/animatable/AnimatableNeutralTest.cpp',
3675 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', 3674 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
3761 'rendering/style/RenderStyleTest.cpp', 3760 'rendering/style/RenderStyleTest.cpp',
3762 'rendering/style/SVGRenderStyleTest.cpp', 3761 'rendering/style/SVGRenderStyleTest.cpp',
3763 'streams/ReadableStreamTest.cpp', 3762 'streams/ReadableStreamTest.cpp',
3764 'testing/PrivateScriptTestTest.cpp', 3763 'testing/PrivateScriptTestTest.cpp',
3765 'testing/UnitTestHelpers.cpp', 3764 'testing/UnitTestHelpers.cpp',
3766 'testing/UnitTestHelpers.h', 3765 'testing/UnitTestHelpers.h',
3767 'xml/parser/SharedBufferReaderTest.cpp', 3766 'xml/parser/SharedBufferReaderTest.cpp',
3768 ], 3767 ],
3769 } 3768 }
3770 } 3769 }
OLDNEW
« Source/core/animation/StringKeyframe.cpp ('K') | « Source/core/animation/StringKeyframe.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698