| 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 838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 849 'animation/CSSLengthListInterpolationType.cpp', | 849 'animation/CSSLengthListInterpolationType.cpp', |
| 850 'animation/CSSLengthListInterpolationType.h', | 850 'animation/CSSLengthListInterpolationType.h', |
| 851 'animation/CSSNumberInterpolationType.cpp', | 851 'animation/CSSNumberInterpolationType.cpp', |
| 852 'animation/CSSNumberInterpolationType.h', | 852 'animation/CSSNumberInterpolationType.h', |
| 853 'animation/CSSPaintInterpolationType.cpp', | 853 'animation/CSSPaintInterpolationType.cpp', |
| 854 'animation/CSSPaintInterpolationType.h', | 854 'animation/CSSPaintInterpolationType.h', |
| 855 'animation/CSSShadowListInterpolationType.cpp', | 855 'animation/CSSShadowListInterpolationType.cpp', |
| 856 'animation/CSSShadowListInterpolationType.h', | 856 'animation/CSSShadowListInterpolationType.h', |
| 857 'animation/CSSValueInterpolationType.cpp', | 857 'animation/CSSValueInterpolationType.cpp', |
| 858 'animation/CSSValueInterpolationType.h', | 858 'animation/CSSValueInterpolationType.h', |
| 859 'animation/CSSVisibilityInterpolationType.cpp', |
| 860 'animation/CSSVisibilityInterpolationType.h', |
| 859 'animation/CompositorAnimations.cpp', | 861 'animation/CompositorAnimations.cpp', |
| 860 'animation/CompositorAnimations.h', | 862 'animation/CompositorAnimations.h', |
| 861 'animation/CompositorAnimationsImpl.h', | 863 'animation/CompositorAnimationsImpl.h', |
| 862 'animation/CompositorPendingAnimations.cpp', | 864 'animation/CompositorPendingAnimations.cpp', |
| 863 'animation/CompositorPendingAnimations.h', | 865 'animation/CompositorPendingAnimations.h', |
| 864 'animation/ColorPropertyFunctions.cpp', | 866 'animation/ColorPropertyFunctions.cpp', |
| 865 'animation/ColorPropertyFunctions.h', | 867 'animation/ColorPropertyFunctions.h', |
| 866 'animation/ConstantStyleInterpolation.h', | 868 'animation/ConstantStyleInterpolation.h', |
| 867 'animation/DefaultSVGInterpolation.cpp', | 869 'animation/DefaultSVGInterpolation.cpp', |
| 868 'animation/DefaultSVGInterpolation.h', | 870 'animation/DefaultSVGInterpolation.h', |
| (...skipping 3133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4002 'style/SVGComputedStyleTest.cpp', | 4004 'style/SVGComputedStyleTest.cpp', |
| 4003 'svg/SVGPathParserTest.cpp', | 4005 'svg/SVGPathParserTest.cpp', |
| 4004 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4006 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4005 'testing/PrivateScriptTestTest.cpp', | 4007 'testing/PrivateScriptTestTest.cpp', |
| 4006 'timing/MemoryInfoTest.cpp', | 4008 'timing/MemoryInfoTest.cpp', |
| 4007 'workers/WorkerThreadTest.cpp', | 4009 'workers/WorkerThreadTest.cpp', |
| 4008 'xml/parser/SharedBufferReaderTest.cpp', | 4010 'xml/parser/SharedBufferReaderTest.cpp', |
| 4009 ], | 4011 ], |
| 4010 } | 4012 } |
| 4011 } | 4013 } |
| OLD | NEW |