| 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 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 864 'animation/CSSPathInterpolationType.h', | 864 'animation/CSSPathInterpolationType.h', |
| 865 'animation/CSSShadowListInterpolationType.cpp', | 865 'animation/CSSShadowListInterpolationType.cpp', |
| 866 'animation/CSSShadowListInterpolationType.h', | 866 'animation/CSSShadowListInterpolationType.h', |
| 867 'animation/CSSValueInterpolationType.cpp', | 867 'animation/CSSValueInterpolationType.cpp', |
| 868 'animation/CSSValueInterpolationType.h', | 868 'animation/CSSValueInterpolationType.h', |
| 869 'animation/CSSVisibilityInterpolationType.cpp', | 869 'animation/CSSVisibilityInterpolationType.cpp', |
| 870 'animation/CSSVisibilityInterpolationType.h', | 870 'animation/CSSVisibilityInterpolationType.h', |
| 871 'animation/CompositorAnimations.cpp', | 871 'animation/CompositorAnimations.cpp', |
| 872 'animation/CompositorAnimations.h', | 872 'animation/CompositorAnimations.h', |
| 873 'animation/CompositorAnimationsImpl.h', | 873 'animation/CompositorAnimationsImpl.h', |
| 874 'animation/CompositorMutationAnimations.cpp', |
| 875 'animation/CompositorMutationAnimations.h', |
| 874 'animation/CompositorPendingAnimations.cpp', | 876 'animation/CompositorPendingAnimations.cpp', |
| 875 'animation/CompositorPendingAnimations.h', | 877 'animation/CompositorPendingAnimations.h', |
| 876 'animation/ColorPropertyFunctions.cpp', | 878 'animation/ColorPropertyFunctions.cpp', |
| 877 'animation/ColorPropertyFunctions.h', | 879 'animation/ColorPropertyFunctions.h', |
| 878 'animation/ConstantStyleInterpolation.h', | 880 'animation/ConstantStyleInterpolation.h', |
| 879 'animation/DeferredLegacyStyleInterpolation.cpp', | 881 'animation/DeferredLegacyStyleInterpolation.cpp', |
| 880 'animation/DeferredLegacyStyleInterpolation.h', | 882 'animation/DeferredLegacyStyleInterpolation.h', |
| 881 'animation/DocumentAnimation.h', | 883 'animation/DocumentAnimation.h', |
| 882 'animation/DocumentAnimations.cpp', | 884 'animation/DocumentAnimations.cpp', |
| 883 'animation/DocumentAnimations.h', | 885 'animation/DocumentAnimations.h', |
| (...skipping 3151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4035 'style/SVGComputedStyleTest.cpp', | 4037 'style/SVGComputedStyleTest.cpp', |
| 4036 'svg/SVGPathParserTest.cpp', | 4038 'svg/SVGPathParserTest.cpp', |
| 4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4039 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4038 'testing/PrivateScriptTestTest.cpp', | 4040 'testing/PrivateScriptTestTest.cpp', |
| 4039 'timing/MemoryInfoTest.cpp', | 4041 'timing/MemoryInfoTest.cpp', |
| 4040 'workers/WorkerThreadTest.cpp', | 4042 'workers/WorkerThreadTest.cpp', |
| 4041 'xml/parser/SharedBufferReaderTest.cpp', | 4043 'xml/parser/SharedBufferReaderTest.cpp', |
| 4042 ], | 4044 ], |
| 4043 } | 4045 } |
| 4044 } | 4046 } |
| OLD | NEW |