| 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 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1302 'css/StyleRuleNamespace.h', | 1302 'css/StyleRuleNamespace.h', |
| 1303 'css/StyleSheet.cpp', | 1303 'css/StyleSheet.cpp', |
| 1304 'css/StyleSheet.h', | 1304 'css/StyleSheet.h', |
| 1305 'css/StyleSheetContents.cpp', | 1305 'css/StyleSheetContents.cpp', |
| 1306 'css/StyleSheetContents.h', | 1306 'css/StyleSheetContents.h', |
| 1307 'css/StyleSheetList.cpp', | 1307 'css/StyleSheetList.cpp', |
| 1308 'css/StyleSheetList.h', | 1308 'css/StyleSheetList.h', |
| 1309 'css/cssom/CSSOMKeywords.h', | 1309 'css/cssom/CSSOMKeywords.h', |
| 1310 'css/cssom/CSSOMTypes.h', | 1310 'css/cssom/CSSOMTypes.h', |
| 1311 'css/cssom/ImmutableStylePropertyMap.h', | 1311 'css/cssom/ImmutableStylePropertyMap.h', |
| 1312 'css/cssom/InlineStylePropertyMap.cpp', |
| 1313 'css/cssom/InlineStylePropertyMap.h', |
| 1312 'css/cssom/StyleCalcLength.cpp', | 1314 'css/cssom/StyleCalcLength.cpp', |
| 1313 'css/cssom/StyleCalcLength.h', | 1315 'css/cssom/StyleCalcLength.h', |
| 1314 'css/cssom/KeywordValue.cpp', | 1316 'css/cssom/KeywordValue.cpp', |
| 1315 'css/cssom/KeywordValue.h', | 1317 'css/cssom/KeywordValue.h', |
| 1316 'css/cssom/LengthValue.cpp', | 1318 'css/cssom/LengthValue.cpp', |
| 1317 'css/cssom/LengthValue.h', | 1319 'css/cssom/LengthValue.h', |
| 1318 'css/cssom/MatrixTransformComponent.cpp', | 1320 'css/cssom/MatrixTransformComponent.cpp', |
| 1319 'css/cssom/MatrixTransformComponent.h', | 1321 'css/cssom/MatrixTransformComponent.h', |
| 1320 'css/cssom/MutableStylePropertyMap.h', | 1322 'css/cssom/MutableStylePropertyMap.h', |
| 1321 'css/cssom/NumberValue.h', | 1323 'css/cssom/NumberValue.h', |
| (...skipping 2759 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 |