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...) 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 1155 matching lines...) Loading... |
1200 'css/FontLoader.h', | 1201 'css/FontLoader.h', |
1201 'css/FontSize.cpp', | 1202 'css/FontSize.cpp', |
1202 'css/FontSize.h', | 1203 'css/FontSize.h', |
1203 'css/FontStyleMatcher.cpp', | 1204 'css/FontStyleMatcher.cpp', |
1204 'css/FontStyleMatcher.h', | 1205 'css/FontStyleMatcher.h', |
1205 'css/HashTools.h', | 1206 'css/HashTools.h', |
1206 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', | 1207 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', |
1207 'css/KeyframeStyleRuleCSSStyleDeclaration.h', | 1208 'css/KeyframeStyleRuleCSSStyleDeclaration.h', |
1208 'css/ComputedStyleCSSValueMapping.h', | 1209 'css/ComputedStyleCSSValueMapping.h', |
1209 'css/ComputedStyleCSSValueMapping.cpp', | 1210 'css/ComputedStyleCSSValueMapping.cpp', |
| 1211 'css/LocalFontFace.cpp', |
| 1212 'css/LocalFontFace.h', |
1210 'css/LocalFontFaceSource.cpp', | 1213 'css/LocalFontFaceSource.cpp', |
1211 'css/LocalFontFaceSource.h', | 1214 'css/LocalFontFaceSource.h', |
1212 'css/MediaList.cpp', | 1215 'css/MediaList.cpp', |
1213 'css/MediaList.h', | 1216 'css/MediaList.h', |
1214 'css/MediaQuery.cpp', | 1217 'css/MediaQuery.cpp', |
1215 'css/MediaQuery.h', | 1218 'css/MediaQuery.h', |
1216 'css/MediaQueryEvaluator.cpp', | 1219 'css/MediaQueryEvaluator.cpp', |
1217 'css/MediaQueryEvaluator.h', | 1220 'css/MediaQueryEvaluator.h', |
1218 'css/MediaQueryExp.cpp', | 1221 'css/MediaQueryExp.cpp', |
1219 'css/MediaQueryExp.h', | 1222 'css/MediaQueryExp.h', |
(...skipping 2838 matching lines...) Loading... |
4058 'style/SVGComputedStyleTest.cpp', | 4061 'style/SVGComputedStyleTest.cpp', |
4059 'svg/SVGPathParserTest.cpp', | 4062 'svg/SVGPathParserTest.cpp', |
4060 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4063 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4061 'testing/PrivateScriptTestTest.cpp', | 4064 'testing/PrivateScriptTestTest.cpp', |
4062 'timing/MemoryInfoTest.cpp', | 4065 'timing/MemoryInfoTest.cpp', |
4063 'workers/WorkerThreadTest.cpp', | 4066 'workers/WorkerThreadTest.cpp', |
4064 'xml/parser/SharedBufferReaderTest.cpp', | 4067 'xml/parser/SharedBufferReaderTest.cpp', |
4065 ], | 4068 ], |
4066 } | 4069 } |
4067 } | 4070 } |
OLD | NEW |