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 846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
857 'animation/CSSImageInterpolationType.cpp', | 857 'animation/CSSImageInterpolationType.cpp', |
858 'animation/CSSImageInterpolationType.h', | 858 'animation/CSSImageInterpolationType.h', |
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/CSSLengthPairInterpolationType.h', | |
868 'animation/CSSNumberInterpolationType.cpp', | 867 'animation/CSSNumberInterpolationType.cpp', |
869 'animation/CSSNumberInterpolationType.h', | 868 'animation/CSSNumberInterpolationType.h', |
870 'animation/CSSMotionRotationInterpolationType.cpp', | 869 'animation/CSSMotionRotationInterpolationType.cpp', |
871 'animation/CSSMotionRotationInterpolationType.h', | 870 'animation/CSSMotionRotationInterpolationType.h', |
872 'animation/CSSPaintInterpolationType.cpp', | 871 'animation/CSSPaintInterpolationType.cpp', |
873 'animation/CSSPaintInterpolationType.h', | 872 'animation/CSSPaintInterpolationType.h', |
874 'animation/CSSPathInterpolationType.cpp', | 873 'animation/CSSPathInterpolationType.cpp', |
875 'animation/CSSPathInterpolationType.h', | 874 'animation/CSSPathInterpolationType.h', |
876 'animation/CSSPositionAxisListInterpolationType.cpp', | 875 'animation/CSSPositionAxisListInterpolationType.cpp', |
877 'animation/CSSPositionAxisListInterpolationType.h', | 876 'animation/CSSPositionAxisListInterpolationType.h', |
(...skipping 3147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4025 'style/SVGComputedStyleTest.cpp', | 4024 'style/SVGComputedStyleTest.cpp', |
4026 'svg/SVGPathParserTest.cpp', | 4025 'svg/SVGPathParserTest.cpp', |
4027 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4026 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4028 'testing/PrivateScriptTestTest.cpp', | 4027 'testing/PrivateScriptTestTest.cpp', |
4029 'timing/MemoryInfoTest.cpp', | 4028 'timing/MemoryInfoTest.cpp', |
4030 'workers/WorkerThreadTest.cpp', | 4029 'workers/WorkerThreadTest.cpp', |
4031 'xml/parser/SharedBufferReaderTest.cpp', | 4030 'xml/parser/SharedBufferReaderTest.cpp', |
4032 ], | 4031 ], |
4033 } | 4032 } |
4034 } | 4033 } |
OLD | NEW |