| 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 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1164 'css/CSSKeyframesRule.cpp', | 1164 'css/CSSKeyframesRule.cpp', |
| 1165 'css/CSSKeyframesRule.h', | 1165 'css/CSSKeyframesRule.h', |
| 1166 'css/CSSMarkup.cpp', | 1166 'css/CSSMarkup.cpp', |
| 1167 'css/CSSMarkup.h', | 1167 'css/CSSMarkup.h', |
| 1168 'css/CSSMatrix.cpp', | 1168 'css/CSSMatrix.cpp', |
| 1169 'css/CSSMatrix.h', | 1169 'css/CSSMatrix.h', |
| 1170 'css/CSSMediaRule.cpp', | 1170 'css/CSSMediaRule.cpp', |
| 1171 'css/CSSMediaRule.h', | 1171 'css/CSSMediaRule.h', |
| 1172 'css/CSSNamespaceRule.cpp', | 1172 'css/CSSNamespaceRule.cpp', |
| 1173 'css/CSSNamespaceRule.h', | 1173 'css/CSSNamespaceRule.h', |
| 1174 'css/CSSPaintImageGenerator.cpp', |
| 1175 'css/CSSPaintImageGenerator.h', |
| 1174 'css/CSSPaintValue.cpp', | 1176 'css/CSSPaintValue.cpp', |
| 1175 'css/CSSPaintValue.h', | 1177 'css/CSSPaintValue.h', |
| 1176 'css/CSSPageRule.cpp', | 1178 'css/CSSPageRule.cpp', |
| 1177 'css/CSSPageRule.h', | 1179 'css/CSSPageRule.h', |
| 1178 'css/CSSPathValue.cpp', | 1180 'css/CSSPathValue.cpp', |
| 1179 'css/CSSPathValue.h', | 1181 'css/CSSPathValue.h', |
| 1180 'css/CSSPrimitiveValue.cpp', | 1182 'css/CSSPrimitiveValue.cpp', |
| 1181 'css/CSSPrimitiveValueMappings.h', | 1183 'css/CSSPrimitiveValueMappings.h', |
| 1182 'css/CSSProperty.cpp', | 1184 'css/CSSProperty.cpp', |
| 1183 'css/CSSPropertySourceData.cpp', | 1185 'css/CSSPropertySourceData.cpp', |
| (...skipping 2908 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 |