| 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 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1163 'css/CSSKeyframesRule.cpp', | 1163 'css/CSSKeyframesRule.cpp', |
| 1164 'css/CSSKeyframesRule.h', | 1164 'css/CSSKeyframesRule.h', |
| 1165 'css/CSSMarkup.cpp', | 1165 'css/CSSMarkup.cpp', |
| 1166 'css/CSSMarkup.h', | 1166 'css/CSSMarkup.h', |
| 1167 'css/CSSMatrix.cpp', | 1167 'css/CSSMatrix.cpp', |
| 1168 'css/CSSMatrix.h', | 1168 'css/CSSMatrix.h', |
| 1169 'css/CSSMediaRule.cpp', | 1169 'css/CSSMediaRule.cpp', |
| 1170 'css/CSSMediaRule.h', | 1170 'css/CSSMediaRule.h', |
| 1171 'css/CSSNamespaceRule.cpp', | 1171 'css/CSSNamespaceRule.cpp', |
| 1172 'css/CSSNamespaceRule.h', | 1172 'css/CSSNamespaceRule.h', |
| 1173 'css/CSSPaintImageGenerator.cpp', |
| 1174 'css/CSSPaintImageGenerator.h', |
| 1173 'css/CSSPaintValue.cpp', | 1175 'css/CSSPaintValue.cpp', |
| 1174 'css/CSSPaintValue.h', | 1176 'css/CSSPaintValue.h', |
| 1175 'css/CSSPageRule.cpp', | 1177 'css/CSSPageRule.cpp', |
| 1176 'css/CSSPageRule.h', | 1178 'css/CSSPageRule.h', |
| 1177 'css/CSSPathValue.cpp', | 1179 'css/CSSPathValue.cpp', |
| 1178 'css/CSSPathValue.h', | 1180 'css/CSSPathValue.h', |
| 1179 'css/CSSPrimitiveValue.cpp', | 1181 'css/CSSPrimitiveValue.cpp', |
| 1180 'css/CSSPrimitiveValueMappings.h', | 1182 'css/CSSPrimitiveValueMappings.h', |
| 1181 'css/CSSProperty.cpp', | 1183 'css/CSSProperty.cpp', |
| 1182 'css/CSSPropertySourceData.cpp', | 1184 'css/CSSPropertySourceData.cpp', |
| (...skipping 2905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4088 'svg/SVGPathParserTest.cpp', | 4090 'svg/SVGPathParserTest.cpp', |
| 4089 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4091 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4090 'testing/PrivateScriptTestTest.cpp', | 4092 'testing/PrivateScriptTestTest.cpp', |
| 4091 'timing/MemoryInfoTest.cpp', | 4093 'timing/MemoryInfoTest.cpp', |
| 4092 'workers/WorkerThreadTest.cpp', | 4094 'workers/WorkerThreadTest.cpp', |
| 4093 'workers/WorkerThreadTestHelper.h', | 4095 'workers/WorkerThreadTestHelper.h', |
| 4094 'xml/parser/SharedBufferReaderTest.cpp', | 4096 'xml/parser/SharedBufferReaderTest.cpp', |
| 4095 ], | 4097 ], |
| 4096 } | 4098 } |
| 4097 } | 4099 } |
| OLD | NEW |