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 912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
923 'animation/StringKeyframe.cpp', | 923 'animation/StringKeyframe.cpp', |
924 'animation/StringKeyframe.h', | 924 'animation/StringKeyframe.h', |
925 'animation/StyleInterpolation.h', | 925 'animation/StyleInterpolation.h', |
926 'animation/Timing.cpp', | 926 'animation/Timing.cpp', |
927 'animation/Timing.h', | 927 'animation/Timing.h', |
928 'animation/TimingCalculations.h', | 928 'animation/TimingCalculations.h', |
929 'animation/TimingInput.cpp', | 929 'animation/TimingInput.cpp', |
930 'animation/TimingInput.h', | 930 'animation/TimingInput.h', |
931 'animation/TransformSVGInterpolation.cpp', | 931 'animation/TransformSVGInterpolation.cpp', |
932 'animation/TransformSVGInterpolation.h', | 932 'animation/TransformSVGInterpolation.h', |
| 933 'animation/UnderlyingValue.h', |
933 'animation/VisibilityStyleInterpolation.cpp', | 934 'animation/VisibilityStyleInterpolation.cpp', |
934 'animation/VisibilityStyleInterpolation.h', | 935 'animation/VisibilityStyleInterpolation.h', |
935 'animation/animatable/AnimatableClipPathOperation.cpp', | 936 'animation/animatable/AnimatableClipPathOperation.cpp', |
936 'animation/animatable/AnimatableClipPathOperation.h', | 937 'animation/animatable/AnimatableClipPathOperation.h', |
937 'animation/animatable/AnimatableColor.cpp', | 938 'animation/animatable/AnimatableColor.cpp', |
938 'animation/animatable/AnimatableColor.h', | 939 'animation/animatable/AnimatableColor.h', |
939 'animation/animatable/AnimatableDouble.cpp', | 940 'animation/animatable/AnimatableDouble.cpp', |
940 'animation/animatable/AnimatableDouble.h', | 941 'animation/animatable/AnimatableDouble.h', |
941 'animation/animatable/AnimatableDoubleAndBool.cpp', | 942 'animation/animatable/AnimatableDoubleAndBool.cpp', |
942 'animation/animatable/AnimatableDoubleAndBool.h', | 943 'animation/animatable/AnimatableDoubleAndBool.h', |
(...skipping 2917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3860 'style/OutlineValueTest.cpp', | 3861 'style/OutlineValueTest.cpp', |
3861 'style/SVGComputedStyleTest.cpp', | 3862 'style/SVGComputedStyleTest.cpp', |
3862 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3863 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3863 'testing/PrivateScriptTestTest.cpp', | 3864 'testing/PrivateScriptTestTest.cpp', |
3864 'timing/MemoryInfoTest.cpp', | 3865 'timing/MemoryInfoTest.cpp', |
3865 'workers/WorkerThreadTest.cpp', | 3866 'workers/WorkerThreadTest.cpp', |
3866 'xml/parser/SharedBufferReaderTest.cpp', | 3867 'xml/parser/SharedBufferReaderTest.cpp', |
3867 ], | 3868 ], |
3868 } | 3869 } |
3869 } | 3870 } |
OLD | NEW |