OLD | NEW |
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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
870 'animation/CSSLengthListInterpolationType.cpp', | 870 'animation/CSSLengthListInterpolationType.cpp', |
871 'animation/CSSLengthListInterpolationType.h', | 871 'animation/CSSLengthListInterpolationType.h', |
872 'animation/CSSNumberInterpolationType.cpp', | 872 'animation/CSSNumberInterpolationType.cpp', |
873 'animation/CSSNumberInterpolationType.h', | 873 'animation/CSSNumberInterpolationType.h', |
874 'animation/CSSMotionRotationInterpolationType.cpp', | 874 'animation/CSSMotionRotationInterpolationType.cpp', |
875 'animation/CSSMotionRotationInterpolationType.h', | 875 'animation/CSSMotionRotationInterpolationType.h', |
876 'animation/CSSPaintInterpolationType.cpp', | 876 'animation/CSSPaintInterpolationType.cpp', |
877 'animation/CSSPaintInterpolationType.h', | 877 'animation/CSSPaintInterpolationType.h', |
878 'animation/CSSPathInterpolationType.cpp', | 878 'animation/CSSPathInterpolationType.cpp', |
879 'animation/CSSPathInterpolationType.h', | 879 'animation/CSSPathInterpolationType.h', |
| 880 'animation/CSSPositionAxisListInterpolationType.cpp', |
| 881 'animation/CSSPositionAxisListInterpolationType.h', |
880 'animation/CSSShadowListInterpolationType.cpp', | 882 'animation/CSSShadowListInterpolationType.cpp', |
881 'animation/CSSShadowListInterpolationType.h', | 883 'animation/CSSShadowListInterpolationType.h', |
882 'animation/CSSValueInterpolationType.cpp', | 884 'animation/CSSValueInterpolationType.cpp', |
883 'animation/CSSValueInterpolationType.h', | 885 'animation/CSSValueInterpolationType.h', |
884 'animation/CSSVisibilityInterpolationType.cpp', | 886 'animation/CSSVisibilityInterpolationType.cpp', |
885 'animation/CSSVisibilityInterpolationType.h', | 887 'animation/CSSVisibilityInterpolationType.h', |
886 'animation/CompositorAnimations.cpp', | 888 'animation/CompositorAnimations.cpp', |
887 'animation/CompositorAnimations.h', | 889 'animation/CompositorAnimations.h', |
888 'animation/CompositorAnimationsImpl.h', | 890 'animation/CompositorAnimationsImpl.h', |
889 'animation/CompositorPendingAnimations.cpp', | 891 'animation/CompositorPendingAnimations.cpp', |
(...skipping 29 matching lines...) Expand all Loading... |
919 'animation/InterpolationEffect.h', | 921 'animation/InterpolationEffect.h', |
920 'animation/InterpolationType.h', | 922 'animation/InterpolationType.h', |
921 'animation/InterpolationValue.h', | 923 'animation/InterpolationValue.h', |
922 'animation/InvalidatableInterpolation.cpp', | 924 'animation/InvalidatableInterpolation.cpp', |
923 'animation/InvalidatableInterpolation.h', | 925 'animation/InvalidatableInterpolation.h', |
924 'animation/KeyframeEffectModel.cpp', | 926 'animation/KeyframeEffectModel.cpp', |
925 'animation/KeyframeEffectModel.h', | 927 'animation/KeyframeEffectModel.h', |
926 'animation/LegacyStyleInterpolation.h', | 928 'animation/LegacyStyleInterpolation.h', |
927 'animation/LengthBoxStyleInterpolation.cpp', | 929 'animation/LengthBoxStyleInterpolation.cpp', |
928 'animation/LengthBoxStyleInterpolation.h', | 930 'animation/LengthBoxStyleInterpolation.h', |
| 931 'animation/LengthListPropertyFunctions.cpp', |
| 932 'animation/LengthListPropertyFunctions.h', |
929 'animation/LengthPairStyleInterpolation.cpp', | 933 'animation/LengthPairStyleInterpolation.cpp', |
930 'animation/LengthPairStyleInterpolation.h', | 934 'animation/LengthPairStyleInterpolation.h', |
931 'animation/LengthPropertyFunctions.cpp', | 935 'animation/LengthPropertyFunctions.cpp', |
932 'animation/LengthPropertyFunctions.h', | 936 'animation/LengthPropertyFunctions.h', |
933 'animation/LengthStyleInterpolation.cpp', | 937 'animation/LengthStyleInterpolation.cpp', |
934 'animation/LengthStyleInterpolation.h', | 938 'animation/LengthStyleInterpolation.h', |
935 'animation/ListInterpolationFunctions.cpp', | 939 'animation/ListInterpolationFunctions.cpp', |
936 'animation/ListInterpolationFunctions.h', | 940 'animation/ListInterpolationFunctions.h', |
937 'animation/NonInterpolableValue.h', | 941 'animation/NonInterpolableValue.h', |
938 'animation/NumberAttributeFunctions.h', | 942 'animation/NumberAttributeFunctions.h', |
(...skipping 3087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4026 'style/SVGComputedStyleTest.cpp', | 4030 'style/SVGComputedStyleTest.cpp', |
4027 'svg/SVGPathParserTest.cpp', | 4031 'svg/SVGPathParserTest.cpp', |
4028 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4032 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4029 'testing/PrivateScriptTestTest.cpp', | 4033 'testing/PrivateScriptTestTest.cpp', |
4030 'timing/MemoryInfoTest.cpp', | 4034 'timing/MemoryInfoTest.cpp', |
4031 'workers/WorkerThreadTest.cpp', | 4035 'workers/WorkerThreadTest.cpp', |
4032 'xml/parser/SharedBufferReaderTest.cpp', | 4036 'xml/parser/SharedBufferReaderTest.cpp', |
4033 ], | 4037 ], |
4034 } | 4038 } |
4035 } | 4039 } |
OLD | NEW |