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 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1166 'css/CSSKeyframesRule.cpp', | 1166 'css/CSSKeyframesRule.cpp', |
1167 'css/CSSKeyframesRule.h', | 1167 'css/CSSKeyframesRule.h', |
1168 'css/CSSMarkup.cpp', | 1168 'css/CSSMarkup.cpp', |
1169 'css/CSSMarkup.h', | 1169 'css/CSSMarkup.h', |
1170 'css/CSSMatrix.cpp', | 1170 'css/CSSMatrix.cpp', |
1171 'css/CSSMatrix.h', | 1171 'css/CSSMatrix.h', |
1172 'css/CSSMediaRule.cpp', | 1172 'css/CSSMediaRule.cpp', |
1173 'css/CSSMediaRule.h', | 1173 'css/CSSMediaRule.h', |
1174 'css/CSSNamespaceRule.cpp', | 1174 'css/CSSNamespaceRule.cpp', |
1175 'css/CSSNamespaceRule.h', | 1175 'css/CSSNamespaceRule.h', |
| 1176 'css/CSSPaintImageGenerator.cpp', |
| 1177 'css/CSSPaintImageGenerator.h', |
1176 'css/CSSPaintValue.cpp', | 1178 'css/CSSPaintValue.cpp', |
1177 'css/CSSPaintValue.h', | 1179 'css/CSSPaintValue.h', |
1178 'css/CSSPageRule.cpp', | 1180 'css/CSSPageRule.cpp', |
1179 'css/CSSPageRule.h', | 1181 'css/CSSPageRule.h', |
1180 'css/CSSPathValue.cpp', | 1182 'css/CSSPathValue.cpp', |
1181 'css/CSSPathValue.h', | 1183 'css/CSSPathValue.h', |
1182 'css/CSSPrimitiveValue.cpp', | 1184 'css/CSSPrimitiveValue.cpp', |
1183 'css/CSSPrimitiveValueMappings.h', | 1185 'css/CSSPrimitiveValueMappings.h', |
1184 'css/CSSProperty.cpp', | 1186 'css/CSSProperty.cpp', |
1185 'css/CSSPropertySourceData.cpp', | 1187 'css/CSSPropertySourceData.cpp', |
(...skipping 2895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4081 'svg/SVGPathParserTest.cpp', | 4083 'svg/SVGPathParserTest.cpp', |
4082 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4084 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4083 'testing/PrivateScriptTestTest.cpp', | 4085 'testing/PrivateScriptTestTest.cpp', |
4084 'timing/MemoryInfoTest.cpp', | 4086 'timing/MemoryInfoTest.cpp', |
4085 'workers/WorkerThreadTest.cpp', | 4087 'workers/WorkerThreadTest.cpp', |
4086 'workers/WorkerThreadTestHelper.h', | 4088 'workers/WorkerThreadTestHelper.h', |
4087 'xml/parser/SharedBufferReaderTest.cpp', | 4089 'xml/parser/SharedBufferReaderTest.cpp', |
4088 ], | 4090 ], |
4089 } | 4091 } |
4090 } | 4092 } |
OLD | NEW |