| 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 3770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3781 'animation/AnimationClockTest.cpp', | 3781 'animation/AnimationClockTest.cpp', |
| 3782 'animation/AnimationInputHelpersTest.cpp', | 3782 'animation/AnimationInputHelpersTest.cpp', |
| 3783 'animation/AnimationEffectTest.cpp', | 3783 'animation/AnimationEffectTest.cpp', |
| 3784 'animation/AnimationTest.cpp', | 3784 'animation/AnimationTest.cpp', |
| 3785 'animation/AnimationStackTest.cpp', | 3785 'animation/AnimationStackTest.cpp', |
| 3786 'animation/KeyframeEffectTest.cpp', | 3786 'animation/KeyframeEffectTest.cpp', |
| 3787 'animation/AnimationTestHelper.cpp', | 3787 'animation/AnimationTestHelper.cpp', |
| 3788 'animation/AnimationTestHelper.h', | 3788 'animation/AnimationTestHelper.h', |
| 3789 'animation/AnimationTimelineTest.cpp', | 3789 'animation/AnimationTimelineTest.cpp', |
| 3790 'animation/AnimationTranslationUtilTest.cpp', | 3790 'animation/AnimationTranslationUtilTest.cpp', |
| 3791 'animation/AnimationTranslationUtilTest.h', |
| 3791 'animation/CompositorAnimationsTest.cpp', | 3792 'animation/CompositorAnimationsTest.cpp', |
| 3792 'animation/CompositorAnimationsTestHelper.h', | 3793 'animation/CompositorAnimationsTestHelper.h', |
| 3793 'animation/DeferredLegacyStyleInterpolationTest.cpp', | 3794 'animation/DeferredLegacyStyleInterpolationTest.cpp', |
| 3794 'animation/DoubleStyleInterpolationTest.cpp', | 3795 'animation/DoubleStyleInterpolationTest.cpp', |
| 3795 'animation/EffectInputTest.cpp', | 3796 'animation/EffectInputTest.cpp', |
| 3796 'animation/FilterStyleInterpolationTest.cpp', | 3797 'animation/FilterStyleInterpolationTest.cpp', |
| 3797 'animation/InterpolableValueTest.cpp', | 3798 'animation/InterpolableValueTest.cpp', |
| 3798 'animation/InterpolationEffectTest.cpp', | 3799 'animation/InterpolationEffectTest.cpp', |
| 3799 'animation/KeyframeEffectModelTest.cpp', | 3800 'animation/KeyframeEffectModelTest.cpp', |
| 3800 'animation/LengthBoxStyleInterpolationTest.cpp', | 3801 'animation/LengthBoxStyleInterpolationTest.cpp', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3971 'style/SVGComputedStyleTest.cpp', | 3972 'style/SVGComputedStyleTest.cpp', |
| 3972 'svg/SVGPathParserTest.cpp', | 3973 'svg/SVGPathParserTest.cpp', |
| 3973 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3974 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3974 'testing/PrivateScriptTestTest.cpp', | 3975 'testing/PrivateScriptTestTest.cpp', |
| 3975 'timing/MemoryInfoTest.cpp', | 3976 'timing/MemoryInfoTest.cpp', |
| 3976 'workers/WorkerThreadTest.cpp', | 3977 'workers/WorkerThreadTest.cpp', |
| 3977 'xml/parser/SharedBufferReaderTest.cpp', | 3978 'xml/parser/SharedBufferReaderTest.cpp', |
| 3978 ], | 3979 ], |
| 3979 } | 3980 } |
| 3980 } | 3981 } |
| OLD | NEW |