| 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 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 'animation/CSSTranslateInterpolationType.h', | 890 'animation/CSSTranslateInterpolationType.h', |
| 891 'animation/CSSValueInterpolationType.cpp', | 891 'animation/CSSValueInterpolationType.cpp', |
| 892 'animation/CSSValueInterpolationType.h', | 892 'animation/CSSValueInterpolationType.h', |
| 893 'animation/CSSVisibilityInterpolationType.cpp', | 893 'animation/CSSVisibilityInterpolationType.cpp', |
| 894 'animation/CSSVisibilityInterpolationType.h', | 894 'animation/CSSVisibilityInterpolationType.h', |
| 895 'animation/CompositorAnimations.cpp', | 895 'animation/CompositorAnimations.cpp', |
| 896 'animation/CompositorAnimations.h', | 896 'animation/CompositorAnimations.h', |
| 897 'animation/CompositorAnimationsImpl.h', | 897 'animation/CompositorAnimationsImpl.h', |
| 898 'animation/CompositorPendingAnimations.cpp', | 898 'animation/CompositorPendingAnimations.cpp', |
| 899 'animation/CompositorPendingAnimations.h', | 899 'animation/CompositorPendingAnimations.h', |
| 900 'animation/CustomCompositorAnimations.cpp', |
| 901 'animation/CustomCompositorAnimations.h', |
| 900 'animation/ColorPropertyFunctions.cpp', | 902 'animation/ColorPropertyFunctions.cpp', |
| 901 'animation/ColorPropertyFunctions.h', | 903 'animation/ColorPropertyFunctions.h', |
| 902 'animation/ConstantStyleInterpolation.h', | 904 'animation/ConstantStyleInterpolation.h', |
| 905 'animation/CustomCompositorAnimationManager.cpp', |
| 906 'animation/CustomCompositorAnimationManager.h', |
| 903 'animation/DeferredLegacyStyleInterpolation.cpp', | 907 'animation/DeferredLegacyStyleInterpolation.cpp', |
| 904 'animation/DeferredLegacyStyleInterpolation.h', | 908 'animation/DeferredLegacyStyleInterpolation.h', |
| 905 'animation/DocumentAnimation.h', | 909 'animation/DocumentAnimation.h', |
| 906 'animation/DocumentAnimations.cpp', | 910 'animation/DocumentAnimations.cpp', |
| 907 'animation/DocumentAnimations.h', | 911 'animation/DocumentAnimations.h', |
| 908 'animation/DoubleStyleInterpolation.h', | 912 'animation/DoubleStyleInterpolation.h', |
| 909 'animation/DoubleStyleInterpolation.cpp', | 913 'animation/DoubleStyleInterpolation.cpp', |
| 910 'animation/EffectInput.cpp', | 914 'animation/EffectInput.cpp', |
| 911 'animation/EffectInput.h', | 915 'animation/EffectInput.h', |
| 912 'animation/ElementAnimation.h', | 916 'animation/ElementAnimation.h', |
| (...skipping 3124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4037 'style/SVGComputedStyleTest.cpp', | 4041 'style/SVGComputedStyleTest.cpp', |
| 4038 'svg/SVGPathParserTest.cpp', | 4042 'svg/SVGPathParserTest.cpp', |
| 4039 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4043 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4040 'testing/PrivateScriptTestTest.cpp', | 4044 'testing/PrivateScriptTestTest.cpp', |
| 4041 'timing/MemoryInfoTest.cpp', | 4045 'timing/MemoryInfoTest.cpp', |
| 4042 'workers/WorkerThreadTest.cpp', | 4046 'workers/WorkerThreadTest.cpp', |
| 4043 'xml/parser/SharedBufferReaderTest.cpp', | 4047 'xml/parser/SharedBufferReaderTest.cpp', |
| 4044 ], | 4048 ], |
| 4045 } | 4049 } |
| 4046 } | 4050 } |
| OLD | NEW |