| 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 1249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1260 'css/StyleRuleImport.h', | 1260 'css/StyleRuleImport.h', |
| 1261 'css/StyleRuleKeyframe.cpp', | 1261 'css/StyleRuleKeyframe.cpp', |
| 1262 'css/StyleRuleKeyframe.h', | 1262 'css/StyleRuleKeyframe.h', |
| 1263 'css/StyleRuleNamespace.h', | 1263 'css/StyleRuleNamespace.h', |
| 1264 'css/StyleSheet.cpp', | 1264 'css/StyleSheet.cpp', |
| 1265 'css/StyleSheet.h', | 1265 'css/StyleSheet.h', |
| 1266 'css/StyleSheetContents.cpp', | 1266 'css/StyleSheetContents.cpp', |
| 1267 'css/StyleSheetContents.h', | 1267 'css/StyleSheetContents.h', |
| 1268 'css/StyleSheetList.cpp', | 1268 'css/StyleSheetList.cpp', |
| 1269 'css/StyleSheetList.h', | 1269 'css/StyleSheetList.h', |
| 1270 'css/cssom/CSSOMTypes.cpp', |
| 1271 'css/cssom/CSSOMTypes.h', |
| 1270 'css/cssom/ImmutableStylePropertyMap.h', | 1272 'css/cssom/ImmutableStylePropertyMap.h', |
| 1273 'css/cssom/InlineStylePropertyMap.cpp', |
| 1274 'css/cssom/InlineStylePropertyMap.h', |
| 1271 'css/cssom/StyleCalcLength.cpp', | 1275 'css/cssom/StyleCalcLength.cpp', |
| 1272 'css/cssom/StyleCalcLength.h', | 1276 'css/cssom/StyleCalcLength.h', |
| 1273 'css/cssom/KeywordValue.cpp', | 1277 'css/cssom/KeywordValue.cpp', |
| 1274 'css/cssom/KeywordValue.h', | 1278 'css/cssom/KeywordValue.h', |
| 1275 'css/cssom/LengthValue.cpp', | 1279 'css/cssom/LengthValue.cpp', |
| 1276 'css/cssom/LengthValue.h', | 1280 'css/cssom/LengthValue.h', |
| 1277 'css/cssom/MatrixTransformComponent.cpp', | 1281 'css/cssom/MatrixTransformComponent.cpp', |
| 1278 'css/cssom/MatrixTransformComponent.h', | 1282 'css/cssom/MatrixTransformComponent.h', |
| 1279 'css/cssom/MutableStylePropertyMap.h', | 1283 'css/cssom/MutableStylePropertyMap.h', |
| 1280 'css/cssom/NumberValue.h', | 1284 'css/cssom/NumberValue.h', |
| (...skipping 2738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4019 'style/SVGComputedStyleTest.cpp', | 4023 'style/SVGComputedStyleTest.cpp', |
| 4020 'svg/SVGPathParserTest.cpp', | 4024 'svg/SVGPathParserTest.cpp', |
| 4021 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4025 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4022 'testing/PrivateScriptTestTest.cpp', | 4026 'testing/PrivateScriptTestTest.cpp', |
| 4023 'timing/MemoryInfoTest.cpp', | 4027 'timing/MemoryInfoTest.cpp', |
| 4024 'workers/WorkerThreadTest.cpp', | 4028 'workers/WorkerThreadTest.cpp', |
| 4025 'xml/parser/SharedBufferReaderTest.cpp', | 4029 'xml/parser/SharedBufferReaderTest.cpp', |
| 4026 ], | 4030 ], |
| 4027 } | 4031 } |
| 4028 } | 4032 } |
| OLD | NEW |