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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
859 'animation/CSSImageListInterpolationType.cpp', | 859 'animation/CSSImageListInterpolationType.cpp', |
860 'animation/CSSImageListInterpolationType.h', | 860 'animation/CSSImageListInterpolationType.h', |
861 'animation/CSSInterpolationType.cpp', | 861 'animation/CSSInterpolationType.cpp', |
862 'animation/CSSInterpolationType.h', | 862 'animation/CSSInterpolationType.h', |
863 'animation/CSSLengthInterpolationType.cpp', | 863 'animation/CSSLengthInterpolationType.cpp', |
864 'animation/CSSLengthInterpolationType.h', | 864 'animation/CSSLengthInterpolationType.h', |
865 'animation/CSSLengthListInterpolationType.cpp', | 865 'animation/CSSLengthListInterpolationType.cpp', |
866 'animation/CSSLengthListInterpolationType.h', | 866 'animation/CSSLengthListInterpolationType.h', |
867 'animation/CSSNumberInterpolationType.cpp', | 867 'animation/CSSNumberInterpolationType.cpp', |
868 'animation/CSSNumberInterpolationType.h', | 868 'animation/CSSNumberInterpolationType.h', |
| 869 'animation/CSSMotionRotationInterpolationType.cpp', |
| 870 'animation/CSSMotionRotationInterpolationType.h', |
869 'animation/CSSPaintInterpolationType.cpp', | 871 'animation/CSSPaintInterpolationType.cpp', |
870 'animation/CSSPaintInterpolationType.h', | 872 'animation/CSSPaintInterpolationType.h', |
871 'animation/CSSPathInterpolationType.cpp', | 873 'animation/CSSPathInterpolationType.cpp', |
872 'animation/CSSPathInterpolationType.h', | 874 'animation/CSSPathInterpolationType.h', |
873 'animation/CSSShadowListInterpolationType.cpp', | 875 'animation/CSSShadowListInterpolationType.cpp', |
874 'animation/CSSShadowListInterpolationType.h', | 876 'animation/CSSShadowListInterpolationType.h', |
875 'animation/CSSValueInterpolationType.cpp', | 877 'animation/CSSValueInterpolationType.cpp', |
876 'animation/CSSValueInterpolationType.h', | 878 'animation/CSSValueInterpolationType.h', |
877 'animation/CSSVisibilityInterpolationType.cpp', | 879 'animation/CSSVisibilityInterpolationType.cpp', |
878 'animation/CSSVisibilityInterpolationType.h', | 880 'animation/CSSVisibilityInterpolationType.h', |
(...skipping 3138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4017 'style/SVGComputedStyleTest.cpp', | 4019 'style/SVGComputedStyleTest.cpp', |
4018 'svg/SVGPathParserTest.cpp', | 4020 'svg/SVGPathParserTest.cpp', |
4019 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4021 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4020 'testing/PrivateScriptTestTest.cpp', | 4022 'testing/PrivateScriptTestTest.cpp', |
4021 'timing/MemoryInfoTest.cpp', | 4023 'timing/MemoryInfoTest.cpp', |
4022 'workers/WorkerThreadTest.cpp', | 4024 'workers/WorkerThreadTest.cpp', |
4023 'xml/parser/SharedBufferReaderTest.cpp', | 4025 'xml/parser/SharedBufferReaderTest.cpp', |
4024 ], | 4026 ], |
4025 } | 4027 } |
4026 } | 4028 } |
OLD | NEW |