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

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

Issue 1644883002: Add additive animation support for CSS property translate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_propertyInterpolationTypesMapping
Patch Set: Created 4 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 'animation/CSSLengthListInterpolationType.cpp', 857 'animation/CSSLengthListInterpolationType.cpp',
858 'animation/CSSLengthListInterpolationType.h', 858 'animation/CSSLengthListInterpolationType.h',
859 'animation/CSSNumberInterpolationType.cpp', 859 'animation/CSSNumberInterpolationType.cpp',
860 'animation/CSSNumberInterpolationType.h', 860 'animation/CSSNumberInterpolationType.h',
861 'animation/CSSPaintInterpolationType.cpp', 861 'animation/CSSPaintInterpolationType.cpp',
862 'animation/CSSPaintInterpolationType.h', 862 'animation/CSSPaintInterpolationType.h',
863 'animation/CSSPathInterpolationType.cpp', 863 'animation/CSSPathInterpolationType.cpp',
864 'animation/CSSPathInterpolationType.h', 864 'animation/CSSPathInterpolationType.h',
865 'animation/CSSShadowListInterpolationType.cpp', 865 'animation/CSSShadowListInterpolationType.cpp',
866 'animation/CSSShadowListInterpolationType.h', 866 'animation/CSSShadowListInterpolationType.h',
867 'animation/CSSTranslateInterpolationType.cpp',
868 'animation/CSSTranslateInterpolationType.h',
867 'animation/CSSValueInterpolationType.cpp', 869 'animation/CSSValueInterpolationType.cpp',
868 'animation/CSSValueInterpolationType.h', 870 'animation/CSSValueInterpolationType.h',
869 'animation/CSSVisibilityInterpolationType.cpp', 871 'animation/CSSVisibilityInterpolationType.cpp',
870 'animation/CSSVisibilityInterpolationType.h', 872 'animation/CSSVisibilityInterpolationType.h',
871 'animation/CompositorAnimations.cpp', 873 'animation/CompositorAnimations.cpp',
872 'animation/CompositorAnimations.h', 874 'animation/CompositorAnimations.h',
873 'animation/CompositorAnimationsImpl.h', 875 'animation/CompositorAnimationsImpl.h',
874 'animation/CompositorPendingAnimations.cpp', 876 'animation/CompositorPendingAnimations.cpp',
875 'animation/CompositorPendingAnimations.h', 877 'animation/CompositorPendingAnimations.h',
876 'animation/ColorPropertyFunctions.cpp', 878 'animation/ColorPropertyFunctions.cpp',
(...skipping 3164 matching lines...) Expand 10 before | Expand all | Expand 10 after
4041 'style/SVGComputedStyleTest.cpp', 4043 'style/SVGComputedStyleTest.cpp',
4042 'svg/SVGPathParserTest.cpp', 4044 'svg/SVGPathParserTest.cpp',
4043 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4045 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4044 'testing/PrivateScriptTestTest.cpp', 4046 'testing/PrivateScriptTestTest.cpp',
4045 'timing/MemoryInfoTest.cpp', 4047 'timing/MemoryInfoTest.cpp',
4046 'workers/WorkerThreadTest.cpp', 4048 'workers/WorkerThreadTest.cpp',
4047 'xml/parser/SharedBufferReaderTest.cpp', 4049 'xml/parser/SharedBufferReaderTest.cpp',
4048 ], 4050 ],
4049 } 4051 }
4050 } 4052 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698