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

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

Issue 1322123003: Add composite() method to InterpolationType interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/animation/UnderlyingValue.h ('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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 'animation/StringKeyframe.cpp', 923 'animation/StringKeyframe.cpp',
924 'animation/StringKeyframe.h', 924 'animation/StringKeyframe.h',
925 'animation/StyleInterpolation.h', 925 'animation/StyleInterpolation.h',
926 'animation/Timing.cpp', 926 'animation/Timing.cpp',
927 'animation/Timing.h', 927 'animation/Timing.h',
928 'animation/TimingCalculations.h', 928 'animation/TimingCalculations.h',
929 'animation/TimingInput.cpp', 929 'animation/TimingInput.cpp',
930 'animation/TimingInput.h', 930 'animation/TimingInput.h',
931 'animation/TransformSVGInterpolation.cpp', 931 'animation/TransformSVGInterpolation.cpp',
932 'animation/TransformSVGInterpolation.h', 932 'animation/TransformSVGInterpolation.h',
933 'animation/UnderlyingValue.h',
933 'animation/VisibilityStyleInterpolation.cpp', 934 'animation/VisibilityStyleInterpolation.cpp',
934 'animation/VisibilityStyleInterpolation.h', 935 'animation/VisibilityStyleInterpolation.h',
935 'animation/animatable/AnimatableClipPathOperation.cpp', 936 'animation/animatable/AnimatableClipPathOperation.cpp',
936 'animation/animatable/AnimatableClipPathOperation.h', 937 'animation/animatable/AnimatableClipPathOperation.h',
937 'animation/animatable/AnimatableColor.cpp', 938 'animation/animatable/AnimatableColor.cpp',
938 'animation/animatable/AnimatableColor.h', 939 'animation/animatable/AnimatableColor.h',
939 'animation/animatable/AnimatableDouble.cpp', 940 'animation/animatable/AnimatableDouble.cpp',
940 'animation/animatable/AnimatableDouble.h', 941 'animation/animatable/AnimatableDouble.h',
941 'animation/animatable/AnimatableDoubleAndBool.cpp', 942 'animation/animatable/AnimatableDoubleAndBool.cpp',
942 'animation/animatable/AnimatableDoubleAndBool.h', 943 'animation/animatable/AnimatableDoubleAndBool.h',
(...skipping 2917 matching lines...) Expand 10 before | Expand all | Expand 10 after
3860 'style/OutlineValueTest.cpp', 3861 'style/OutlineValueTest.cpp',
3861 'style/SVGComputedStyleTest.cpp', 3862 'style/SVGComputedStyleTest.cpp',
3862 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3863 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3863 'testing/PrivateScriptTestTest.cpp', 3864 'testing/PrivateScriptTestTest.cpp',
3864 'timing/MemoryInfoTest.cpp', 3865 'timing/MemoryInfoTest.cpp',
3865 'workers/WorkerThreadTest.cpp', 3866 'workers/WorkerThreadTest.cpp',
3866 'xml/parser/SharedBufferReaderTest.cpp', 3867 'xml/parser/SharedBufferReaderTest.cpp',
3867 ], 3868 ],
3868 } 3869 }
3869 } 3870 }
OLDNEW
« no previous file with comments | « Source/core/animation/UnderlyingValue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698