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