| 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/AnimationEffectReadOnly.idl', | 9 'animation/AnimationEffectReadOnly.idl', |
| 10 'animation/AnimationEffectTiming.idl', | 10 'animation/AnimationEffectTiming.idl', |
| (...skipping 4256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4267 'style/ComputedStyleTest.cpp', | 4267 'style/ComputedStyleTest.cpp', |
| 4268 'style/OutlineValueTest.cpp', | 4268 'style/OutlineValueTest.cpp', |
| 4269 'style/SVGComputedStyleTest.cpp', | 4269 'style/SVGComputedStyleTest.cpp', |
| 4270 'svg/SVGPathParserTest.cpp', | 4270 'svg/SVGPathParserTest.cpp', |
| 4271 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4271 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4272 'svg/graphics/SVGImageTest.cpp', | 4272 'svg/graphics/SVGImageTest.cpp', |
| 4273 'testing/PrivateScriptTestTest.cpp', | 4273 'testing/PrivateScriptTestTest.cpp', |
| 4274 'timing/MemoryInfoTest.cpp', | 4274 'timing/MemoryInfoTest.cpp', |
| 4275 'timing/PerformanceBaseTest.cpp', | 4275 'timing/PerformanceBaseTest.cpp', |
| 4276 'timing/PerformanceObserverTest.cpp', | 4276 'timing/PerformanceObserverTest.cpp', |
| 4277 'workers/DedicatedWorkerTest.cpp', |
| 4277 'workers/WorkerThreadTest.cpp', | 4278 'workers/WorkerThreadTest.cpp', |
| 4278 'workers/WorkerThreadTestHelper.h', | 4279 'workers/WorkerThreadTestHelper.h', |
| 4279 'xml/parser/SharedBufferReaderTest.cpp', | 4280 'xml/parser/SharedBufferReaderTest.cpp', |
| 4280 ], | 4281 ], |
| 4281 } | 4282 } |
| 4282 } | 4283 } |
| OLD | NEW |