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

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

Issue 1866333002: Support additive animations on CSS property transform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review changes Created 4 years, 8 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 902 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 'animation/CSSRotateInterpolationType.cpp', 913 'animation/CSSRotateInterpolationType.cpp',
914 'animation/CSSRotateInterpolationType.h', 914 'animation/CSSRotateInterpolationType.h',
915 'animation/CSSScaleInterpolationType.cpp', 915 'animation/CSSScaleInterpolationType.cpp',
916 'animation/CSSScaleInterpolationType.h', 916 'animation/CSSScaleInterpolationType.h',
917 'animation/CSSShadowListInterpolationType.cpp', 917 'animation/CSSShadowListInterpolationType.cpp',
918 'animation/CSSShadowListInterpolationType.h', 918 'animation/CSSShadowListInterpolationType.h',
919 'animation/CSSSizeListInterpolationType.h', 919 'animation/CSSSizeListInterpolationType.h',
920 'animation/CSSTextIndentInterpolationType.cpp', 920 'animation/CSSTextIndentInterpolationType.cpp',
921 'animation/CSSTextIndentInterpolationType.h', 921 'animation/CSSTextIndentInterpolationType.h',
922 'animation/CSSTransformOriginInterpolationType.h', 922 'animation/CSSTransformOriginInterpolationType.h',
923 'animation/CSSTransformInterpolationType.cpp',
924 'animation/CSSTransformInterpolationType.h',
923 'animation/CSSTranslateInterpolationType.cpp', 925 'animation/CSSTranslateInterpolationType.cpp',
924 'animation/CSSTranslateInterpolationType.h', 926 'animation/CSSTranslateInterpolationType.h',
925 'animation/CSSValueInterpolationType.cpp', 927 'animation/CSSValueInterpolationType.cpp',
926 'animation/CSSValueInterpolationType.h', 928 'animation/CSSValueInterpolationType.h',
927 'animation/CSSVisibilityInterpolationType.cpp', 929 'animation/CSSVisibilityInterpolationType.cpp',
928 'animation/CSSVisibilityInterpolationType.h', 930 'animation/CSSVisibilityInterpolationType.h',
929 'animation/CompositorAnimations.cpp', 931 'animation/CompositorAnimations.cpp',
930 'animation/CompositorAnimations.h', 932 'animation/CompositorAnimations.h',
931 'animation/CompositorAnimationsImpl.h', 933 'animation/CompositorAnimationsImpl.h',
932 'animation/CompositorPendingAnimations.cpp', 934 'animation/CompositorPendingAnimations.cpp',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 'animation/InterpolationValue.h', 967 'animation/InterpolationValue.h',
966 'animation/InvalidatableInterpolation.cpp', 968 'animation/InvalidatableInterpolation.cpp',
967 'animation/InvalidatableInterpolation.h', 969 'animation/InvalidatableInterpolation.h',
968 'animation/KeyframeEffectModel.cpp', 970 'animation/KeyframeEffectModel.cpp',
969 'animation/KeyframeEffectModel.h', 971 'animation/KeyframeEffectModel.h',
970 'animation/LegacyStyleInterpolation.h', 972 'animation/LegacyStyleInterpolation.h',
971 'animation/LengthListPropertyFunctions.cpp', 973 'animation/LengthListPropertyFunctions.cpp',
972 'animation/LengthListPropertyFunctions.h', 974 'animation/LengthListPropertyFunctions.h',
973 'animation/LengthPropertyFunctions.cpp', 975 'animation/LengthPropertyFunctions.cpp',
974 'animation/LengthPropertyFunctions.h', 976 'animation/LengthPropertyFunctions.h',
977 'animation/LengthUnitsChecker.h',
975 'animation/ListInterpolationFunctions.cpp', 978 'animation/ListInterpolationFunctions.cpp',
976 'animation/ListInterpolationFunctions.h', 979 'animation/ListInterpolationFunctions.h',
977 'animation/NonInterpolableValue.h', 980 'animation/NonInterpolableValue.h',
978 'animation/NumberAttributeFunctions.h', 981 'animation/NumberAttributeFunctions.h',
979 'animation/NumberPropertyFunctions.cpp', 982 'animation/NumberPropertyFunctions.cpp',
980 'animation/NumberPropertyFunctions.h', 983 'animation/NumberPropertyFunctions.h',
981 'animation/PaintPropertyFunctions.cpp', 984 'animation/PaintPropertyFunctions.cpp',
982 'animation/PaintPropertyFunctions.h', 985 'animation/PaintPropertyFunctions.h',
983 'animation/PairwiseInterpolationValue.h', 986 'animation/PairwiseInterpolationValue.h',
984 'animation/PathInterpolationFunctions.cpp', 987 'animation/PathInterpolationFunctions.cpp',
(...skipping 3117 matching lines...) Expand 10 before | Expand all | Expand 10 after
4102 'svg/SVGPathParserTest.cpp', 4105 'svg/SVGPathParserTest.cpp',
4103 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4106 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4104 'testing/PrivateScriptTestTest.cpp', 4107 'testing/PrivateScriptTestTest.cpp',
4105 'timing/MemoryInfoTest.cpp', 4108 'timing/MemoryInfoTest.cpp',
4106 'workers/WorkerThreadTest.cpp', 4109 'workers/WorkerThreadTest.cpp',
4107 'workers/WorkerThreadTestHelper.h', 4110 'workers/WorkerThreadTestHelper.h',
4108 'xml/parser/SharedBufferReaderTest.cpp', 4111 'xml/parser/SharedBufferReaderTest.cpp',
4109 ], 4112 ],
4110 } 4113 }
4111 } 4114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698