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