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

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

Issue 2236193002: WIP: Implement CSS transitions on top of InterpolationTypes instead of AnimatableValues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_environmentStyle
Patch Set: Created 4 years, 4 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 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 'animation/FilterListPropertyFunctions.h', 972 'animation/FilterListPropertyFunctions.h',
973 'animation/FilterInterpolationFunctions.cpp', 973 'animation/FilterInterpolationFunctions.cpp',
974 'animation/FilterInterpolationFunctions.h', 974 'animation/FilterInterpolationFunctions.h',
975 'animation/ImageListPropertyFunctions.h', 975 'animation/ImageListPropertyFunctions.h',
976 'animation/ImagePropertyFunctions.h', 976 'animation/ImagePropertyFunctions.h',
977 'animation/ImageSlicePropertyFunctions.h', 977 'animation/ImageSlicePropertyFunctions.h',
978 'animation/InertEffect.cpp', 978 'animation/InertEffect.cpp',
979 'animation/InertEffect.h', 979 'animation/InertEffect.h',
980 'animation/InterpolableValue.cpp', 980 'animation/InterpolableValue.cpp',
981 'animation/InterpolableValue.h', 981 'animation/InterpolableValue.h',
982 'animation/Interpolation.cpp',
983 'animation/Interpolation.h', 982 'animation/Interpolation.h',
984 'animation/InterpolationEffect.cpp', 983 'animation/InterpolationEffect.cpp',
985 'animation/InterpolationEffect.h', 984 'animation/InterpolationEffect.h',
986 'animation/InterpolationEnvironment.cpp', 985 'animation/InterpolationEnvironment.cpp',
987 'animation/InterpolationEnvironment.h', 986 'animation/InterpolationEnvironment.h',
988 'animation/InterpolationType.h', 987 'animation/InterpolationType.h',
989 'animation/InterpolationValue.h', 988 'animation/InterpolationValue.h',
990 'animation/InvalidatableInterpolation.cpp',
991 'animation/InvalidatableInterpolation.h',
992 'animation/Keyframe.cpp', 989 'animation/Keyframe.cpp',
993 'animation/Keyframe.h', 990 'animation/Keyframe.h',
994 'animation/KeyframeEffectModel.cpp', 991 'animation/KeyframeEffectModel.cpp',
995 'animation/KeyframeEffectModel.h', 992 'animation/KeyframeEffectModel.h',
993 'animation/KeyframeInterpolation.cpp',
994 'animation/KeyframeInterpolation.h',
996 'animation/LegacyStyleInterpolation.h', 995 'animation/LegacyStyleInterpolation.h',
997 'animation/LengthListPropertyFunctions.cpp', 996 'animation/LengthListPropertyFunctions.cpp',
998 'animation/LengthListPropertyFunctions.h', 997 'animation/LengthListPropertyFunctions.h',
999 'animation/LengthPropertyFunctions.cpp', 998 'animation/LengthPropertyFunctions.cpp',
1000 'animation/LengthPropertyFunctions.h', 999 'animation/LengthPropertyFunctions.h',
1001 'animation/LengthUnitsChecker.h', 1000 'animation/LengthUnitsChecker.h',
1002 'animation/ListInterpolationFunctions.cpp', 1001 'animation/ListInterpolationFunctions.cpp',
1003 'animation/ListInterpolationFunctions.h', 1002 'animation/ListInterpolationFunctions.h',
1004 'animation/NonInterpolableValue.h', 1003 'animation/NonInterpolableValue.h',
1005 'animation/NumberAttributeFunctions.h', 1004 'animation/NumberAttributeFunctions.h',
1006 'animation/NumberPropertyFunctions.cpp', 1005 'animation/NumberPropertyFunctions.cpp',
1007 'animation/NumberPropertyFunctions.h', 1006 'animation/NumberPropertyFunctions.h',
1008 'animation/PaintPropertyFunctions.cpp', 1007 'animation/PaintPropertyFunctions.cpp',
1009 'animation/PaintPropertyFunctions.h', 1008 'animation/PaintPropertyFunctions.h',
1009 'animation/PairwiseInterpolation.h',
1010 'animation/PairwiseInterpolationValue.h', 1010 'animation/PairwiseInterpolationValue.h',
1011 'animation/PathInterpolationFunctions.cpp', 1011 'animation/PathInterpolationFunctions.cpp',
1012 'animation/PathInterpolationFunctions.h', 1012 'animation/PathInterpolationFunctions.h',
1013 'animation/PrimitiveInterpolation.h', 1013 'animation/PrimitiveInterpolation.h',
1014 'animation/PropertyHandle.cpp', 1014 'animation/PropertyHandle.cpp',
1015 'animation/PropertyHandle.h', 1015 'animation/PropertyHandle.h',
1016 'animation/PropertyInterpolationTypesMapping.cpp', 1016 'animation/PropertyInterpolationTypesMapping.cpp',
1017 'animation/PropertyInterpolationTypesMapping.h', 1017 'animation/PropertyInterpolationTypesMapping.h',
1018 'animation/SVGAngleInterpolationType.cpp', 1018 'animation/SVGAngleInterpolationType.cpp',
1019 'animation/SVGAngleInterpolationType.h', 1019 'animation/SVGAngleInterpolationType.h',
(...skipping 22 matching lines...) Expand all
1042 'animation/SVGRectInterpolationType.cpp', 1042 'animation/SVGRectInterpolationType.cpp',
1043 'animation/SVGRectInterpolationType.h', 1043 'animation/SVGRectInterpolationType.h',
1044 'animation/SVGTransformListInterpolationType.cpp', 1044 'animation/SVGTransformListInterpolationType.cpp',
1045 'animation/SVGTransformListInterpolationType.h', 1045 'animation/SVGTransformListInterpolationType.h',
1046 'animation/SVGValueInterpolationType.cpp', 1046 'animation/SVGValueInterpolationType.cpp',
1047 'animation/SVGValueInterpolationType.h', 1047 'animation/SVGValueInterpolationType.h',
1048 'animation/SampledEffect.cpp', 1048 'animation/SampledEffect.cpp',
1049 'animation/SampledEffect.h', 1049 'animation/SampledEffect.h',
1050 'animation/ShadowInterpolationFunctions.cpp', 1050 'animation/ShadowInterpolationFunctions.cpp',
1051 'animation/ShadowInterpolationFunctions.h', 1051 'animation/ShadowInterpolationFunctions.h',
1052 'animation/StackableInterpolation.cpp',
1053 'animation/StackableInterpolation.h',
1052 'animation/StringKeyframe.cpp', 1054 'animation/StringKeyframe.cpp',
1053 'animation/StringKeyframe.h', 1055 'animation/StringKeyframe.h',
1056 'animation/StyleInterpolation.cpp',
1054 'animation/StyleInterpolation.h', 1057 'animation/StyleInterpolation.h',
1055 'animation/Timing.cpp', 1058 'animation/Timing.cpp',
1056 'animation/Timing.h', 1059 'animation/Timing.h',
1057 'animation/TimingCalculations.h', 1060 'animation/TimingCalculations.h',
1058 'animation/TimingInput.cpp', 1061 'animation/TimingInput.cpp',
1059 'animation/TimingInput.h', 1062 'animation/TimingInput.h',
1060 'animation/TypedInterpolationValue.h', 1063 'animation/TypedInterpolationValue.h',
1061 'animation/UnderlyingValueOwner.cpp', 1064 'animation/UnderlyingValueOwner.cpp',
1062 'animation/UnderlyingValueOwner.h', 1065 'animation/UnderlyingValueOwner.h',
1063 'animation/animatable/AnimatableClipPathOperation.cpp', 1066 'animation/animatable/AnimatableClipPathOperation.cpp',
(...skipping 3190 matching lines...) Expand 10 before | Expand all | Expand 10 after
4254 'testing/PrivateScriptTestTest.cpp', 4257 'testing/PrivateScriptTestTest.cpp',
4255 'timing/MemoryInfoTest.cpp', 4258 'timing/MemoryInfoTest.cpp',
4256 'timing/PerformanceBaseTest.cpp', 4259 'timing/PerformanceBaseTest.cpp',
4257 'timing/PerformanceObserverTest.cpp', 4260 'timing/PerformanceObserverTest.cpp',
4258 'workers/WorkerThreadTest.cpp', 4261 'workers/WorkerThreadTest.cpp',
4259 'workers/WorkerThreadTestHelper.h', 4262 'workers/WorkerThreadTestHelper.h',
4260 'xml/parser/SharedBufferReaderTest.cpp', 4263 'xml/parser/SharedBufferReaderTest.cpp',
4261 ], 4264 ],
4262 } 4265 }
4263 } 4266 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698