| 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 906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 917 'animation/CSSTranslateInterpolationType.h', | 917 'animation/CSSTranslateInterpolationType.h', |
| 918 'animation/CSSValueInterpolationType.cpp', | 918 'animation/CSSValueInterpolationType.cpp', |
| 919 'animation/CSSValueInterpolationType.h', | 919 'animation/CSSValueInterpolationType.h', |
| 920 'animation/CSSVisibilityInterpolationType.cpp', | 920 'animation/CSSVisibilityInterpolationType.cpp', |
| 921 'animation/CSSVisibilityInterpolationType.h', | 921 'animation/CSSVisibilityInterpolationType.h', |
| 922 'animation/CompositorAnimations.cpp', | 922 'animation/CompositorAnimations.cpp', |
| 923 'animation/CompositorAnimations.h', | 923 'animation/CompositorAnimations.h', |
| 924 'animation/CompositorAnimationsImpl.h', | 924 'animation/CompositorAnimationsImpl.h', |
| 925 'animation/CompositorPendingAnimations.cpp', | 925 'animation/CompositorPendingAnimations.cpp', |
| 926 'animation/CompositorPendingAnimations.h', | 926 'animation/CompositorPendingAnimations.h', |
| 927 'animation/CustomCompositorAnimations.cpp', |
| 928 'animation/CustomCompositorAnimations.h', |
| 927 'animation/ColorPropertyFunctions.cpp', | 929 'animation/ColorPropertyFunctions.cpp', |
| 928 'animation/ColorPropertyFunctions.h', | 930 'animation/ColorPropertyFunctions.h', |
| 929 'animation/ConstantStyleInterpolation.h', | 931 'animation/ConstantStyleInterpolation.h', |
| 932 'animation/CustomCompositorAnimationManager.cpp', |
| 933 'animation/CustomCompositorAnimationManager.h', |
| 930 'animation/DeferredLegacyStyleInterpolation.cpp', | 934 'animation/DeferredLegacyStyleInterpolation.cpp', |
| 931 'animation/DeferredLegacyStyleInterpolation.h', | 935 'animation/DeferredLegacyStyleInterpolation.h', |
| 932 'animation/DocumentAnimation.h', | 936 'animation/DocumentAnimation.h', |
| 933 'animation/DocumentAnimations.cpp', | 937 'animation/DocumentAnimations.cpp', |
| 934 'animation/DocumentAnimations.h', | 938 'animation/DocumentAnimations.h', |
| 935 'animation/DoubleStyleInterpolation.h', | 939 'animation/DoubleStyleInterpolation.h', |
| 936 'animation/DoubleStyleInterpolation.cpp', | 940 'animation/DoubleStyleInterpolation.cpp', |
| 937 'animation/EffectInput.cpp', | 941 'animation/EffectInput.cpp', |
| 938 'animation/EffectInput.h', | 942 'animation/EffectInput.h', |
| 939 'animation/ElementAnimation.h', | 943 'animation/ElementAnimation.h', |
| (...skipping 3138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4078 'svg/SVGPathParserTest.cpp', | 4082 'svg/SVGPathParserTest.cpp', |
| 4079 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4083 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4080 'testing/PrivateScriptTestTest.cpp', | 4084 'testing/PrivateScriptTestTest.cpp', |
| 4081 'timing/MemoryInfoTest.cpp', | 4085 'timing/MemoryInfoTest.cpp', |
| 4082 'workers/WorkerThreadTest.cpp', | 4086 'workers/WorkerThreadTest.cpp', |
| 4083 'workers/WorkerThreadTestHelper.h', | 4087 'workers/WorkerThreadTestHelper.h', |
| 4084 'xml/parser/SharedBufferReaderTest.cpp', | 4088 'xml/parser/SharedBufferReaderTest.cpp', |
| 4085 ], | 4089 ], |
| 4086 } | 4090 } |
| 4087 } | 4091 } |
| OLD | NEW |