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