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 3757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3768 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', | 3768 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', |
3769 'animation/animatable/AnimatableUnknownTest.cpp', | 3769 'animation/animatable/AnimatableUnknownTest.cpp', |
3770 'animation/animatable/AnimatableValueTestHelper.cpp', | 3770 'animation/animatable/AnimatableValueTestHelper.cpp', |
3771 'animation/animatable/AnimatableValueTestHelper.h', | 3771 'animation/animatable/AnimatableValueTestHelper.h', |
3772 'animation/animatable/AnimatableValueTestHelperTest.cpp', | 3772 'animation/animatable/AnimatableValueTestHelperTest.cpp', |
3773 'clipboard/DataObjectTest.cpp', | 3773 'clipboard/DataObjectTest.cpp', |
3774 'css/AffectedByFocusTest.cpp', | 3774 'css/AffectedByFocusTest.cpp', |
3775 'css/CSSCalculationValueTest.cpp', | 3775 'css/CSSCalculationValueTest.cpp', |
3776 'css/CSSFontFaceTest.cpp', | 3776 'css/CSSFontFaceTest.cpp', |
3777 'css/CSSSelectorTest.cpp', | 3777 'css/CSSSelectorTest.cpp', |
| 3778 'css/CSSStyleSheetResourceTest.cpp', |
3778 'css/CSSTestHelper.cpp', | 3779 'css/CSSTestHelper.cpp', |
3779 'css/CSSTestHelper.h', | 3780 'css/CSSTestHelper.h', |
3780 'css/CSSValueTestHelper.h', | 3781 'css/CSSValueTestHelper.h', |
3781 'css/DragUpdateTest.cpp', | 3782 'css/DragUpdateTest.cpp', |
3782 'css/MediaQueryEvaluatorTest.cpp', | 3783 'css/MediaQueryEvaluatorTest.cpp', |
3783 'css/MediaQueryListTest.cpp', | 3784 'css/MediaQueryListTest.cpp', |
3784 'css/MediaQueryMatcherTest.cpp', | 3785 'css/MediaQueryMatcherTest.cpp', |
3785 'css/MediaQuerySetTest.cpp', | 3786 'css/MediaQuerySetTest.cpp', |
3786 'css/MediaValuesTest.cpp', | 3787 'css/MediaValuesTest.cpp', |
3787 'css/RuleFeatureSetTest.cpp', | 3788 'css/RuleFeatureSetTest.cpp', |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3919 'style/SVGComputedStyleTest.cpp', | 3920 'style/SVGComputedStyleTest.cpp', |
3920 'svg/SVGPathParserTest.cpp', | 3921 'svg/SVGPathParserTest.cpp', |
3921 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3922 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3922 'testing/PrivateScriptTestTest.cpp', | 3923 'testing/PrivateScriptTestTest.cpp', |
3923 'timing/MemoryInfoTest.cpp', | 3924 'timing/MemoryInfoTest.cpp', |
3924 'workers/WorkerThreadTest.cpp', | 3925 'workers/WorkerThreadTest.cpp', |
3925 'xml/parser/SharedBufferReaderTest.cpp', | 3926 'xml/parser/SharedBufferReaderTest.cpp', |
3926 ], | 3927 ], |
3927 } | 3928 } |
3928 } | 3929 } |
OLD | NEW |