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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
966 'animation/animatable/AnimatableLengthBox.h', | 966 'animation/animatable/AnimatableLengthBox.h', |
967 'animation/animatable/AnimatableLengthBoxAndBool.cpp', | 967 'animation/animatable/AnimatableLengthBoxAndBool.cpp', |
968 'animation/animatable/AnimatableLengthBoxAndBool.h', | 968 'animation/animatable/AnimatableLengthBoxAndBool.h', |
969 'animation/animatable/AnimatableLengthPoint.cpp', | 969 'animation/animatable/AnimatableLengthPoint.cpp', |
970 'animation/animatable/AnimatableLengthPoint.h', | 970 'animation/animatable/AnimatableLengthPoint.h', |
971 'animation/animatable/AnimatableLengthPoint3D.cpp', | 971 'animation/animatable/AnimatableLengthPoint3D.cpp', |
972 'animation/animatable/AnimatableLengthPoint3D.h', | 972 'animation/animatable/AnimatableLengthPoint3D.h', |
973 'animation/animatable/AnimatableLengthSize.cpp', | 973 'animation/animatable/AnimatableLengthSize.cpp', |
974 'animation/animatable/AnimatableLengthSize.h', | 974 'animation/animatable/AnimatableLengthSize.h', |
975 'animation/animatable/AnimatableNeutral.h', | 975 'animation/animatable/AnimatableNeutral.h', |
| 976 'animation/animatable/AnimatablePath.cpp', |
| 977 'animation/animatable/AnimatablePath.h', |
976 'animation/animatable/AnimatableRepeatable.cpp', | 978 'animation/animatable/AnimatableRepeatable.cpp', |
977 'animation/animatable/AnimatableRepeatable.h', | 979 'animation/animatable/AnimatableRepeatable.h', |
978 'animation/animatable/AnimatableSVGPaint.cpp', | 980 'animation/animatable/AnimatableSVGPaint.cpp', |
979 'animation/animatable/AnimatableSVGPaint.h', | 981 'animation/animatable/AnimatableSVGPaint.h', |
980 'animation/animatable/AnimatableShadow.cpp', | 982 'animation/animatable/AnimatableShadow.cpp', |
981 'animation/animatable/AnimatableShadow.h', | 983 'animation/animatable/AnimatableShadow.h', |
982 'animation/animatable/AnimatableShapeValue.cpp', | 984 'animation/animatable/AnimatableShapeValue.cpp', |
983 'animation/animatable/AnimatableShapeValue.h', | 985 'animation/animatable/AnimatableShapeValue.h', |
984 'animation/animatable/AnimatableStrokeDasharrayList.cpp', | 986 'animation/animatable/AnimatableStrokeDasharrayList.cpp', |
985 'animation/animatable/AnimatableStrokeDasharrayList.h', | 987 'animation/animatable/AnimatableStrokeDasharrayList.h', |
(...skipping 2947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3933 'style/SVGComputedStyleTest.cpp', | 3935 'style/SVGComputedStyleTest.cpp', |
3934 'svg/SVGPathParserTest.cpp', | 3936 'svg/SVGPathParserTest.cpp', |
3935 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3937 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3936 'testing/PrivateScriptTestTest.cpp', | 3938 'testing/PrivateScriptTestTest.cpp', |
3937 'timing/MemoryInfoTest.cpp', | 3939 'timing/MemoryInfoTest.cpp', |
3938 'workers/WorkerThreadTest.cpp', | 3940 'workers/WorkerThreadTest.cpp', |
3939 'xml/parser/SharedBufferReaderTest.cpp', | 3941 'xml/parser/SharedBufferReaderTest.cpp', |
3940 ], | 3942 ], |
3941 } | 3943 } |
3942 } | 3944 } |
OLD | NEW |