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 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
873 'animation/InterpolationEffect.h', | 873 'animation/InterpolationEffect.h', |
874 'animation/InterpolationType.h', | 874 'animation/InterpolationType.h', |
875 'animation/InterpolationValue.h', | 875 'animation/InterpolationValue.h', |
876 'animation/InvalidatableStyleInterpolation.cpp', | 876 'animation/InvalidatableStyleInterpolation.cpp', |
877 'animation/InvalidatableStyleInterpolation.h', | 877 'animation/InvalidatableStyleInterpolation.h', |
878 'animation/KeyframeEffectModel.cpp', | 878 'animation/KeyframeEffectModel.cpp', |
879 'animation/KeyframeEffectModel.h', | 879 'animation/KeyframeEffectModel.h', |
880 'animation/LegacyStyleInterpolation.h', | 880 'animation/LegacyStyleInterpolation.h', |
881 'animation/LengthBoxStyleInterpolation.cpp', | 881 'animation/LengthBoxStyleInterpolation.cpp', |
882 'animation/LengthBoxStyleInterpolation.h', | 882 'animation/LengthBoxStyleInterpolation.h', |
| 883 'animation/LengthInterpolationType.cpp', |
| 884 'animation/LengthInterpolationType.h', |
883 'animation/LengthPairStyleInterpolation.cpp', | 885 'animation/LengthPairStyleInterpolation.cpp', |
884 'animation/LengthPairStyleInterpolation.h', | 886 'animation/LengthPairStyleInterpolation.h', |
| 887 'animation/LengthPropertyFunctions.cpp', |
| 888 'animation/LengthPropertyFunctions.h', |
885 'animation/LengthSVGInterpolation.cpp', | 889 'animation/LengthSVGInterpolation.cpp', |
886 'animation/LengthSVGInterpolation.h', | 890 'animation/LengthSVGInterpolation.h', |
887 'animation/LengthStyleInterpolation.cpp', | 891 'animation/LengthStyleInterpolation.cpp', |
888 'animation/LengthStyleInterpolation.h', | 892 'animation/LengthStyleInterpolation.h', |
889 'animation/NonInterpolableValue.h', | 893 'animation/NonInterpolableValue.h', |
890 'animation/NumberOptionalNumberSVGInterpolation.h', | 894 'animation/NumberOptionalNumberSVGInterpolation.h', |
891 'animation/NumberSVGInterpolation.cpp', | 895 'animation/NumberSVGInterpolation.cpp', |
892 'animation/NumberSVGInterpolation.h', | 896 'animation/NumberSVGInterpolation.h', |
893 'animation/PrimitiveInterpolation.h', | 897 'animation/PrimitiveInterpolation.h', |
894 'animation/PropertyHandle.cpp', | 898 'animation/PropertyHandle.cpp', |
(...skipping 2902 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3797 'style/OutlineValueTest.cpp', | 3801 'style/OutlineValueTest.cpp', |
3798 'style/SVGComputedStyleTest.cpp', | 3802 'style/SVGComputedStyleTest.cpp', |
3799 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3803 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3800 'testing/PrivateScriptTestTest.cpp', | 3804 'testing/PrivateScriptTestTest.cpp', |
3801 'timing/MemoryInfoTest.cpp', | 3805 'timing/MemoryInfoTest.cpp', |
3802 'workers/WorkerThreadTest.cpp', | 3806 'workers/WorkerThreadTest.cpp', |
3803 'xml/parser/SharedBufferReaderTest.cpp', | 3807 'xml/parser/SharedBufferReaderTest.cpp', |
3804 ], | 3808 ], |
3805 } | 3809 } |
3806 } | 3810 } |
OLD | NEW |