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 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1073 'css/CSSMediaRule.cpp', | 1073 'css/CSSMediaRule.cpp', |
1074 'css/CSSMediaRule.h', | 1074 'css/CSSMediaRule.h', |
1075 'css/CSSPageRule.cpp', | 1075 'css/CSSPageRule.cpp', |
1076 'css/CSSPageRule.h', | 1076 'css/CSSPageRule.h', |
1077 'css/CSSPathValue.cpp', | 1077 'css/CSSPathValue.cpp', |
1078 'css/CSSPathValue.h', | 1078 'css/CSSPathValue.h', |
1079 'css/CSSPrimitiveValue.cpp', | 1079 'css/CSSPrimitiveValue.cpp', |
1080 'css/CSSPrimitiveValueMappings.h', | 1080 'css/CSSPrimitiveValueMappings.h', |
1081 'css/CSSProperty.cpp', | 1081 'css/CSSProperty.cpp', |
1082 'css/CSSPropertySourceData.cpp', | 1082 'css/CSSPropertySourceData.cpp', |
| 1083 'css/CSSQuadValue.cpp', |
| 1084 'css/CSSQuadValue.h', |
1083 'css/CSSReflectValue.cpp', | 1085 'css/CSSReflectValue.cpp', |
1084 'css/CSSRule.cpp', | 1086 'css/CSSRule.cpp', |
1085 'css/CSSRule.h', | 1087 'css/CSSRule.h', |
1086 'css/CSSRuleList.cpp', | 1088 'css/CSSRuleList.cpp', |
1087 'css/CSSRuleList.h', | 1089 'css/CSSRuleList.h', |
1088 'css/CSSSVGDocumentValue.cpp', | 1090 'css/CSSSVGDocumentValue.cpp', |
1089 'css/CSSSVGDocumentValue.h', | 1091 'css/CSSSVGDocumentValue.h', |
1090 'css/CSSSegmentedFontFace.cpp', | 1092 'css/CSSSegmentedFontFace.cpp', |
1091 'css/CSSSegmentedFontFace.h', | 1093 'css/CSSSegmentedFontFace.h', |
1092 'css/CSSSelector.cpp', | 1094 'css/CSSSelector.cpp', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1161 'css/MediaValues.cpp', | 1163 'css/MediaValues.cpp', |
1162 'css/MediaValuesCached.cpp', | 1164 'css/MediaValuesCached.cpp', |
1163 'css/MediaValuesDynamic.cpp', | 1165 'css/MediaValuesDynamic.cpp', |
1164 'css/PageRuleCollector.cpp', | 1166 'css/PageRuleCollector.cpp', |
1165 'css/PageRuleCollector.h', | 1167 'css/PageRuleCollector.h', |
1166 'css/Pair.cpp', | 1168 'css/Pair.cpp', |
1167 'css/Pair.h', | 1169 'css/Pair.h', |
1168 'css/PropertySetCSSStyleDeclaration.cpp', | 1170 'css/PropertySetCSSStyleDeclaration.cpp', |
1169 'css/PropertySetCSSStyleDeclaration.h', | 1171 'css/PropertySetCSSStyleDeclaration.h', |
1170 'css/PseudoStyleRequest.h', | 1172 'css/PseudoStyleRequest.h', |
1171 'css/Rect.cpp', | |
1172 'css/Rect.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', |
1180 'css/SelectorChecker.h', | 1180 'css/SelectorChecker.h', |
1181 'css/SelectorFilter.cpp', | 1181 'css/SelectorFilter.cpp', |
1182 'css/SelectorFilter.h', | 1182 'css/SelectorFilter.h', |
(...skipping 2673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3856 'style/OutlineValueTest.cpp', | 3856 'style/OutlineValueTest.cpp', |
3857 'style/SVGComputedStyleTest.cpp', | 3857 'style/SVGComputedStyleTest.cpp', |
3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3859 'testing/PrivateScriptTestTest.cpp', | 3859 'testing/PrivateScriptTestTest.cpp', |
3860 'timing/MemoryInfoTest.cpp', | 3860 'timing/MemoryInfoTest.cpp', |
3861 'workers/WorkerThreadTest.cpp', | 3861 'workers/WorkerThreadTest.cpp', |
3862 'xml/parser/SharedBufferReaderTest.cpp', | 3862 'xml/parser/SharedBufferReaderTest.cpp', |
3863 ], | 3863 ], |
3864 } | 3864 } |
3865 } | 3865 } |
OLD | NEW |