| 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 1295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1306 'css/StyleRuleNamespace.h', | 1306 'css/StyleRuleNamespace.h', |
| 1307 'css/StyleSheet.cpp', | 1307 'css/StyleSheet.cpp', |
| 1308 'css/StyleSheet.h', | 1308 'css/StyleSheet.h', |
| 1309 'css/StyleSheetContents.cpp', | 1309 'css/StyleSheetContents.cpp', |
| 1310 'css/StyleSheetContents.h', | 1310 'css/StyleSheetContents.h', |
| 1311 'css/StyleSheetList.cpp', | 1311 'css/StyleSheetList.cpp', |
| 1312 'css/StyleSheetList.h', | 1312 'css/StyleSheetList.h', |
| 1313 'css/cssom/CSSOMKeywords.h', | 1313 'css/cssom/CSSOMKeywords.h', |
| 1314 'css/cssom/CSSOMTypes.h', | 1314 'css/cssom/CSSOMTypes.h', |
| 1315 'css/cssom/ImmutableStylePropertyMap.h', | 1315 'css/cssom/ImmutableStylePropertyMap.h', |
| 1316 'css/cssom/InlineStylePropertyMap.cpp', |
| 1317 'css/cssom/InlineStylePropertyMap.h', |
| 1316 'css/cssom/StyleCalcLength.cpp', | 1318 'css/cssom/StyleCalcLength.cpp', |
| 1317 'css/cssom/StyleCalcLength.h', | 1319 'css/cssom/StyleCalcLength.h', |
| 1318 'css/cssom/KeywordValue.cpp', | 1320 'css/cssom/KeywordValue.cpp', |
| 1319 'css/cssom/KeywordValue.h', | 1321 'css/cssom/KeywordValue.h', |
| 1320 'css/cssom/LengthValue.cpp', | 1322 'css/cssom/LengthValue.cpp', |
| 1321 'css/cssom/LengthValue.h', | 1323 'css/cssom/LengthValue.h', |
| 1322 'css/cssom/MatrixTransformComponent.cpp', | 1324 'css/cssom/MatrixTransformComponent.cpp', |
| 1323 'css/cssom/MatrixTransformComponent.h', | 1325 'css/cssom/MatrixTransformComponent.h', |
| 1324 'css/cssom/MutableStylePropertyMap.h', | 1326 'css/cssom/MutableStylePropertyMap.h', |
| 1325 'css/cssom/NumberValue.h', | 1327 'css/cssom/NumberValue.h', |
| (...skipping 2766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4092 'svg/SVGPathParserTest.cpp', | 4094 'svg/SVGPathParserTest.cpp', |
| 4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4095 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4094 'testing/PrivateScriptTestTest.cpp', | 4096 'testing/PrivateScriptTestTest.cpp', |
| 4095 'timing/MemoryInfoTest.cpp', | 4097 'timing/MemoryInfoTest.cpp', |
| 4096 'workers/WorkerThreadTest.cpp', | 4098 'workers/WorkerThreadTest.cpp', |
| 4097 'workers/WorkerThreadTestHelper.h', | 4099 'workers/WorkerThreadTestHelper.h', |
| 4098 'xml/parser/SharedBufferReaderTest.cpp', | 4100 'xml/parser/SharedBufferReaderTest.cpp', |
| 4099 ], | 4101 ], |
| 4100 } | 4102 } |
| 4101 } | 4103 } |
| OLD | NEW |