| 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 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1190 'css/CSSNamespaceRule.cpp', | 1190 'css/CSSNamespaceRule.cpp', |
| 1191 'css/CSSNamespaceRule.h', | 1191 'css/CSSNamespaceRule.h', |
| 1192 'css/CSSPaintImageGenerator.cpp', | 1192 'css/CSSPaintImageGenerator.cpp', |
| 1193 'css/CSSPaintImageGenerator.h', | 1193 'css/CSSPaintImageGenerator.h', |
| 1194 'css/CSSPaintValue.cpp', | 1194 'css/CSSPaintValue.cpp', |
| 1195 'css/CSSPaintValue.h', | 1195 'css/CSSPaintValue.h', |
| 1196 'css/CSSPageRule.cpp', | 1196 'css/CSSPageRule.cpp', |
| 1197 'css/CSSPageRule.h', | 1197 'css/CSSPageRule.h', |
| 1198 'css/CSSPathValue.cpp', | 1198 'css/CSSPathValue.cpp', |
| 1199 'css/CSSPathValue.h', | 1199 'css/CSSPathValue.h', |
| 1200 'css/CSSPendingSubstitutionValue.cpp', |
| 1201 'css/CSSPendingSubstitutionValue.h', |
| 1200 'css/CSSPrimitiveValue.cpp', | 1202 'css/CSSPrimitiveValue.cpp', |
| 1201 'css/CSSPrimitiveValue.h', | 1203 'css/CSSPrimitiveValue.h', |
| 1202 'css/CSSPrimitiveValueMappings.h', | 1204 'css/CSSPrimitiveValueMappings.h', |
| 1203 'css/CSSProperty.cpp', | 1205 'css/CSSProperty.cpp', |
| 1204 'css/CSSPropertyEquality.cpp', | 1206 'css/CSSPropertyEquality.cpp', |
| 1205 'css/CSSPropertyEquality.h', | 1207 'css/CSSPropertyEquality.h', |
| 1206 'css/CSSPropertySourceData.cpp', | 1208 'css/CSSPropertySourceData.cpp', |
| 1207 'css/CSSQuadValue.cpp', | 1209 'css/CSSQuadValue.cpp', |
| 1208 'css/CSSQuadValue.h', | 1210 'css/CSSQuadValue.h', |
| 1209 'css/CSSReflectValue.cpp', | 1211 'css/CSSReflectValue.cpp', |
| (...skipping 2976 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4186 'testing/PrivateScriptTestTest.cpp', | 4188 'testing/PrivateScriptTestTest.cpp', |
| 4187 'timing/MemoryInfoTest.cpp', | 4189 'timing/MemoryInfoTest.cpp', |
| 4188 'timing/PerformanceBaseTest.cpp', | 4190 'timing/PerformanceBaseTest.cpp', |
| 4189 'timing/PerformanceObserverTest.cpp', | 4191 'timing/PerformanceObserverTest.cpp', |
| 4190 'workers/WorkerThreadTest.cpp', | 4192 'workers/WorkerThreadTest.cpp', |
| 4191 'workers/WorkerThreadTestHelper.h', | 4193 'workers/WorkerThreadTestHelper.h', |
| 4192 'xml/parser/SharedBufferReaderTest.cpp', | 4194 'xml/parser/SharedBufferReaderTest.cpp', |
| 4193 ], | 4195 ], |
| 4194 } | 4196 } |
| 4195 } | 4197 } |
| OLD | NEW |