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

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

Issue 1690543002: Add additive animation support for CSS properties perspective-origin and object-position (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_backgroundPositionAnimation
Patch Set: Remove from StringKeyframe 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 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 'animation/CSSLengthListInterpolationType.cpp', 864 'animation/CSSLengthListInterpolationType.cpp',
865 'animation/CSSLengthListInterpolationType.h', 865 'animation/CSSLengthListInterpolationType.h',
866 'animation/CSSNumberInterpolationType.cpp', 866 'animation/CSSNumberInterpolationType.cpp',
867 'animation/CSSNumberInterpolationType.h', 867 'animation/CSSNumberInterpolationType.h',
868 'animation/CSSPaintInterpolationType.cpp', 868 'animation/CSSPaintInterpolationType.cpp',
869 'animation/CSSPaintInterpolationType.h', 869 'animation/CSSPaintInterpolationType.h',
870 'animation/CSSPathInterpolationType.cpp', 870 'animation/CSSPathInterpolationType.cpp',
871 'animation/CSSPathInterpolationType.h', 871 'animation/CSSPathInterpolationType.h',
872 'animation/CSSPositionAxisListInterpolationType.cpp', 872 'animation/CSSPositionAxisListInterpolationType.cpp',
873 'animation/CSSPositionAxisListInterpolationType.h', 873 'animation/CSSPositionAxisListInterpolationType.h',
874 'animation/CSSPositionInterpolationType.cpp',
875 'animation/CSSPositionInterpolationType.h',
874 'animation/CSSShadowListInterpolationType.cpp', 876 'animation/CSSShadowListInterpolationType.cpp',
875 'animation/CSSShadowListInterpolationType.h', 877 'animation/CSSShadowListInterpolationType.h',
876 'animation/CSSValueInterpolationType.cpp', 878 'animation/CSSValueInterpolationType.cpp',
877 'animation/CSSValueInterpolationType.h', 879 'animation/CSSValueInterpolationType.h',
878 'animation/CSSVisibilityInterpolationType.cpp', 880 'animation/CSSVisibilityInterpolationType.cpp',
879 'animation/CSSVisibilityInterpolationType.h', 881 'animation/CSSVisibilityInterpolationType.h',
880 'animation/CompositorAnimations.cpp', 882 'animation/CompositorAnimations.cpp',
881 'animation/CompositorAnimations.h', 883 'animation/CompositorAnimations.h',
882 'animation/CompositorAnimationsImpl.h', 884 'animation/CompositorAnimationsImpl.h',
883 'animation/CompositorPendingAnimations.cpp', 885 'animation/CompositorPendingAnimations.cpp',
(...skipping 3180 matching lines...) Expand 10 before | Expand all | Expand 10 after
4064 'style/SVGComputedStyleTest.cpp', 4066 'style/SVGComputedStyleTest.cpp',
4065 'svg/SVGPathParserTest.cpp', 4067 'svg/SVGPathParserTest.cpp',
4066 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4068 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4067 'testing/PrivateScriptTestTest.cpp', 4069 'testing/PrivateScriptTestTest.cpp',
4068 'timing/MemoryInfoTest.cpp', 4070 'timing/MemoryInfoTest.cpp',
4069 'workers/WorkerThreadTest.cpp', 4071 'workers/WorkerThreadTest.cpp',
4070 'xml/parser/SharedBufferReaderTest.cpp', 4072 'xml/parser/SharedBufferReaderTest.cpp',
4071 ], 4073 ],
4072 } 4074 }
4073 } 4075 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698