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

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

Issue 1708293002: Revert of 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: 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
« 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 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 'animation/CSSNumberInterpolationType.cpp', 867 'animation/CSSNumberInterpolationType.cpp',
868 'animation/CSSNumberInterpolationType.h', 868 'animation/CSSNumberInterpolationType.h',
869 'animation/CSSMotionRotationInterpolationType.cpp', 869 'animation/CSSMotionRotationInterpolationType.cpp',
870 'animation/CSSMotionRotationInterpolationType.h', 870 'animation/CSSMotionRotationInterpolationType.h',
871 'animation/CSSPaintInterpolationType.cpp', 871 'animation/CSSPaintInterpolationType.cpp',
872 'animation/CSSPaintInterpolationType.h', 872 'animation/CSSPaintInterpolationType.h',
873 'animation/CSSPathInterpolationType.cpp', 873 'animation/CSSPathInterpolationType.cpp',
874 'animation/CSSPathInterpolationType.h', 874 'animation/CSSPathInterpolationType.h',
875 'animation/CSSPositionAxisListInterpolationType.cpp', 875 'animation/CSSPositionAxisListInterpolationType.cpp',
876 'animation/CSSPositionAxisListInterpolationType.h', 876 'animation/CSSPositionAxisListInterpolationType.h',
877 'animation/CSSPositionInterpolationType.h',
878 'animation/CSSShadowListInterpolationType.cpp', 877 'animation/CSSShadowListInterpolationType.cpp',
879 'animation/CSSShadowListInterpolationType.h', 878 'animation/CSSShadowListInterpolationType.h',
880 'animation/CSSValueInterpolationType.cpp', 879 'animation/CSSValueInterpolationType.cpp',
881 'animation/CSSValueInterpolationType.h', 880 'animation/CSSValueInterpolationType.h',
882 'animation/CSSVisibilityInterpolationType.cpp', 881 'animation/CSSVisibilityInterpolationType.cpp',
883 'animation/CSSVisibilityInterpolationType.h', 882 'animation/CSSVisibilityInterpolationType.h',
884 'animation/CompositorAnimations.cpp', 883 'animation/CompositorAnimations.cpp',
885 'animation/CompositorAnimations.h', 884 'animation/CompositorAnimations.h',
886 'animation/CompositorAnimationsImpl.h', 885 'animation/CompositorAnimationsImpl.h',
887 'animation/CompositorPendingAnimations.cpp', 886 'animation/CompositorPendingAnimations.cpp',
(...skipping 3136 matching lines...) Expand 10 before | Expand all | Expand 10 after
4024 'style/SVGComputedStyleTest.cpp', 4023 'style/SVGComputedStyleTest.cpp',
4025 'svg/SVGPathParserTest.cpp', 4024 'svg/SVGPathParserTest.cpp',
4026 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4025 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4027 'testing/PrivateScriptTestTest.cpp', 4026 'testing/PrivateScriptTestTest.cpp',
4028 'timing/MemoryInfoTest.cpp', 4027 'timing/MemoryInfoTest.cpp',
4029 'workers/WorkerThreadTest.cpp', 4028 'workers/WorkerThreadTest.cpp',
4030 'xml/parser/SharedBufferReaderTest.cpp', 4029 'xml/parser/SharedBufferReaderTest.cpp',
4031 ], 4030 ],
4032 } 4031 }
4033 } 4032 }
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