| 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/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 901 'animation/ImageStyleInterpolation.cpp', | 901 'animation/ImageStyleInterpolation.cpp', |
| 902 'animation/ImageStyleInterpolation.h', | 902 'animation/ImageStyleInterpolation.h', |
| 903 'animation/InertAnimation.cpp', | 903 'animation/InertAnimation.cpp', |
| 904 'animation/InertAnimation.h', | 904 'animation/InertAnimation.h', |
| 905 'animation/InterpolableValue.cpp', | 905 'animation/InterpolableValue.cpp', |
| 906 'animation/InterpolableValue.h', | 906 'animation/InterpolableValue.h', |
| 907 'animation/Interpolation.cpp', | 907 'animation/Interpolation.cpp', |
| 908 'animation/Interpolation.h', | 908 'animation/Interpolation.h', |
| 909 'animation/InterpolationEffect.cpp', | 909 'animation/InterpolationEffect.cpp', |
| 910 'animation/InterpolationEffect.h', | 910 'animation/InterpolationEffect.h', |
| 911 'animation/InterpolationFactory.h', |
| 912 'animation/InterpolationFactory.cpp', |
| 913 'animation/InterpolationPipeline.cpp', |
| 914 'animation/InterpolationPipeline.h', |
| 915 'animation/InterpolationPipelineStage.h', |
| 911 'animation/KeyframeEffectModel.cpp', | 916 'animation/KeyframeEffectModel.cpp', |
| 912 'animation/KeyframeEffectModel.h', | 917 'animation/KeyframeEffectModel.h', |
| 913 'animation/LegacyStyleInterpolation.h', | 918 'animation/LegacyStyleInterpolation.h', |
| 914 'animation/LengthBoxStyleInterpolation.cpp', | 919 'animation/LengthBoxStyleInterpolation.cpp', |
| 915 'animation/LengthBoxStyleInterpolation.h', | 920 'animation/LengthBoxStyleInterpolation.h', |
| 916 'animation/LengthPairStyleInterpolation.cpp', | 921 'animation/LengthPairStyleInterpolation.cpp', |
| 917 'animation/LengthPairStyleInterpolation.h', | 922 'animation/LengthPairStyleInterpolation.h', |
| 918 'animation/LengthStyleInterpolation.cpp', | 923 'animation/LengthStyleInterpolation.cpp', |
| 919 'animation/LengthStyleInterpolation.h', | 924 'animation/LengthStyleInterpolation.h', |
| 920 'animation/SVGLengthStyleInterpolation.cpp', | 925 'animation/SVGLengthStyleInterpolation.cpp', |
| (...skipping 2762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3683 'animation/AnimationTimelineTest.cpp', | 3688 'animation/AnimationTimelineTest.cpp', |
| 3684 'animation/AnimationTranslationUtilTest.cpp', | 3689 'animation/AnimationTranslationUtilTest.cpp', |
| 3685 'animation/CompositorAnimationsTest.cpp', | 3690 'animation/CompositorAnimationsTest.cpp', |
| 3686 'animation/CompositorAnimationsTestHelper.h', | 3691 'animation/CompositorAnimationsTestHelper.h', |
| 3687 'animation/ColorStyleInterpolationTest.cpp', | 3692 'animation/ColorStyleInterpolationTest.cpp', |
| 3688 'animation/DeferredLegacyStyleInterpolationTest.cpp', | 3693 'animation/DeferredLegacyStyleInterpolationTest.cpp', |
| 3689 'animation/DoubleStyleInterpolationTest.cpp', | 3694 'animation/DoubleStyleInterpolationTest.cpp', |
| 3690 'animation/EffectInputTest.cpp', | 3695 'animation/EffectInputTest.cpp', |
| 3691 'animation/InterpolableValueTest.cpp', | 3696 'animation/InterpolableValueTest.cpp', |
| 3692 'animation/InterpolationEffectTest.cpp', | 3697 'animation/InterpolationEffectTest.cpp', |
| 3698 'animation/InterpolationPipelineTest.cpp', |
| 3693 'animation/KeyframeEffectModelTest.cpp', | 3699 'animation/KeyframeEffectModelTest.cpp', |
| 3694 'animation/LengthBoxStyleInterpolationTest.cpp', | 3700 'animation/LengthBoxStyleInterpolationTest.cpp', |
| 3695 'animation/LengthPairStyleInterpolationTest.cpp', | 3701 'animation/LengthPairStyleInterpolationTest.cpp', |
| 3696 'animation/LengthStyleInterpolationTest.cpp', | 3702 'animation/LengthStyleInterpolationTest.cpp', |
| 3697 'animation/ListStyleInterpolationTest.cpp', | 3703 'animation/ListStyleInterpolationTest.cpp', |
| 3698 'animation/SVGLengthStyleInterpolationTest.cpp', | 3704 'animation/SVGLengthStyleInterpolationTest.cpp', |
| 3699 'animation/ShadowStyleInterpolationTest.cpp', | 3705 'animation/ShadowStyleInterpolationTest.cpp', |
| 3700 'animation/TimingCalculationsTest.cpp', | 3706 'animation/TimingCalculationsTest.cpp', |
| 3701 'animation/TimingInputTest.cpp', | 3707 'animation/TimingInputTest.cpp', |
| 3702 'animation/VisibilityStyleInterpolationTest.cpp', | 3708 'animation/VisibilityStyleInterpolationTest.cpp', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3798 'rendering/RenderingTestHelper.h', | 3804 'rendering/RenderingTestHelper.h', |
| 3799 'streams/ExclusiveStreamReaderTest.cpp', | 3805 'streams/ExclusiveStreamReaderTest.cpp', |
| 3800 'streams/ReadableStreamTest.cpp', | 3806 'streams/ReadableStreamTest.cpp', |
| 3801 'testing/PrivateScriptTestTest.cpp', | 3807 'testing/PrivateScriptTestTest.cpp', |
| 3802 'testing/UnitTestHelpers.cpp', | 3808 'testing/UnitTestHelpers.cpp', |
| 3803 'testing/UnitTestHelpers.h', | 3809 'testing/UnitTestHelpers.h', |
| 3804 'xml/parser/SharedBufferReaderTest.cpp', | 3810 'xml/parser/SharedBufferReaderTest.cpp', |
| 3805 ], | 3811 ], |
| 3806 } | 3812 } |
| 3807 } | 3813 } |
| OLD | NEW |