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

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

Issue 1592593002: Web Animations: Animate d presentation attribute using InterpolableValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove assert Created 4 years, 11 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 | « third_party/WebKit/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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 'animation/CSSImageListInterpolationType.h', 847 'animation/CSSImageListInterpolationType.h',
848 'animation/CSSInterpolationType.h', 848 'animation/CSSInterpolationType.h',
849 'animation/CSSLengthInterpolationType.cpp', 849 'animation/CSSLengthInterpolationType.cpp',
850 'animation/CSSLengthInterpolationType.h', 850 'animation/CSSLengthInterpolationType.h',
851 'animation/CSSLengthListInterpolationType.cpp', 851 'animation/CSSLengthListInterpolationType.cpp',
852 'animation/CSSLengthListInterpolationType.h', 852 'animation/CSSLengthListInterpolationType.h',
853 'animation/CSSNumberInterpolationType.cpp', 853 'animation/CSSNumberInterpolationType.cpp',
854 'animation/CSSNumberInterpolationType.h', 854 'animation/CSSNumberInterpolationType.h',
855 'animation/CSSPaintInterpolationType.cpp', 855 'animation/CSSPaintInterpolationType.cpp',
856 'animation/CSSPaintInterpolationType.h', 856 'animation/CSSPaintInterpolationType.h',
857 'animation/CSSPathInterpolationType.cpp',
858 'animation/CSSPathInterpolationType.h',
857 'animation/CSSShadowListInterpolationType.cpp', 859 'animation/CSSShadowListInterpolationType.cpp',
858 'animation/CSSShadowListInterpolationType.h', 860 'animation/CSSShadowListInterpolationType.h',
859 'animation/CSSValueInterpolationType.cpp', 861 'animation/CSSValueInterpolationType.cpp',
860 'animation/CSSValueInterpolationType.h', 862 'animation/CSSValueInterpolationType.h',
861 'animation/CSSVisibilityInterpolationType.cpp', 863 'animation/CSSVisibilityInterpolationType.cpp',
862 'animation/CSSVisibilityInterpolationType.h', 864 'animation/CSSVisibilityInterpolationType.h',
863 'animation/CompositorAnimations.cpp', 865 'animation/CompositorAnimations.cpp',
864 'animation/CompositorAnimations.h', 866 'animation/CompositorAnimations.h',
865 'animation/CompositorAnimationsImpl.h', 867 'animation/CompositorAnimationsImpl.h',
866 'animation/CompositorPendingAnimations.cpp', 868 'animation/CompositorPendingAnimations.cpp',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 'animation/ListInterpolationFunctions.cpp', 918 'animation/ListInterpolationFunctions.cpp',
917 'animation/ListInterpolationFunctions.h', 919 'animation/ListInterpolationFunctions.h',
918 'animation/NonInterpolableValue.h', 920 'animation/NonInterpolableValue.h',
919 'animation/NumberAttributeFunctions.h', 921 'animation/NumberAttributeFunctions.h',
920 'animation/NumberPropertyFunctions.cpp', 922 'animation/NumberPropertyFunctions.cpp',
921 'animation/NumberPropertyFunctions.h', 923 'animation/NumberPropertyFunctions.h',
922 'animation/NumberSVGInterpolation.cpp', 924 'animation/NumberSVGInterpolation.cpp',
923 'animation/NumberSVGInterpolation.h', 925 'animation/NumberSVGInterpolation.h',
924 'animation/PaintPropertyFunctions.cpp', 926 'animation/PaintPropertyFunctions.cpp',
925 'animation/PaintPropertyFunctions.h', 927 'animation/PaintPropertyFunctions.h',
928 'animation/PathInterpolationFunctions.cpp',
929 'animation/PathInterpolationFunctions.h',
926 'animation/PrimitiveInterpolation.h', 930 'animation/PrimitiveInterpolation.h',
927 'animation/PropertyHandle.cpp', 931 'animation/PropertyHandle.cpp',
928 'animation/PropertyHandle.h', 932 'animation/PropertyHandle.h',
929 'animation/SVGAngleInterpolationType.cpp', 933 'animation/SVGAngleInterpolationType.cpp',
930 'animation/SVGAngleInterpolationType.h', 934 'animation/SVGAngleInterpolationType.h',
931 'animation/SVGIntegerInterpolationType.cpp', 935 'animation/SVGIntegerInterpolationType.cpp',
932 'animation/SVGIntegerInterpolationType.h', 936 'animation/SVGIntegerInterpolationType.h',
933 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp', 937 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp',
934 'animation/SVGIntegerOptionalIntegerInterpolationType.h', 938 'animation/SVGIntegerOptionalIntegerInterpolationType.h',
935 'animation/SVGInterpolation.h', 939 'animation/SVGInterpolation.h',
(...skipping 3071 matching lines...) Expand 10 before | Expand all | Expand 10 after
4007 'style/SVGComputedStyleTest.cpp', 4011 'style/SVGComputedStyleTest.cpp',
4008 'svg/SVGPathParserTest.cpp', 4012 'svg/SVGPathParserTest.cpp',
4009 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4013 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4010 'testing/PrivateScriptTestTest.cpp', 4014 'testing/PrivateScriptTestTest.cpp',
4011 'timing/MemoryInfoTest.cpp', 4015 'timing/MemoryInfoTest.cpp',
4012 'workers/WorkerThreadTest.cpp', 4016 'workers/WorkerThreadTest.cpp',
4013 'xml/parser/SharedBufferReaderTest.cpp', 4017 'xml/parser/SharedBufferReaderTest.cpp',
4014 ], 4018 ],
4015 } 4019 }
4016 } 4020 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/StringKeyframe.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698