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 3805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3816 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', | 3816 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', |
3817 'animation/animatable/AnimatableUnknownTest.cpp', | 3817 'animation/animatable/AnimatableUnknownTest.cpp', |
3818 'animation/animatable/AnimatableValueTestHelper.cpp', | 3818 'animation/animatable/AnimatableValueTestHelper.cpp', |
3819 'animation/animatable/AnimatableValueTestHelper.h', | 3819 'animation/animatable/AnimatableValueTestHelper.h', |
3820 'animation/animatable/AnimatableValueTestHelperTest.cpp', | 3820 'animation/animatable/AnimatableValueTestHelperTest.cpp', |
3821 'clipboard/DataObjectTest.cpp', | 3821 'clipboard/DataObjectTest.cpp', |
3822 'css/AffectedByFocusTest.cpp', | 3822 'css/AffectedByFocusTest.cpp', |
3823 'css/CSSCalculationValueTest.cpp', | 3823 'css/CSSCalculationValueTest.cpp', |
3824 'css/CSSFontFaceTest.cpp', | 3824 'css/CSSFontFaceTest.cpp', |
3825 'css/CSSSelectorTest.cpp', | 3825 'css/CSSSelectorTest.cpp', |
| 3826 'css/CSSStyleSheetResourceTest.cpp', |
3826 'css/CSSTestHelper.cpp', | 3827 'css/CSSTestHelper.cpp', |
3827 'css/CSSTestHelper.h', | 3828 'css/CSSTestHelper.h', |
3828 'css/CSSValueTestHelper.h', | 3829 'css/CSSValueTestHelper.h', |
3829 'css/DragUpdateTest.cpp', | 3830 'css/DragUpdateTest.cpp', |
3830 'css/MediaQueryEvaluatorTest.cpp', | 3831 'css/MediaQueryEvaluatorTest.cpp', |
3831 'css/MediaQueryListTest.cpp', | 3832 'css/MediaQueryListTest.cpp', |
3832 'css/MediaQueryMatcherTest.cpp', | 3833 'css/MediaQueryMatcherTest.cpp', |
3833 'css/MediaQuerySetTest.cpp', | 3834 'css/MediaQuerySetTest.cpp', |
3834 'css/MediaValuesTest.cpp', | 3835 'css/MediaValuesTest.cpp', |
3835 'css/RuleFeatureSetTest.cpp', | 3836 'css/RuleFeatureSetTest.cpp', |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3975 'style/SVGComputedStyleTest.cpp', | 3976 'style/SVGComputedStyleTest.cpp', |
3976 'svg/SVGPathParserTest.cpp', | 3977 'svg/SVGPathParserTest.cpp', |
3977 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3978 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3978 'testing/PrivateScriptTestTest.cpp', | 3979 'testing/PrivateScriptTestTest.cpp', |
3979 'timing/MemoryInfoTest.cpp', | 3980 'timing/MemoryInfoTest.cpp', |
3980 'workers/WorkerThreadTest.cpp', | 3981 'workers/WorkerThreadTest.cpp', |
3981 'xml/parser/SharedBufferReaderTest.cpp', | 3982 'xml/parser/SharedBufferReaderTest.cpp', |
3982 ], | 3983 ], |
3983 } | 3984 } |
3984 } | 3985 } |
OLD | NEW |