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 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1187 'css/CSSNamespaceRule.h', | 1187 'css/CSSNamespaceRule.h', |
1188 'css/CSSPaintImageGenerator.cpp', | 1188 'css/CSSPaintImageGenerator.cpp', |
1189 'css/CSSPaintImageGenerator.h', | 1189 'css/CSSPaintImageGenerator.h', |
1190 'css/CSSPaintValue.cpp', | 1190 'css/CSSPaintValue.cpp', |
1191 'css/CSSPaintValue.h', | 1191 'css/CSSPaintValue.h', |
1192 'css/CSSPageRule.cpp', | 1192 'css/CSSPageRule.cpp', |
1193 'css/CSSPageRule.h', | 1193 'css/CSSPageRule.h', |
1194 'css/CSSPathValue.cpp', | 1194 'css/CSSPathValue.cpp', |
1195 'css/CSSPathValue.h', | 1195 'css/CSSPathValue.h', |
1196 'css/CSSPrimitiveValue.cpp', | 1196 'css/CSSPrimitiveValue.cpp', |
| 1197 'css/CSSPrimitiveValue.h', |
1197 'css/CSSPrimitiveValueMappings.h', | 1198 'css/CSSPrimitiveValueMappings.h', |
| 1199 'css/CSSPrimitiveValueUnitTrie.h', |
1198 'css/CSSProperty.cpp', | 1200 'css/CSSProperty.cpp', |
1199 'css/CSSPropertySourceData.cpp', | 1201 'css/CSSPropertySourceData.cpp', |
1200 'css/CSSQuadValue.cpp', | 1202 'css/CSSQuadValue.cpp', |
1201 'css/CSSQuadValue.h', | 1203 'css/CSSQuadValue.h', |
1202 'css/CSSReflectValue.cpp', | 1204 'css/CSSReflectValue.cpp', |
1203 'css/CSSRule.cpp', | 1205 'css/CSSRule.cpp', |
1204 'css/CSSRule.h', | 1206 'css/CSSRule.h', |
1205 'css/CSSRuleList.cpp', | 1207 'css/CSSRuleList.cpp', |
1206 'css/CSSRuleList.h', | 1208 'css/CSSRuleList.h', |
1207 'css/CSSSVGDocumentValue.cpp', | 1209 'css/CSSSVGDocumentValue.cpp', |
(...skipping 2912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4120 'svg/SVGPathParserTest.cpp', | 4122 'svg/SVGPathParserTest.cpp', |
4121 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4123 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4122 'testing/PrivateScriptTestTest.cpp', | 4124 'testing/PrivateScriptTestTest.cpp', |
4123 'timing/MemoryInfoTest.cpp', | 4125 'timing/MemoryInfoTest.cpp', |
4124 'workers/WorkerThreadTest.cpp', | 4126 'workers/WorkerThreadTest.cpp', |
4125 'workers/WorkerThreadTestHelper.h', | 4127 'workers/WorkerThreadTestHelper.h', |
4126 'xml/parser/SharedBufferReaderTest.cpp', | 4128 'xml/parser/SharedBufferReaderTest.cpp', |
4127 ], | 4129 ], |
4128 } | 4130 } |
4129 } | 4131 } |
OLD | NEW |