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 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
872 'animation/CSSNumberInterpolationType.cpp', | 872 'animation/CSSNumberInterpolationType.cpp', |
873 'animation/CSSNumberInterpolationType.h', | 873 'animation/CSSNumberInterpolationType.h', |
874 'animation/CSSMotionRotationInterpolationType.cpp', | 874 'animation/CSSMotionRotationInterpolationType.cpp', |
875 'animation/CSSMotionRotationInterpolationType.h', | 875 'animation/CSSMotionRotationInterpolationType.h', |
876 'animation/CSSPaintInterpolationType.cpp', | 876 'animation/CSSPaintInterpolationType.cpp', |
877 'animation/CSSPaintInterpolationType.h', | 877 'animation/CSSPaintInterpolationType.h', |
878 'animation/CSSPathInterpolationType.cpp', | 878 'animation/CSSPathInterpolationType.cpp', |
879 'animation/CSSPathInterpolationType.h', | 879 'animation/CSSPathInterpolationType.h', |
880 'animation/CSSPositionAxisListInterpolationType.cpp', | 880 'animation/CSSPositionAxisListInterpolationType.cpp', |
881 'animation/CSSPositionAxisListInterpolationType.h', | 881 'animation/CSSPositionAxisListInterpolationType.h', |
| 882 'animation/CSSPositionInterpolationType.h', |
882 'animation/CSSShadowListInterpolationType.cpp', | 883 'animation/CSSShadowListInterpolationType.cpp', |
883 'animation/CSSShadowListInterpolationType.h', | 884 'animation/CSSShadowListInterpolationType.h', |
884 'animation/CSSValueInterpolationType.cpp', | 885 'animation/CSSValueInterpolationType.cpp', |
885 'animation/CSSValueInterpolationType.h', | 886 'animation/CSSValueInterpolationType.h', |
886 'animation/CSSVisibilityInterpolationType.cpp', | 887 'animation/CSSVisibilityInterpolationType.cpp', |
887 'animation/CSSVisibilityInterpolationType.h', | 888 'animation/CSSVisibilityInterpolationType.h', |
888 'animation/CompositorAnimations.cpp', | 889 'animation/CompositorAnimations.cpp', |
889 'animation/CompositorAnimations.h', | 890 'animation/CompositorAnimations.h', |
890 'animation/CompositorAnimationsImpl.h', | 891 'animation/CompositorAnimationsImpl.h', |
891 'animation/CompositorPendingAnimations.cpp', | 892 'animation/CompositorPendingAnimations.cpp', |
(...skipping 3138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4030 'style/SVGComputedStyleTest.cpp', | 4031 'style/SVGComputedStyleTest.cpp', |
4031 'svg/SVGPathParserTest.cpp', | 4032 'svg/SVGPathParserTest.cpp', |
4032 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4033 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4033 'testing/PrivateScriptTestTest.cpp', | 4034 'testing/PrivateScriptTestTest.cpp', |
4034 'timing/MemoryInfoTest.cpp', | 4035 'timing/MemoryInfoTest.cpp', |
4035 'workers/WorkerThreadTest.cpp', | 4036 'workers/WorkerThreadTest.cpp', |
4036 'xml/parser/SharedBufferReaderTest.cpp', | 4037 'xml/parser/SharedBufferReaderTest.cpp', |
4037 ], | 4038 ], |
4038 } | 4039 } |
4039 } | 4040 } |
OLD | NEW |