| 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 4110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4121 'paint/TableCellPainterTest.cpp', | 4121 'paint/TableCellPainterTest.cpp', |
| 4122 'paint/TextPainterTest.cpp', | 4122 'paint/TextPainterTest.cpp', |
| 4123 'streams/ReadableStreamOperationsTest.cpp', | 4123 'streams/ReadableStreamOperationsTest.cpp', |
| 4124 'streams/ReadableStreamReaderTest.cpp', | 4124 'streams/ReadableStreamReaderTest.cpp', |
| 4125 'streams/ReadableStreamTest.cpp', | 4125 'streams/ReadableStreamTest.cpp', |
| 4126 'style/ComputedStyleTest.cpp', | 4126 'style/ComputedStyleTest.cpp', |
| 4127 'style/OutlineValueTest.cpp', | 4127 'style/OutlineValueTest.cpp', |
| 4128 'style/SVGComputedStyleTest.cpp', | 4128 'style/SVGComputedStyleTest.cpp', |
| 4129 'svg/SVGPathParserTest.cpp', | 4129 'svg/SVGPathParserTest.cpp', |
| 4130 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4130 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4131 'svg/graphics/SVGImageTest.cpp', |
| 4131 'testing/PrivateScriptTestTest.cpp', | 4132 'testing/PrivateScriptTestTest.cpp', |
| 4132 'timing/MemoryInfoTest.cpp', | 4133 'timing/MemoryInfoTest.cpp', |
| 4133 'timing/PerformanceBaseTest.cpp', | 4134 'timing/PerformanceBaseTest.cpp', |
| 4134 'timing/PerformanceObserverTest.cpp', | 4135 'timing/PerformanceObserverTest.cpp', |
| 4135 'workers/WorkerThreadTest.cpp', | 4136 'workers/WorkerThreadTest.cpp', |
| 4136 'workers/WorkerThreadTestHelper.h', | 4137 'workers/WorkerThreadTestHelper.h', |
| 4137 'xml/parser/SharedBufferReaderTest.cpp', | 4138 'xml/parser/SharedBufferReaderTest.cpp', |
| 4138 ], | 4139 ], |
| 4139 } | 4140 } |
| 4140 } | 4141 } |
| OLD | NEW |