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

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

Issue 1682083004: Add additive animation support for CSS property transform-origin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_radiusInterpolationType
Patch Set: Rebased Created 4 years, 9 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/PropertyInterpolationTypesMapping.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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 'animation/CSSMotionRotationInterpolationType.h', 876 'animation/CSSMotionRotationInterpolationType.h',
877 'animation/CSSPaintInterpolationType.cpp', 877 'animation/CSSPaintInterpolationType.cpp',
878 'animation/CSSPaintInterpolationType.h', 878 'animation/CSSPaintInterpolationType.h',
879 'animation/CSSPathInterpolationType.cpp', 879 'animation/CSSPathInterpolationType.cpp',
880 'animation/CSSPathInterpolationType.h', 880 'animation/CSSPathInterpolationType.h',
881 'animation/CSSPositionAxisListInterpolationType.cpp', 881 'animation/CSSPositionAxisListInterpolationType.cpp',
882 'animation/CSSPositionAxisListInterpolationType.h', 882 'animation/CSSPositionAxisListInterpolationType.h',
883 'animation/CSSPositionInterpolationType.h', 883 'animation/CSSPositionInterpolationType.h',
884 'animation/CSSShadowListInterpolationType.cpp', 884 'animation/CSSShadowListInterpolationType.cpp',
885 'animation/CSSShadowListInterpolationType.h', 885 'animation/CSSShadowListInterpolationType.h',
886 'animation/CSSTransformOriginInterpolationType.h',
886 'animation/CSSTranslateInterpolationType.cpp', 887 'animation/CSSTranslateInterpolationType.cpp',
887 'animation/CSSTranslateInterpolationType.h', 888 'animation/CSSTranslateInterpolationType.h',
888 'animation/CSSValueInterpolationType.cpp', 889 'animation/CSSValueInterpolationType.cpp',
889 'animation/CSSValueInterpolationType.h', 890 'animation/CSSValueInterpolationType.h',
890 'animation/CSSVisibilityInterpolationType.cpp', 891 'animation/CSSVisibilityInterpolationType.cpp',
891 'animation/CSSVisibilityInterpolationType.h', 892 'animation/CSSVisibilityInterpolationType.h',
892 'animation/CompositorAnimations.cpp', 893 'animation/CompositorAnimations.cpp',
893 'animation/CompositorAnimations.h', 894 'animation/CompositorAnimations.h',
894 'animation/CompositorAnimationsImpl.h', 895 'animation/CompositorAnimationsImpl.h',
895 'animation/CompositorPendingAnimations.cpp', 896 'animation/CompositorPendingAnimations.cpp',
(...skipping 3138 matching lines...) Expand 10 before | Expand all | Expand 10 after
4034 'style/SVGComputedStyleTest.cpp', 4035 'style/SVGComputedStyleTest.cpp',
4035 'svg/SVGPathParserTest.cpp', 4036 'svg/SVGPathParserTest.cpp',
4036 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4037 'testing/PrivateScriptTestTest.cpp', 4038 'testing/PrivateScriptTestTest.cpp',
4038 'timing/MemoryInfoTest.cpp', 4039 'timing/MemoryInfoTest.cpp',
4039 'workers/WorkerThreadTest.cpp', 4040 'workers/WorkerThreadTest.cpp',
4040 'xml/parser/SharedBufferReaderTest.cpp', 4041 'xml/parser/SharedBufferReaderTest.cpp',
4041 ], 4042 ],
4042 } 4043 }
4043 } 4044 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698