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 824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
835 'animation/AnimationEffectTiming.cpp', | 835 'animation/AnimationEffectTiming.cpp', |
836 'animation/AnimationEffectTiming.h', | 836 'animation/AnimationEffectTiming.h', |
837 'animation/Animation.cpp', | 837 'animation/Animation.cpp', |
838 'animation/Animation.h', | 838 'animation/Animation.h', |
839 'animation/AnimationStack.cpp', | 839 'animation/AnimationStack.cpp', |
840 'animation/AnimationStack.h', | 840 'animation/AnimationStack.h', |
841 'animation/AnimationTimeline.cpp', | 841 'animation/AnimationTimeline.cpp', |
842 'animation/AnimationTimeline.h', | 842 'animation/AnimationTimeline.h', |
843 'animation/AnimationTranslationUtil.cpp', | 843 'animation/AnimationTranslationUtil.cpp', |
844 'animation/AnimationTranslationUtil.h', | 844 'animation/AnimationTranslationUtil.h', |
| 845 'animation/CSSClipInterpolationType.cpp', |
| 846 'animation/CSSClipInterpolationType.h', |
845 'animation/CSSColorInterpolationType.cpp', | 847 'animation/CSSColorInterpolationType.cpp', |
846 'animation/CSSColorInterpolationType.h', | 848 'animation/CSSColorInterpolationType.h', |
847 'animation/CSSFontWeightInterpolationType.cpp', | 849 'animation/CSSFontWeightInterpolationType.cpp', |
848 'animation/CSSFontWeightInterpolationType.h', | 850 'animation/CSSFontWeightInterpolationType.h', |
849 'animation/CSSImageInterpolationType.cpp', | 851 'animation/CSSImageInterpolationType.cpp', |
850 'animation/CSSImageInterpolationType.h', | 852 'animation/CSSImageInterpolationType.h', |
851 'animation/CSSImageListInterpolationType.cpp', | 853 'animation/CSSImageListInterpolationType.cpp', |
852 'animation/CSSImageListInterpolationType.h', | 854 'animation/CSSImageListInterpolationType.h', |
853 'animation/CSSInterpolationType.cpp', | 855 'animation/CSSInterpolationType.cpp', |
854 'animation/CSSInterpolationType.h', | 856 'animation/CSSInterpolationType.h', |
(...skipping 3186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4041 'style/SVGComputedStyleTest.cpp', | 4043 'style/SVGComputedStyleTest.cpp', |
4042 'svg/SVGPathParserTest.cpp', | 4044 'svg/SVGPathParserTest.cpp', |
4043 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4045 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4044 'testing/PrivateScriptTestTest.cpp', | 4046 'testing/PrivateScriptTestTest.cpp', |
4045 'timing/MemoryInfoTest.cpp', | 4047 'timing/MemoryInfoTest.cpp', |
4046 'workers/WorkerThreadTest.cpp', | 4048 'workers/WorkerThreadTest.cpp', |
4047 'xml/parser/SharedBufferReaderTest.cpp', | 4049 'xml/parser/SharedBufferReaderTest.cpp', |
4048 ], | 4050 ], |
4049 } | 4051 } |
4050 } | 4052 } |
OLD | NEW |