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