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

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

Issue 1645913002: Add additive animation support for CSS property motion-rotation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_propertyInterpolationTypesMapping
Patch Set: Rebased 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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 'animation/CSSImageListInterpolationType.cpp', 859 'animation/CSSImageListInterpolationType.cpp',
860 'animation/CSSImageListInterpolationType.h', 860 'animation/CSSImageListInterpolationType.h',
861 'animation/CSSInterpolationType.cpp', 861 'animation/CSSInterpolationType.cpp',
862 'animation/CSSInterpolationType.h', 862 'animation/CSSInterpolationType.h',
863 'animation/CSSLengthInterpolationType.cpp', 863 'animation/CSSLengthInterpolationType.cpp',
864 'animation/CSSLengthInterpolationType.h', 864 'animation/CSSLengthInterpolationType.h',
865 'animation/CSSLengthListInterpolationType.cpp', 865 'animation/CSSLengthListInterpolationType.cpp',
866 'animation/CSSLengthListInterpolationType.h', 866 'animation/CSSLengthListInterpolationType.h',
867 'animation/CSSNumberInterpolationType.cpp', 867 'animation/CSSNumberInterpolationType.cpp',
868 'animation/CSSNumberInterpolationType.h', 868 'animation/CSSNumberInterpolationType.h',
869 'animation/CSSMotionRotationInterpolationType.cpp',
870 'animation/CSSMotionRotationInterpolationType.h',
869 'animation/CSSPaintInterpolationType.cpp', 871 'animation/CSSPaintInterpolationType.cpp',
870 'animation/CSSPaintInterpolationType.h', 872 'animation/CSSPaintInterpolationType.h',
871 'animation/CSSPathInterpolationType.cpp', 873 'animation/CSSPathInterpolationType.cpp',
872 'animation/CSSPathInterpolationType.h', 874 'animation/CSSPathInterpolationType.h',
873 'animation/CSSShadowListInterpolationType.cpp', 875 'animation/CSSShadowListInterpolationType.cpp',
874 'animation/CSSShadowListInterpolationType.h', 876 'animation/CSSShadowListInterpolationType.h',
875 'animation/CSSValueInterpolationType.cpp', 877 'animation/CSSValueInterpolationType.cpp',
876 'animation/CSSValueInterpolationType.h', 878 'animation/CSSValueInterpolationType.h',
877 'animation/CSSVisibilityInterpolationType.cpp', 879 'animation/CSSVisibilityInterpolationType.cpp',
878 'animation/CSSVisibilityInterpolationType.h', 880 'animation/CSSVisibilityInterpolationType.h',
(...skipping 3138 matching lines...) Expand 10 before | Expand all | Expand 10 after
4017 'style/SVGComputedStyleTest.cpp', 4019 'style/SVGComputedStyleTest.cpp',
4018 'svg/SVGPathParserTest.cpp', 4020 'svg/SVGPathParserTest.cpp',
4019 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4021 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4020 'testing/PrivateScriptTestTest.cpp', 4022 'testing/PrivateScriptTestTest.cpp',
4021 'timing/MemoryInfoTest.cpp', 4023 'timing/MemoryInfoTest.cpp',
4022 'workers/WorkerThreadTest.cpp', 4024 'workers/WorkerThreadTest.cpp',
4023 'xml/parser/SharedBufferReaderTest.cpp', 4025 'xml/parser/SharedBufferReaderTest.cpp',
4024 ], 4026 ],
4025 } 4027 }
4026 } 4028 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698