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 856 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
867 'animation/CSSNumberInterpolationType.cpp', | 867 'animation/CSSNumberInterpolationType.cpp', |
868 'animation/CSSNumberInterpolationType.h', | 868 'animation/CSSNumberInterpolationType.h', |
869 'animation/CSSMotionRotationInterpolationType.cpp', | 869 'animation/CSSMotionRotationInterpolationType.cpp', |
870 'animation/CSSMotionRotationInterpolationType.h', | 870 'animation/CSSMotionRotationInterpolationType.h', |
871 'animation/CSSPaintInterpolationType.cpp', | 871 'animation/CSSPaintInterpolationType.cpp', |
872 'animation/CSSPaintInterpolationType.h', | 872 'animation/CSSPaintInterpolationType.h', |
873 'animation/CSSPathInterpolationType.cpp', | 873 'animation/CSSPathInterpolationType.cpp', |
874 'animation/CSSPathInterpolationType.h', | 874 'animation/CSSPathInterpolationType.h', |
875 'animation/CSSPositionAxisListInterpolationType.cpp', | 875 'animation/CSSPositionAxisListInterpolationType.cpp', |
876 'animation/CSSPositionAxisListInterpolationType.h', | 876 'animation/CSSPositionAxisListInterpolationType.h', |
877 'animation/CSSPositionInterpolationType.h', | |
878 'animation/CSSShadowListInterpolationType.cpp', | 877 'animation/CSSShadowListInterpolationType.cpp', |
879 'animation/CSSShadowListInterpolationType.h', | 878 'animation/CSSShadowListInterpolationType.h', |
880 'animation/CSSValueInterpolationType.cpp', | 879 'animation/CSSValueInterpolationType.cpp', |
881 'animation/CSSValueInterpolationType.h', | 880 'animation/CSSValueInterpolationType.h', |
882 'animation/CSSVisibilityInterpolationType.cpp', | 881 'animation/CSSVisibilityInterpolationType.cpp', |
883 'animation/CSSVisibilityInterpolationType.h', | 882 'animation/CSSVisibilityInterpolationType.h', |
884 'animation/CompositorAnimations.cpp', | 883 'animation/CompositorAnimations.cpp', |
885 'animation/CompositorAnimations.h', | 884 'animation/CompositorAnimations.h', |
886 'animation/CompositorAnimationsImpl.h', | 885 'animation/CompositorAnimationsImpl.h', |
887 'animation/CompositorPendingAnimations.cpp', | 886 'animation/CompositorPendingAnimations.cpp', |
(...skipping 3136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4024 'style/SVGComputedStyleTest.cpp', | 4023 'style/SVGComputedStyleTest.cpp', |
4025 'svg/SVGPathParserTest.cpp', | 4024 'svg/SVGPathParserTest.cpp', |
4026 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4025 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4027 'testing/PrivateScriptTestTest.cpp', | 4026 'testing/PrivateScriptTestTest.cpp', |
4028 'timing/MemoryInfoTest.cpp', | 4027 'timing/MemoryInfoTest.cpp', |
4029 'workers/WorkerThreadTest.cpp', | 4028 'workers/WorkerThreadTest.cpp', |
4030 'xml/parser/SharedBufferReaderTest.cpp', | 4029 'xml/parser/SharedBufferReaderTest.cpp', |
4031 ], | 4030 ], |
4032 } | 4031 } |
4033 } | 4032 } |
OLD | NEW |