| 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 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1256 'css/StyleRuleKeyframe.cpp', | 1256 'css/StyleRuleKeyframe.cpp', |
| 1257 'css/StyleRuleKeyframe.h', | 1257 'css/StyleRuleKeyframe.h', |
| 1258 'css/StyleRuleNamespace.h', | 1258 'css/StyleRuleNamespace.h', |
| 1259 'css/StyleSheet.cpp', | 1259 'css/StyleSheet.cpp', |
| 1260 'css/StyleSheet.h', | 1260 'css/StyleSheet.h', |
| 1261 'css/StyleSheetContents.cpp', | 1261 'css/StyleSheetContents.cpp', |
| 1262 'css/StyleSheetContents.h', | 1262 'css/StyleSheetContents.h', |
| 1263 'css/StyleSheetList.cpp', | 1263 'css/StyleSheetList.cpp', |
| 1264 'css/StyleSheetList.h', | 1264 'css/StyleSheetList.h', |
| 1265 'css/cssom/ImmutableStylePropertyMap.h', | 1265 'css/cssom/ImmutableStylePropertyMap.h', |
| 1266 'css/cssom/InlineStylePropertyMap.cpp', |
| 1267 'css/cssom/InlineStylePropertyMap.h', |
| 1266 'css/cssom/StyleCalcLength.cpp', | 1268 'css/cssom/StyleCalcLength.cpp', |
| 1267 'css/cssom/StyleCalcLength.h', | 1269 'css/cssom/StyleCalcLength.h', |
| 1268 'css/cssom/KeywordValue.cpp', | 1270 'css/cssom/KeywordValue.cpp', |
| 1269 'css/cssom/KeywordValue.h', | 1271 'css/cssom/KeywordValue.h', |
| 1270 'css/cssom/LengthValue.cpp', | 1272 'css/cssom/LengthValue.cpp', |
| 1271 'css/cssom/LengthValue.h', | 1273 'css/cssom/LengthValue.h', |
| 1272 'css/cssom/MatrixTransformComponent.cpp', | 1274 'css/cssom/MatrixTransformComponent.cpp', |
| 1273 'css/cssom/MatrixTransformComponent.h', | 1275 'css/cssom/MatrixTransformComponent.h', |
| 1274 'css/cssom/MutableStylePropertyMap.h', | 1276 'css/cssom/MutableStylePropertyMap.h', |
| 1275 'css/cssom/NumberValue.h', | 1277 'css/cssom/NumberValue.h', |
| (...skipping 2782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4058 'style/SVGComputedStyleTest.cpp', | 4060 'style/SVGComputedStyleTest.cpp', |
| 4059 'svg/SVGPathParserTest.cpp', | 4061 'svg/SVGPathParserTest.cpp', |
| 4060 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4062 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4061 'testing/PrivateScriptTestTest.cpp', | 4063 'testing/PrivateScriptTestTest.cpp', |
| 4062 'timing/MemoryInfoTest.cpp', | 4064 'timing/MemoryInfoTest.cpp', |
| 4063 'workers/WorkerThreadTest.cpp', | 4065 'workers/WorkerThreadTest.cpp', |
| 4064 'xml/parser/SharedBufferReaderTest.cpp', | 4066 'xml/parser/SharedBufferReaderTest.cpp', |
| 4065 ], | 4067 ], |
| 4066 } | 4068 } |
| 4067 } | 4069 } |
| OLD | NEW |