| 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 4202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4213 'page/scrolling/ScrollStateTest.cpp', | 4213 'page/scrolling/ScrollStateTest.cpp', |
| 4214 'page/scrolling/SnapCoordinatorTest.cpp', | 4214 'page/scrolling/SnapCoordinatorTest.cpp', |
| 4215 'paint/HTMLCanvasPainterTest.cpp', | 4215 'paint/HTMLCanvasPainterTest.cpp', |
| 4216 'paint/LayerClipRecorderTest.cpp', | 4216 'paint/LayerClipRecorderTest.cpp', |
| 4217 'paint/LayoutObjectDrawingRecorderTest.cpp', | 4217 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 4218 'paint/NinePieceImageGridTest.cpp', | 4218 'paint/NinePieceImageGridTest.cpp', |
| 4219 'paint/PaintControllerPaintTest.cpp', | 4219 'paint/PaintControllerPaintTest.cpp', |
| 4220 'paint/PaintControllerPaintTest.h', | 4220 'paint/PaintControllerPaintTest.h', |
| 4221 'paint/PaintInfoTest.cpp', | 4221 'paint/PaintInfoTest.cpp', |
| 4222 'paint/PaintLayerPainterTest.cpp', | 4222 'paint/PaintLayerPainterTest.cpp', |
| 4223 'paint/PaintLayerScrollableAreaTest.cpp', |
| 4223 'paint/PaintPropertyTreeBuilderTest.cpp', | 4224 'paint/PaintPropertyTreeBuilderTest.cpp', |
| 4224 'paint/StubChromeClientForSPv2.h', | 4225 'paint/StubChromeClientForSPv2.h', |
| 4225 'paint/SVGInlineTextBoxPainterTest.cpp', | 4226 'paint/SVGInlineTextBoxPainterTest.cpp', |
| 4226 'paint/TableCellPainterTest.cpp', | 4227 'paint/TableCellPainterTest.cpp', |
| 4227 'paint/TextPainterTest.cpp', | 4228 'paint/TextPainterTest.cpp', |
| 4228 'paint/VideoPainterTest.cpp', | 4229 'paint/VideoPainterTest.cpp', |
| 4229 'streams/ReadableStreamOperationsTest.cpp', | 4230 'streams/ReadableStreamOperationsTest.cpp', |
| 4230 'streams/ReadableStreamReaderTest.cpp', | 4231 'streams/ReadableStreamReaderTest.cpp', |
| 4231 'streams/ReadableStreamTest.cpp', | 4232 'streams/ReadableStreamTest.cpp', |
| 4232 'style/ComputedStyleTest.cpp', | 4233 'style/ComputedStyleTest.cpp', |
| 4233 'style/OutlineValueTest.cpp', | 4234 'style/OutlineValueTest.cpp', |
| 4234 'style/SVGComputedStyleTest.cpp', | 4235 'style/SVGComputedStyleTest.cpp', |
| 4235 'svg/SVGPathParserTest.cpp', | 4236 'svg/SVGPathParserTest.cpp', |
| 4236 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4237 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4237 'svg/graphics/SVGImageTest.cpp', | 4238 'svg/graphics/SVGImageTest.cpp', |
| 4238 'testing/PrivateScriptTestTest.cpp', | 4239 'testing/PrivateScriptTestTest.cpp', |
| 4239 'timing/MemoryInfoTest.cpp', | 4240 'timing/MemoryInfoTest.cpp', |
| 4240 'timing/PerformanceBaseTest.cpp', | 4241 'timing/PerformanceBaseTest.cpp', |
| 4241 'timing/PerformanceObserverTest.cpp', | 4242 'timing/PerformanceObserverTest.cpp', |
| 4242 'workers/WorkerThreadTest.cpp', | 4243 'workers/WorkerThreadTest.cpp', |
| 4243 'workers/WorkerThreadTestHelper.h', | 4244 'workers/WorkerThreadTestHelper.h', |
| 4244 'xml/parser/SharedBufferReaderTest.cpp', | 4245 'xml/parser/SharedBufferReaderTest.cpp', |
| 4245 ], | 4246 ], |
| 4246 } | 4247 } |
| 4247 } | 4248 } |
| OLD | NEW |