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

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: Add else to shadowToInterpolableValue 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
« no previous file with comments | « Source/core/animation/StringKeyframe.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/SVGLengthStyleInterpolation.cpp', 598 'animation/SVGLengthStyleInterpolation.cpp',
601 'animation/SVGLengthStyleInterpolation.h', 599 'animation/SVGLengthStyleInterpolation.h',
602 'animation/SampledEffect.cpp', 600 'animation/SampledEffect.cpp',
603 'animation/SampledEffect.h', 601 'animation/SampledEffect.h',
602 'animation/ListStyleInterpolation.h',
604 'animation/ShadowStyleInterpolation.cpp', 603 'animation/ShadowStyleInterpolation.cpp',
605 'animation/ShadowStyleInterpolation.h', 604 'animation/ShadowStyleInterpolation.h',
606 'animation/StringKeyframe.cpp', 605 'animation/StringKeyframe.cpp',
607 'animation/StringKeyframe.h', 606 'animation/StringKeyframe.h',
608 'animation/StyleInterpolation.h', 607 'animation/StyleInterpolation.h',
609 'animation/Timing.cpp', 608 'animation/Timing.cpp',
610 'animation/Timing.h', 609 'animation/Timing.h',
611 'animation/TimingCalculations.h', 610 'animation/TimingCalculations.h',
612 'animation/TimingInput.cpp', 611 'animation/TimingInput.cpp',
613 'animation/TimingInput.h', 612 'animation/TimingInput.h',
(...skipping 3042 matching lines...) Expand 10 before | Expand all | Expand 10 after
3656 'animation/CompositorAnimationsTestHelper.h', 3655 'animation/CompositorAnimationsTestHelper.h',
3657 'animation/ColorStyleInterpolationTest.cpp', 3656 'animation/ColorStyleInterpolationTest.cpp',
3658 'animation/DeferredLegacyStyleInterpolationTest.cpp', 3657 'animation/DeferredLegacyStyleInterpolationTest.cpp',
3659 'animation/DoubleStyleInterpolationTest.cpp', 3658 'animation/DoubleStyleInterpolationTest.cpp',
3660 'animation/EffectInputTest.cpp', 3659 'animation/EffectInputTest.cpp',
3661 'animation/InterpolableValueTest.cpp', 3660 'animation/InterpolableValueTest.cpp',
3662 'animation/InterpolationEffectTest.cpp', 3661 'animation/InterpolationEffectTest.cpp',
3663 'animation/KeyframeEffectModelTest.cpp', 3662 'animation/KeyframeEffectModelTest.cpp',
3664 'animation/LengthBoxStyleInterpolationTest.cpp', 3663 'animation/LengthBoxStyleInterpolationTest.cpp',
3665 'animation/LengthPairStyleInterpolationTest.cpp', 3664 'animation/LengthPairStyleInterpolationTest.cpp',
3666 'animation/LengthPoint3DStyleInterpolationTest.cpp',
3667 'animation/LengthStyleInterpolationTest.cpp', 3665 'animation/LengthStyleInterpolationTest.cpp',
3666 'animation/ListStyleInterpolationTest.cpp',
3668 'animation/SVGLengthStyleInterpolationTest.cpp', 3667 'animation/SVGLengthStyleInterpolationTest.cpp',
3669 'animation/ShadowStyleInterpolationTest.cpp', 3668 'animation/ShadowStyleInterpolationTest.cpp',
3670 'animation/TimingCalculationsTest.cpp', 3669 'animation/TimingCalculationsTest.cpp',
3671 'animation/TimingInputTest.cpp', 3670 'animation/TimingInputTest.cpp',
3672 'animation/VisibilityStyleInterpolationTest.cpp', 3671 'animation/VisibilityStyleInterpolationTest.cpp',
3673 'animation/animatable/AnimatableColorTest.cpp', 3672 'animation/animatable/AnimatableColorTest.cpp',
3674 'animation/animatable/AnimatableDoubleAndBoolTest.cpp', 3673 'animation/animatable/AnimatableDoubleAndBoolTest.cpp',
3675 'animation/animatable/AnimatableDoubleTest.cpp', 3674 'animation/animatable/AnimatableDoubleTest.cpp',
3676 'animation/animatable/AnimatableLengthTest.cpp', 3675 'animation/animatable/AnimatableLengthTest.cpp',
3677 'animation/animatable/AnimatableNeutralTest.cpp', 3676 'animation/animatable/AnimatableNeutralTest.cpp',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
3765 'rendering/style/SVGRenderStyleTest.cpp', 3764 'rendering/style/SVGRenderStyleTest.cpp',
3766 'streams/ExclusiveStreamReaderTest.cpp', 3765 'streams/ExclusiveStreamReaderTest.cpp',
3767 'streams/ReadableStreamTest.cpp', 3766 'streams/ReadableStreamTest.cpp',
3768 'testing/PrivateScriptTestTest.cpp', 3767 'testing/PrivateScriptTestTest.cpp',
3769 'testing/UnitTestHelpers.cpp', 3768 'testing/UnitTestHelpers.cpp',
3770 'testing/UnitTestHelpers.h', 3769 'testing/UnitTestHelpers.h',
3771 'xml/parser/SharedBufferReaderTest.cpp', 3770 'xml/parser/SharedBufferReaderTest.cpp',
3772 ], 3771 ],
3773 } 3772 }
3774 } 3773 }
OLDNEW
« no previous file with comments | « Source/core/animation/StringKeyframe.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698