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/CalcLength.idl', | 43 'css/cssom/CalcLength.idl', |
43 'css/cssom/KeywordValue.idl', | 44 'css/cssom/KeywordValue.idl', |
44 'css/cssom/LengthValue.idl', | 45 'css/cssom/LengthValue.idl', |
(...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1192 'css/FontLoader.h', | 1193 'css/FontLoader.h', |
1193 'css/FontSize.cpp', | 1194 'css/FontSize.cpp', |
1194 'css/FontSize.h', | 1195 'css/FontSize.h', |
1195 'css/FontStyleMatcher.cpp', | 1196 'css/FontStyleMatcher.cpp', |
1196 'css/FontStyleMatcher.h', | 1197 'css/FontStyleMatcher.h', |
1197 'css/HashTools.h', | 1198 'css/HashTools.h', |
1198 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', | 1199 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', |
1199 'css/KeyframeStyleRuleCSSStyleDeclaration.h', | 1200 'css/KeyframeStyleRuleCSSStyleDeclaration.h', |
1200 'css/ComputedStyleCSSValueMapping.h', | 1201 'css/ComputedStyleCSSValueMapping.h', |
1201 'css/ComputedStyleCSSValueMapping.cpp', | 1202 'css/ComputedStyleCSSValueMapping.cpp', |
| 1203 'css/LocalFontFace.cpp', |
| 1204 'css/LocalFontFace.h', |
1202 'css/LocalFontFaceSource.cpp', | 1205 'css/LocalFontFaceSource.cpp', |
1203 'css/LocalFontFaceSource.h', | 1206 'css/LocalFontFaceSource.h', |
1204 'css/MediaList.cpp', | 1207 'css/MediaList.cpp', |
1205 'css/MediaList.h', | 1208 'css/MediaList.h', |
1206 'css/MediaQuery.cpp', | 1209 'css/MediaQuery.cpp', |
1207 'css/MediaQuery.h', | 1210 'css/MediaQuery.h', |
1208 'css/MediaQueryEvaluator.cpp', | 1211 'css/MediaQueryEvaluator.cpp', |
1209 'css/MediaQueryEvaluator.h', | 1212 'css/MediaQueryEvaluator.h', |
1210 'css/MediaQueryExp.cpp', | 1213 'css/MediaQueryExp.cpp', |
1211 'css/MediaQueryExp.h', | 1214 'css/MediaQueryExp.h', |
(...skipping 2823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4035 'style/SVGComputedStyleTest.cpp', | 4038 'style/SVGComputedStyleTest.cpp', |
4036 'svg/SVGPathParserTest.cpp', | 4039 'svg/SVGPathParserTest.cpp', |
4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4040 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4038 'testing/PrivateScriptTestTest.cpp', | 4041 'testing/PrivateScriptTestTest.cpp', |
4039 'timing/MemoryInfoTest.cpp', | 4042 'timing/MemoryInfoTest.cpp', |
4040 'workers/WorkerThreadTest.cpp', | 4043 'workers/WorkerThreadTest.cpp', |
4041 'xml/parser/SharedBufferReaderTest.cpp', | 4044 'xml/parser/SharedBufferReaderTest.cpp', |
4042 ], | 4045 ], |
4043 } | 4046 } |
4044 } | 4047 } |
OLD | NEW |