| 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 1174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1185 'css/CSSNamespaceRule.h', | 1185 'css/CSSNamespaceRule.h', |
| 1186 'css/CSSPaintImageGenerator.cpp', | 1186 'css/CSSPaintImageGenerator.cpp', |
| 1187 'css/CSSPaintImageGenerator.h', | 1187 'css/CSSPaintImageGenerator.h', |
| 1188 'css/CSSPaintValue.cpp', | 1188 'css/CSSPaintValue.cpp', |
| 1189 'css/CSSPaintValue.h', | 1189 'css/CSSPaintValue.h', |
| 1190 'css/CSSPageRule.cpp', | 1190 'css/CSSPageRule.cpp', |
| 1191 'css/CSSPageRule.h', | 1191 'css/CSSPageRule.h', |
| 1192 'css/CSSPathValue.cpp', | 1192 'css/CSSPathValue.cpp', |
| 1193 'css/CSSPathValue.h', | 1193 'css/CSSPathValue.h', |
| 1194 'css/CSSPrimitiveValue.cpp', | 1194 'css/CSSPrimitiveValue.cpp', |
| 1195 'css/CSSPrimitiveValue.h', |
| 1195 'css/CSSPrimitiveValueMappings.h', | 1196 'css/CSSPrimitiveValueMappings.h', |
| 1197 'css/CSSPrimitiveValueUnitTrie.h', |
| 1196 'css/CSSProperty.cpp', | 1198 'css/CSSProperty.cpp', |
| 1197 'css/CSSPropertySourceData.cpp', | 1199 'css/CSSPropertySourceData.cpp', |
| 1198 'css/CSSQuadValue.cpp', | 1200 'css/CSSQuadValue.cpp', |
| 1199 'css/CSSQuadValue.h', | 1201 'css/CSSQuadValue.h', |
| 1200 'css/CSSReflectValue.cpp', | 1202 'css/CSSReflectValue.cpp', |
| 1201 'css/CSSRule.cpp', | 1203 'css/CSSRule.cpp', |
| 1202 'css/CSSRule.h', | 1204 'css/CSSRule.h', |
| 1203 'css/CSSRuleList.cpp', | 1205 'css/CSSRuleList.cpp', |
| 1204 'css/CSSRuleList.h', | 1206 'css/CSSRuleList.h', |
| 1205 'css/CSSSVGDocumentValue.cpp', | 1207 'css/CSSSVGDocumentValue.cpp', |
| (...skipping 2903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4109 'svg/SVGPathParserTest.cpp', | 4111 'svg/SVGPathParserTest.cpp', |
| 4110 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4112 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4111 'testing/PrivateScriptTestTest.cpp', | 4113 'testing/PrivateScriptTestTest.cpp', |
| 4112 'timing/MemoryInfoTest.cpp', | 4114 'timing/MemoryInfoTest.cpp', |
| 4113 'workers/WorkerThreadTest.cpp', | 4115 'workers/WorkerThreadTest.cpp', |
| 4114 'workers/WorkerThreadTestHelper.h', | 4116 'workers/WorkerThreadTestHelper.h', |
| 4115 'xml/parser/SharedBufferReaderTest.cpp', | 4117 'xml/parser/SharedBufferReaderTest.cpp', |
| 4116 ], | 4118 ], |
| 4117 } | 4119 } |
| 4118 } | 4120 } |
| OLD | NEW |