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 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1211 'css/StyleRuleImport.h', | 1211 'css/StyleRuleImport.h', |
1212 'css/StyleRuleKeyframe.cpp', | 1212 'css/StyleRuleKeyframe.cpp', |
1213 'css/StyleRuleKeyframe.h', | 1213 'css/StyleRuleKeyframe.h', |
1214 'css/StyleRuleNamespace.h', | 1214 'css/StyleRuleNamespace.h', |
1215 'css/StyleSheet.cpp', | 1215 'css/StyleSheet.cpp', |
1216 'css/StyleSheet.h', | 1216 'css/StyleSheet.h', |
1217 'css/StyleSheetContents.cpp', | 1217 'css/StyleSheetContents.cpp', |
1218 'css/StyleSheetContents.h', | 1218 'css/StyleSheetContents.h', |
1219 'css/StyleSheetList.cpp', | 1219 'css/StyleSheetList.cpp', |
1220 'css/StyleSheetList.h', | 1220 'css/StyleSheetList.h', |
1221 'css/TreeBoundaryCrossingRules.cpp', | |
1222 'css/TreeBoundaryCrossingRules.h', | |
1223 'css/invalidation/DescendantInvalidationSet.cpp', | 1221 'css/invalidation/DescendantInvalidationSet.cpp', |
1224 'css/invalidation/DescendantInvalidationSet.h', | 1222 'css/invalidation/DescendantInvalidationSet.h', |
1225 'css/invalidation/StyleInvalidator.cpp', | 1223 'css/invalidation/StyleInvalidator.cpp', |
1226 'css/invalidation/StyleInvalidator.h', | 1224 'css/invalidation/StyleInvalidator.h', |
1227 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', | 1225 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', |
1228 'css/invalidation/StyleSheetInvalidationAnalysis.h', | 1226 'css/invalidation/StyleSheetInvalidationAnalysis.h', |
1229 'css/parser/BisonCSSParser.h', | 1227 'css/parser/BisonCSSParser.h', |
1230 'css/parser/BisonCSSTokenizer.h', | 1228 'css/parser/BisonCSSTokenizer.h', |
1231 'css/parser/CSSParser.cpp', | 1229 'css/parser/CSSParser.cpp', |
1232 'css/parser/CSSParser.h', | 1230 'css/parser/CSSParser.h', |
(...skipping 2655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3888 'streams/ReadableStreamTest.cpp', | 3886 'streams/ReadableStreamTest.cpp', |
3889 'style/ComputedStyleTest.cpp', | 3887 'style/ComputedStyleTest.cpp', |
3890 'style/OutlineValueTest.cpp', | 3888 'style/OutlineValueTest.cpp', |
3891 'style/SVGComputedStyleTest.cpp', | 3889 'style/SVGComputedStyleTest.cpp', |
3892 'testing/PrivateScriptTestTest.cpp', | 3890 'testing/PrivateScriptTestTest.cpp', |
3893 'timing/MemoryInfoTest.cpp', | 3891 'timing/MemoryInfoTest.cpp', |
3894 'xml/parser/SharedBufferReaderTest.cpp', | 3892 'xml/parser/SharedBufferReaderTest.cpp', |
3895 ], | 3893 ], |
3896 } | 3894 } |
3897 } | 3895 } |
OLD | NEW |