| 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 4170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4181 'paint/HTMLCanvasPainterTest.cpp', | 4181 'paint/HTMLCanvasPainterTest.cpp', |
| 4182 'paint/LayerClipRecorderTest.cpp', | 4182 'paint/LayerClipRecorderTest.cpp', |
| 4183 'paint/LayoutObjectDrawingRecorderTest.cpp', | 4183 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 4184 'paint/NinePieceImageGridTest.cpp', | 4184 'paint/NinePieceImageGridTest.cpp', |
| 4185 'paint/PaintControllerPaintTest.cpp', | 4185 'paint/PaintControllerPaintTest.cpp', |
| 4186 'paint/PaintControllerPaintTest.h', | 4186 'paint/PaintControllerPaintTest.h', |
| 4187 'paint/PaintInfoTest.cpp', | 4187 'paint/PaintInfoTest.cpp', |
| 4188 'paint/PaintLayerPainterTest.cpp', | 4188 'paint/PaintLayerPainterTest.cpp', |
| 4189 'paint/PaintPropertyTreeBuilderTest.cpp', | 4189 'paint/PaintPropertyTreeBuilderTest.cpp', |
| 4190 'paint/StubChromeClientForSPv2.h', | 4190 'paint/StubChromeClientForSPv2.h', |
| 4191 'paint/SVGInlineTextBoxPainterTest.cpp', | |
| 4192 'paint/TableCellPainterTest.cpp', | 4191 'paint/TableCellPainterTest.cpp', |
| 4193 'paint/TextPainterTest.cpp', | 4192 'paint/TextPainterTest.cpp', |
| 4194 'paint/VideoPainterTest.cpp', | 4193 'paint/VideoPainterTest.cpp', |
| 4195 'streams/ReadableStreamOperationsTest.cpp', | 4194 'streams/ReadableStreamOperationsTest.cpp', |
| 4196 'streams/ReadableStreamReaderTest.cpp', | 4195 'streams/ReadableStreamReaderTest.cpp', |
| 4197 'streams/ReadableStreamTest.cpp', | 4196 'streams/ReadableStreamTest.cpp', |
| 4198 'style/ComputedStyleTest.cpp', | 4197 'style/ComputedStyleTest.cpp', |
| 4199 'style/OutlineValueTest.cpp', | 4198 'style/OutlineValueTest.cpp', |
| 4200 'style/SVGComputedStyleTest.cpp', | 4199 'style/SVGComputedStyleTest.cpp', |
| 4201 'svg/SVGPathParserTest.cpp', | 4200 'svg/SVGPathParserTest.cpp', |
| 4202 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4201 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4203 'svg/graphics/SVGImageTest.cpp', | 4202 'svg/graphics/SVGImageTest.cpp', |
| 4204 'testing/PrivateScriptTestTest.cpp', | 4203 'testing/PrivateScriptTestTest.cpp', |
| 4205 'timing/MemoryInfoTest.cpp', | 4204 'timing/MemoryInfoTest.cpp', |
| 4206 'timing/PerformanceBaseTest.cpp', | 4205 'timing/PerformanceBaseTest.cpp', |
| 4207 'timing/PerformanceObserverTest.cpp', | 4206 'timing/PerformanceObserverTest.cpp', |
| 4208 'workers/WorkerThreadTest.cpp', | 4207 'workers/WorkerThreadTest.cpp', |
| 4209 'workers/WorkerThreadTestHelper.h', | 4208 'workers/WorkerThreadTestHelper.h', |
| 4210 'xml/parser/SharedBufferReaderTest.cpp', | 4209 'xml/parser/SharedBufferReaderTest.cpp', |
| 4211 ], | 4210 ], |
| 4212 } | 4211 } |
| 4213 } | 4212 } |
| OLD | NEW |