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 14 matching lines...) Expand all Loading... |
25 'css/CSSRule.idl', | 25 'css/CSSRule.idl', |
26 'css/CSSRuleList.idl', | 26 'css/CSSRuleList.idl', |
27 'css/CSSStyleDeclaration.idl', | 27 'css/CSSStyleDeclaration.idl', |
28 'css/CSSStyleRule.idl', | 28 'css/CSSStyleRule.idl', |
29 'css/CSSStyleSheet.idl', | 29 'css/CSSStyleSheet.idl', |
30 'css/CSSSupportsRule.idl', | 30 'css/CSSSupportsRule.idl', |
31 'css/CSSViewportRule.idl', | 31 'css/CSSViewportRule.idl', |
32 'css/FontFace.idl', | 32 'css/FontFace.idl', |
33 'css/FontFaceSet.idl', | 33 'css/FontFaceSet.idl', |
34 'css/FontFaceSetLoadEvent.idl', | 34 'css/FontFaceSetLoadEvent.idl', |
| 35 'css/LocalFontFace.idl', |
35 'css/MediaList.idl', | 36 'css/MediaList.idl', |
36 'css/MediaQueryList.idl', | 37 'css/MediaQueryList.idl', |
37 'css/MediaQueryListEvent.idl', | 38 'css/MediaQueryListEvent.idl', |
38 'css/StyleMedia.idl', | 39 'css/StyleMedia.idl', |
39 'css/StyleSheet.idl', | 40 'css/StyleSheet.idl', |
40 'css/StyleSheetList.idl', | 41 'css/StyleSheetList.idl', |
41 'css/WebKitCSSMatrix.idl', | 42 'css/WebKitCSSMatrix.idl', |
42 'css/cssom/KeywordValue.idl', | 43 'css/cssom/KeywordValue.idl', |
43 'css/cssom/LengthValue.idl', | 44 'css/cssom/LengthValue.idl', |
44 'css/cssom/NumberValue.idl', | 45 'css/cssom/NumberValue.idl', |
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1176 'css/FontLoader.h', | 1177 'css/FontLoader.h', |
1177 'css/FontSize.cpp', | 1178 'css/FontSize.cpp', |
1178 'css/FontSize.h', | 1179 'css/FontSize.h', |
1179 'css/FontStyleMatcher.cpp', | 1180 'css/FontStyleMatcher.cpp', |
1180 'css/FontStyleMatcher.h', | 1181 'css/FontStyleMatcher.h', |
1181 'css/HashTools.h', | 1182 'css/HashTools.h', |
1182 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', | 1183 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', |
1183 'css/KeyframeStyleRuleCSSStyleDeclaration.h', | 1184 'css/KeyframeStyleRuleCSSStyleDeclaration.h', |
1184 'css/ComputedStyleCSSValueMapping.h', | 1185 'css/ComputedStyleCSSValueMapping.h', |
1185 'css/ComputedStyleCSSValueMapping.cpp', | 1186 'css/ComputedStyleCSSValueMapping.cpp', |
| 1187 'css/LocalFontFace.cpp', |
| 1188 'css/LocalFontFace.h', |
1186 'css/LocalFontFaceSource.cpp', | 1189 'css/LocalFontFaceSource.cpp', |
1187 'css/LocalFontFaceSource.h', | 1190 'css/LocalFontFaceSource.h', |
1188 'css/MediaList.cpp', | 1191 'css/MediaList.cpp', |
1189 'css/MediaList.h', | 1192 'css/MediaList.h', |
1190 'css/MediaQuery.cpp', | 1193 'css/MediaQuery.cpp', |
1191 'css/MediaQuery.h', | 1194 'css/MediaQuery.h', |
1192 'css/MediaQueryEvaluator.cpp', | 1195 'css/MediaQueryEvaluator.cpp', |
1193 'css/MediaQueryEvaluator.h', | 1196 'css/MediaQueryEvaluator.h', |
1194 'css/MediaQueryExp.cpp', | 1197 'css/MediaQueryExp.cpp', |
1195 'css/MediaQueryExp.h', | 1198 'css/MediaQueryExp.h', |
(...skipping 2775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3971 'style/SVGComputedStyleTest.cpp', | 3974 'style/SVGComputedStyleTest.cpp', |
3972 'svg/SVGPathParserTest.cpp', | 3975 'svg/SVGPathParserTest.cpp', |
3973 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3976 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3974 'testing/PrivateScriptTestTest.cpp', | 3977 'testing/PrivateScriptTestTest.cpp', |
3975 'timing/MemoryInfoTest.cpp', | 3978 'timing/MemoryInfoTest.cpp', |
3976 'workers/WorkerThreadTest.cpp', | 3979 'workers/WorkerThreadTest.cpp', |
3977 'xml/parser/SharedBufferReaderTest.cpp', | 3980 'xml/parser/SharedBufferReaderTest.cpp', |
3978 ], | 3981 ], |
3979 } | 3982 } |
3980 } | 3983 } |
OLD | NEW |