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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
841 'animation/AnimationEffect.cpp', | 841 'animation/AnimationEffect.cpp', |
842 'animation/AnimationEffect.h', | 842 'animation/AnimationEffect.h', |
843 'animation/AnimationEffectTiming.cpp', | 843 'animation/AnimationEffectTiming.cpp', |
844 'animation/AnimationEffectTiming.h', | 844 'animation/AnimationEffectTiming.h', |
845 'animation/Animation.cpp', | 845 'animation/Animation.cpp', |
846 'animation/Animation.h', | 846 'animation/Animation.h', |
847 'animation/AnimationStack.cpp', | 847 'animation/AnimationStack.cpp', |
848 'animation/AnimationStack.h', | 848 'animation/AnimationStack.h', |
849 'animation/AnimationTimeline.cpp', | 849 'animation/AnimationTimeline.cpp', |
850 'animation/AnimationTimeline.h', | 850 'animation/AnimationTimeline.h', |
| 851 'animation/CSSClipInterpolationType.cpp', |
| 852 'animation/CSSClipInterpolationType.h', |
851 'animation/CSSColorInterpolationType.cpp', | 853 'animation/CSSColorInterpolationType.cpp', |
852 'animation/CSSColorInterpolationType.h', | 854 'animation/CSSColorInterpolationType.h', |
853 'animation/CSSFontWeightInterpolationType.cpp', | 855 'animation/CSSFontWeightInterpolationType.cpp', |
854 'animation/CSSFontWeightInterpolationType.h', | 856 'animation/CSSFontWeightInterpolationType.h', |
855 'animation/CSSImageInterpolationType.cpp', | 857 'animation/CSSImageInterpolationType.cpp', |
856 'animation/CSSImageInterpolationType.h', | 858 'animation/CSSImageInterpolationType.h', |
857 'animation/CSSImageListInterpolationType.cpp', | 859 'animation/CSSImageListInterpolationType.cpp', |
858 'animation/CSSImageListInterpolationType.h', | 860 'animation/CSSImageListInterpolationType.h', |
859 'animation/CSSInterpolationType.cpp', | 861 'animation/CSSInterpolationType.cpp', |
860 'animation/CSSInterpolationType.h', | 862 'animation/CSSInterpolationType.h', |
(...skipping 3154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4015 'style/SVGComputedStyleTest.cpp', | 4017 'style/SVGComputedStyleTest.cpp', |
4016 'svg/SVGPathParserTest.cpp', | 4018 'svg/SVGPathParserTest.cpp', |
4017 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4019 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4018 'testing/PrivateScriptTestTest.cpp', | 4020 'testing/PrivateScriptTestTest.cpp', |
4019 'timing/MemoryInfoTest.cpp', | 4021 'timing/MemoryInfoTest.cpp', |
4020 'workers/WorkerThreadTest.cpp', | 4022 'workers/WorkerThreadTest.cpp', |
4021 'xml/parser/SharedBufferReaderTest.cpp', | 4023 'xml/parser/SharedBufferReaderTest.cpp', |
4022 ], | 4024 ], |
4023 } | 4025 } |
4024 } | 4026 } |
OLD | NEW |