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 3801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3812 'core_unittest_files': [ | 3812 'core_unittest_files': [ |
3813 'animation/AnimationClockTest.cpp', | 3813 'animation/AnimationClockTest.cpp', |
3814 'animation/AnimationInputHelpersTest.cpp', | 3814 'animation/AnimationInputHelpersTest.cpp', |
3815 'animation/AnimationEffectTest.cpp', | 3815 'animation/AnimationEffectTest.cpp', |
3816 'animation/AnimationTest.cpp', | 3816 'animation/AnimationTest.cpp', |
3817 'animation/AnimationStackTest.cpp', | 3817 'animation/AnimationStackTest.cpp', |
3818 'animation/KeyframeEffectTest.cpp', | 3818 'animation/KeyframeEffectTest.cpp', |
3819 'animation/AnimationTestHelper.cpp', | 3819 'animation/AnimationTestHelper.cpp', |
3820 'animation/AnimationTestHelper.h', | 3820 'animation/AnimationTestHelper.h', |
3821 'animation/AnimationTimelineTest.cpp', | 3821 'animation/AnimationTimelineTest.cpp', |
| 3822 'animation/CompositorAnimationsSimTest.cpp', |
3822 'animation/CompositorAnimationsTest.cpp', | 3823 'animation/CompositorAnimationsTest.cpp', |
3823 'animation/CompositorAnimationsTestHelper.h', | 3824 'animation/CompositorAnimationsTestHelper.h', |
3824 'animation/DeferredLegacyStyleInterpolationTest.cpp', | 3825 'animation/DeferredLegacyStyleInterpolationTest.cpp', |
3825 'animation/DoubleStyleInterpolationTest.cpp', | 3826 'animation/DoubleStyleInterpolationTest.cpp', |
3826 'animation/EffectInputTest.cpp', | 3827 'animation/EffectInputTest.cpp', |
3827 'animation/FilterStyleInterpolationTest.cpp', | 3828 'animation/FilterStyleInterpolationTest.cpp', |
3828 'animation/InterpolableValueTest.cpp', | 3829 'animation/InterpolableValueTest.cpp', |
3829 'animation/InterpolationEffectTest.cpp', | 3830 'animation/InterpolationEffectTest.cpp', |
3830 'animation/KeyframeEffectModelTest.cpp', | 3831 'animation/KeyframeEffectModelTest.cpp', |
3831 'animation/LengthBoxStyleInterpolationTest.cpp', | 3832 'animation/LengthBoxStyleInterpolationTest.cpp', |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4020 'style/SVGComputedStyleTest.cpp', | 4021 'style/SVGComputedStyleTest.cpp', |
4021 'svg/SVGPathParserTest.cpp', | 4022 'svg/SVGPathParserTest.cpp', |
4022 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4023 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4023 'testing/PrivateScriptTestTest.cpp', | 4024 'testing/PrivateScriptTestTest.cpp', |
4024 'timing/MemoryInfoTest.cpp', | 4025 'timing/MemoryInfoTest.cpp', |
4025 'workers/WorkerThreadTest.cpp', | 4026 'workers/WorkerThreadTest.cpp', |
4026 'xml/parser/SharedBufferReaderTest.cpp', | 4027 'xml/parser/SharedBufferReaderTest.cpp', |
4027 ], | 4028 ], |
4028 } | 4029 } |
4029 } | 4030 } |
OLD | NEW |