| 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 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1156 'css/CSSKeyframesRule.cpp', | 1156 'css/CSSKeyframesRule.cpp', |
| 1157 'css/CSSKeyframesRule.h', | 1157 'css/CSSKeyframesRule.h', |
| 1158 'css/CSSMarkup.cpp', | 1158 'css/CSSMarkup.cpp', |
| 1159 'css/CSSMarkup.h', | 1159 'css/CSSMarkup.h', |
| 1160 'css/CSSMatrix.cpp', | 1160 'css/CSSMatrix.cpp', |
| 1161 'css/CSSMatrix.h', | 1161 'css/CSSMatrix.h', |
| 1162 'css/CSSMediaRule.cpp', | 1162 'css/CSSMediaRule.cpp', |
| 1163 'css/CSSMediaRule.h', | 1163 'css/CSSMediaRule.h', |
| 1164 'css/CSSNamespaceRule.cpp', | 1164 'css/CSSNamespaceRule.cpp', |
| 1165 'css/CSSNamespaceRule.h', | 1165 'css/CSSNamespaceRule.h', |
| 1166 'css/CSSPaintValue.cpp', |
| 1167 'css/CSSPaintValue.h', |
| 1166 'css/CSSPageRule.cpp', | 1168 'css/CSSPageRule.cpp', |
| 1167 'css/CSSPageRule.h', | 1169 'css/CSSPageRule.h', |
| 1168 'css/CSSPathValue.cpp', | 1170 'css/CSSPathValue.cpp', |
| 1169 'css/CSSPathValue.h', | 1171 'css/CSSPathValue.h', |
| 1170 'css/CSSPrimitiveValue.cpp', | 1172 'css/CSSPrimitiveValue.cpp', |
| 1171 'css/CSSPrimitiveValueMappings.h', | 1173 'css/CSSPrimitiveValueMappings.h', |
| 1172 'css/CSSProperty.cpp', | 1174 'css/CSSProperty.cpp', |
| 1173 'css/CSSPropertySourceData.cpp', | 1175 'css/CSSPropertySourceData.cpp', |
| 1174 'css/CSSQuadValue.cpp', | 1176 'css/CSSQuadValue.cpp', |
| 1175 'css/CSSQuadValue.h', | 1177 'css/CSSQuadValue.h', |
| (...skipping 2887 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4063 'style/SVGComputedStyleTest.cpp', | 4065 'style/SVGComputedStyleTest.cpp', |
| 4064 'svg/SVGPathParserTest.cpp', | 4066 'svg/SVGPathParserTest.cpp', |
| 4065 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4067 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4066 'testing/PrivateScriptTestTest.cpp', | 4068 'testing/PrivateScriptTestTest.cpp', |
| 4067 'timing/MemoryInfoTest.cpp', | 4069 'timing/MemoryInfoTest.cpp', |
| 4068 'workers/WorkerThreadTest.cpp', | 4070 'workers/WorkerThreadTest.cpp', |
| 4069 'xml/parser/SharedBufferReaderTest.cpp', | 4071 'xml/parser/SharedBufferReaderTest.cpp', |
| 4070 ], | 4072 ], |
| 4071 } | 4073 } |
| 4072 } | 4074 } |
| OLD | NEW |