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 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1190 'css/FontLoader.h', | 1191 'css/FontLoader.h', |
1191 'css/FontSize.cpp', | 1192 'css/FontSize.cpp', |
1192 'css/FontSize.h', | 1193 'css/FontSize.h', |
1193 'css/FontStyleMatcher.cpp', | 1194 'css/FontStyleMatcher.cpp', |
1194 'css/FontStyleMatcher.h', | 1195 'css/FontStyleMatcher.h', |
1195 'css/HashTools.h', | 1196 'css/HashTools.h', |
1196 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', | 1197 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', |
1197 'css/KeyframeStyleRuleCSSStyleDeclaration.h', | 1198 'css/KeyframeStyleRuleCSSStyleDeclaration.h', |
1198 'css/ComputedStyleCSSValueMapping.h', | 1199 'css/ComputedStyleCSSValueMapping.h', |
1199 'css/ComputedStyleCSSValueMapping.cpp', | 1200 'css/ComputedStyleCSSValueMapping.cpp', |
| 1201 'css/LocalFontFace.cpp', |
| 1202 'css/LocalFontFace.h', |
1200 'css/LocalFontFaceSource.cpp', | 1203 'css/LocalFontFaceSource.cpp', |
1201 'css/LocalFontFaceSource.h', | 1204 'css/LocalFontFaceSource.h', |
1202 'css/MediaList.cpp', | 1205 'css/MediaList.cpp', |
1203 'css/MediaList.h', | 1206 'css/MediaList.h', |
1204 'css/MediaQuery.cpp', | 1207 'css/MediaQuery.cpp', |
1205 'css/MediaQuery.h', | 1208 'css/MediaQuery.h', |
1206 'css/MediaQueryEvaluator.cpp', | 1209 'css/MediaQueryEvaluator.cpp', |
1207 'css/MediaQueryEvaluator.h', | 1210 'css/MediaQueryEvaluator.h', |
1208 'css/MediaQueryExp.cpp', | 1211 'css/MediaQueryExp.cpp', |
1209 'css/MediaQueryExp.h', | 1212 'css/MediaQueryExp.h', |
(...skipping 2822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4032 'style/SVGComputedStyleTest.cpp', | 4035 'style/SVGComputedStyleTest.cpp', |
4033 'svg/SVGPathParserTest.cpp', | 4036 'svg/SVGPathParserTest.cpp', |
4034 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4035 'testing/PrivateScriptTestTest.cpp', | 4038 'testing/PrivateScriptTestTest.cpp', |
4036 'timing/MemoryInfoTest.cpp', | 4039 'timing/MemoryInfoTest.cpp', |
4037 'workers/WorkerThreadTest.cpp', | 4040 'workers/WorkerThreadTest.cpp', |
4038 'xml/parser/SharedBufferReaderTest.cpp', | 4041 'xml/parser/SharedBufferReaderTest.cpp', |
4039 ], | 4042 ], |
4040 } | 4043 } |
4041 } | 4044 } |
OLD | NEW |