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 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1106 'css/CSSTimingFunctionValue.cpp', | 1106 'css/CSSTimingFunctionValue.cpp', |
1107 'css/CSSTimingFunctionValue.h', | 1107 'css/CSSTimingFunctionValue.h', |
1108 'css/CSSToLengthConversionData.cpp', | 1108 'css/CSSToLengthConversionData.cpp', |
1109 'css/CSSToLengthConversionData.h', | 1109 'css/CSSToLengthConversionData.h', |
1110 'css/CSSUnicodeRangeValue.cpp', | 1110 'css/CSSUnicodeRangeValue.cpp', |
1111 'css/CSSUnicodeRangeValue.h', | 1111 'css/CSSUnicodeRangeValue.h', |
1112 'css/CSSUnsetValue.cpp', | 1112 'css/CSSUnsetValue.cpp', |
1113 'css/CSSUnsetValue.h', | 1113 'css/CSSUnsetValue.h', |
1114 'css/CSSValue.cpp', | 1114 'css/CSSValue.cpp', |
1115 'css/CSSValueList.cpp', | 1115 'css/CSSValueList.cpp', |
| 1116 'css/CSSValuePair.cpp', |
| 1117 'css/CSSValuePair.h', |
1116 'css/CSSValuePool.cpp', | 1118 'css/CSSValuePool.cpp', |
1117 'css/CSSValuePool.h', | 1119 'css/CSSValuePool.h', |
1118 'css/CSSViewportRule.cpp', | 1120 'css/CSSViewportRule.cpp', |
1119 'css/CSSViewportRule.h', | 1121 'css/CSSViewportRule.h', |
1120 'css/DOMWindowCSS.cpp', | 1122 'css/DOMWindowCSS.cpp', |
1121 'css/DOMWindowCSS.h', | 1123 'css/DOMWindowCSS.h', |
1122 'css/DocumentFontFaceSet.cpp', | 1124 'css/DocumentFontFaceSet.cpp', |
1123 'css/DocumentFontFaceSet.h', | 1125 'css/DocumentFontFaceSet.h', |
1124 'css/ElementRuleCollector.cpp', | 1126 'css/ElementRuleCollector.cpp', |
1125 'css/ElementRuleCollector.h', | 1127 'css/ElementRuleCollector.h', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1158 'css/MediaQueryListEvent.h', | 1160 'css/MediaQueryListEvent.h', |
1159 'css/MediaQueryListListener.cpp', | 1161 'css/MediaQueryListListener.cpp', |
1160 'css/MediaQueryListListener.h', | 1162 'css/MediaQueryListListener.h', |
1161 'css/MediaQueryMatcher.cpp', | 1163 'css/MediaQueryMatcher.cpp', |
1162 'css/MediaQueryMatcher.h', | 1164 'css/MediaQueryMatcher.h', |
1163 'css/MediaValues.cpp', | 1165 'css/MediaValues.cpp', |
1164 'css/MediaValuesCached.cpp', | 1166 'css/MediaValuesCached.cpp', |
1165 'css/MediaValuesDynamic.cpp', | 1167 'css/MediaValuesDynamic.cpp', |
1166 'css/PageRuleCollector.cpp', | 1168 'css/PageRuleCollector.cpp', |
1167 'css/PageRuleCollector.h', | 1169 'css/PageRuleCollector.h', |
1168 'css/Pair.cpp', | |
1169 'css/Pair.h', | |
1170 'css/PropertySetCSSStyleDeclaration.cpp', | 1170 'css/PropertySetCSSStyleDeclaration.cpp', |
1171 'css/PropertySetCSSStyleDeclaration.h', | 1171 'css/PropertySetCSSStyleDeclaration.h', |
1172 'css/PseudoStyleRequest.h', | 1172 'css/PseudoStyleRequest.h', |
1173 'css/RemoteFontFaceSource.cpp', | 1173 'css/RemoteFontFaceSource.cpp', |
1174 'css/RemoteFontFaceSource.h', | 1174 'css/RemoteFontFaceSource.h', |
1175 'css/RuleFeature.cpp', | 1175 'css/RuleFeature.cpp', |
1176 'css/RuleFeature.h', | 1176 'css/RuleFeature.h', |
1177 'css/RuleSet.cpp', | 1177 'css/RuleSet.cpp', |
1178 'css/RuleSet.h', | 1178 'css/RuleSet.h', |
1179 'css/SelectorChecker.cpp', | 1179 'css/SelectorChecker.cpp', |
(...skipping 2672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3852 'style/OutlineValueTest.cpp', | 3852 'style/OutlineValueTest.cpp', |
3853 'style/SVGComputedStyleTest.cpp', | 3853 'style/SVGComputedStyleTest.cpp', |
3854 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3854 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3855 'testing/PrivateScriptTestTest.cpp', | 3855 'testing/PrivateScriptTestTest.cpp', |
3856 'timing/MemoryInfoTest.cpp', | 3856 'timing/MemoryInfoTest.cpp', |
3857 'workers/WorkerThreadTest.cpp', | 3857 'workers/WorkerThreadTest.cpp', |
3858 'xml/parser/SharedBufferReaderTest.cpp', | 3858 'xml/parser/SharedBufferReaderTest.cpp', |
3859 ], | 3859 ], |
3860 } | 3860 } |
3861 } | 3861 } |
OLD | NEW |