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 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1193 'css/StyleRuleKeyframe.h', | 1193 'css/StyleRuleKeyframe.h', |
1194 'css/StyleRuleNamespace.h', | 1194 'css/StyleRuleNamespace.h', |
1195 'css/StyleSheet.cpp', | 1195 'css/StyleSheet.cpp', |
1196 'css/StyleSheet.h', | 1196 'css/StyleSheet.h', |
1197 'css/StyleSheetContents.cpp', | 1197 'css/StyleSheetContents.cpp', |
1198 'css/StyleSheetContents.h', | 1198 'css/StyleSheetContents.h', |
1199 'css/StyleSheetList.cpp', | 1199 'css/StyleSheetList.cpp', |
1200 'css/StyleSheetList.h', | 1200 'css/StyleSheetList.h', |
1201 'css/invalidation/DescendantInvalidationSet.cpp', | 1201 'css/invalidation/DescendantInvalidationSet.cpp', |
1202 'css/invalidation/DescendantInvalidationSet.h', | 1202 'css/invalidation/DescendantInvalidationSet.h', |
| 1203 'css/invalidation/InvalidationData.cpp', |
| 1204 'css/invalidation/InvalidationData.h', |
| 1205 'css/invalidation/InvalidationListData.cpp', |
| 1206 'css/invalidation/InvalidationListData.h', |
1203 'css/invalidation/StyleInvalidator.cpp', | 1207 'css/invalidation/StyleInvalidator.cpp', |
1204 'css/invalidation/StyleInvalidator.h', | 1208 'css/invalidation/StyleInvalidator.h', |
1205 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', | 1209 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', |
1206 'css/invalidation/StyleSheetInvalidationAnalysis.h', | 1210 'css/invalidation/StyleSheetInvalidationAnalysis.h', |
1207 'css/parser/CSSParser.cpp', | 1211 'css/parser/CSSParser.cpp', |
1208 'css/parser/CSSParser.h', | 1212 'css/parser/CSSParser.h', |
1209 'css/parser/CSSParserFastPaths.cpp', | 1213 'css/parser/CSSParserFastPaths.cpp', |
1210 'css/parser/CSSParserFastPaths.h', | 1214 'css/parser/CSSParserFastPaths.h', |
1211 'css/parser/CSSParserImpl.cpp', | 1215 'css/parser/CSSParserImpl.cpp', |
1212 'css/parser/CSSParserImpl.h', | 1216 'css/parser/CSSParserImpl.h', |
(...skipping 2515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3728 'css/CSSSelectorTest.cpp', | 3732 'css/CSSSelectorTest.cpp', |
3729 'css/CSSTestHelper.cpp', | 3733 'css/CSSTestHelper.cpp', |
3730 'css/CSSTestHelper.h', | 3734 'css/CSSTestHelper.h', |
3731 'css/CSSValueTestHelper.h', | 3735 'css/CSSValueTestHelper.h', |
3732 'css/DragUpdateTest.cpp', | 3736 'css/DragUpdateTest.cpp', |
3733 'css/MediaQueryEvaluatorTest.cpp', | 3737 'css/MediaQueryEvaluatorTest.cpp', |
3734 'css/MediaQueryListTest.cpp', | 3738 'css/MediaQueryListTest.cpp', |
3735 'css/MediaQueryMatcherTest.cpp', | 3739 'css/MediaQueryMatcherTest.cpp', |
3736 'css/MediaQuerySetTest.cpp', | 3740 'css/MediaQuerySetTest.cpp', |
3737 'css/MediaValuesTest.cpp', | 3741 'css/MediaValuesTest.cpp', |
| 3742 'css/RuleFeatureSetTest.cpp', |
3738 'css/RuleSetTest.cpp', | 3743 'css/RuleSetTest.cpp', |
3739 'css/invalidation/DescendantInvalidationSetTest.cpp', | 3744 'css/invalidation/DescendantInvalidationSetTest.cpp', |
3740 'css/parser/CSSParserValuesTest.cpp', | 3745 'css/parser/CSSParserValuesTest.cpp', |
3741 'css/parser/CSSPropertyParserTest.cpp', | 3746 'css/parser/CSSPropertyParserTest.cpp', |
3742 'css/parser/CSSSelectorParserTest.cpp', | 3747 'css/parser/CSSSelectorParserTest.cpp', |
3743 'css/parser/CSSTokenizerTest.cpp', | 3748 'css/parser/CSSTokenizerTest.cpp', |
3744 'css/parser/MediaConditionTest.cpp', | 3749 'css/parser/MediaConditionTest.cpp', |
3745 'css/parser/SizesAttributeParserTest.cpp', | 3750 'css/parser/SizesAttributeParserTest.cpp', |
3746 'css/parser/SizesCalcParserTest.cpp', | 3751 'css/parser/SizesCalcParserTest.cpp', |
3747 'css/resolver/FontBuilderTest.cpp', | 3752 'css/resolver/FontBuilderTest.cpp', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3853 'style/OutlineValueTest.cpp', | 3858 'style/OutlineValueTest.cpp', |
3854 'style/SVGComputedStyleTest.cpp', | 3859 'style/SVGComputedStyleTest.cpp', |
3855 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3860 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3856 'testing/PrivateScriptTestTest.cpp', | 3861 'testing/PrivateScriptTestTest.cpp', |
3857 'timing/MemoryInfoTest.cpp', | 3862 'timing/MemoryInfoTest.cpp', |
3858 'workers/WorkerThreadTest.cpp', | 3863 'workers/WorkerThreadTest.cpp', |
3859 'xml/parser/SharedBufferReaderTest.cpp', | 3864 'xml/parser/SharedBufferReaderTest.cpp', |
3860 ], | 3865 ], |
3861 } | 3866 } |
3862 } | 3867 } |
OLD | NEW |