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 4033 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4044 'page/PrintContextTest.cpp', | 4044 'page/PrintContextTest.cpp', |
4045 'page/WindowFeaturesTest.cpp', | 4045 'page/WindowFeaturesTest.cpp', |
4046 'page/scrolling/ScrollStateTest.cpp', | 4046 'page/scrolling/ScrollStateTest.cpp', |
4047 'paint/LayerClipRecorderTest.cpp', | 4047 'paint/LayerClipRecorderTest.cpp', |
4048 'paint/LayoutObjectDrawingRecorderTest.cpp', | 4048 'paint/LayoutObjectDrawingRecorderTest.cpp', |
4049 'paint/NinePieceImageGridTest.cpp', | 4049 'paint/NinePieceImageGridTest.cpp', |
4050 'paint/PaintControllerPaintTest.cpp', | 4050 'paint/PaintControllerPaintTest.cpp', |
4051 'paint/PaintControllerPaintTest.h', | 4051 'paint/PaintControllerPaintTest.h', |
4052 'paint/PaintInfoTest.cpp', | 4052 'paint/PaintInfoTest.cpp', |
4053 'paint/PaintLayerPainterTest.cpp', | 4053 'paint/PaintLayerPainterTest.cpp', |
4054 'paint/PaintLayerTest.cpp', | |
4055 'paint/PaintPropertyTreeBuilderTest.cpp', | 4054 'paint/PaintPropertyTreeBuilderTest.cpp', |
4056 'paint/TableCellPainterTest.cpp', | 4055 'paint/TableCellPainterTest.cpp', |
4057 'paint/TextPainterTest.cpp', | 4056 'paint/TextPainterTest.cpp', |
4058 'streams/ReadableStreamReaderTest.cpp', | 4057 'streams/ReadableStreamReaderTest.cpp', |
4059 'streams/ReadableStreamTest.cpp', | 4058 'streams/ReadableStreamTest.cpp', |
4060 'style/ComputedStyleTest.cpp', | 4059 'style/ComputedStyleTest.cpp', |
4061 'style/OutlineValueTest.cpp', | 4060 'style/OutlineValueTest.cpp', |
4062 'style/SVGComputedStyleTest.cpp', | 4061 'style/SVGComputedStyleTest.cpp', |
4063 'svg/SVGPathParserTest.cpp', | 4062 'svg/SVGPathParserTest.cpp', |
4064 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4063 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4065 'testing/PrivateScriptTestTest.cpp', | 4064 'testing/PrivateScriptTestTest.cpp', |
4066 'timing/MemoryInfoTest.cpp', | 4065 'timing/MemoryInfoTest.cpp', |
4067 'workers/WorkerThreadTest.cpp', | 4066 'workers/WorkerThreadTest.cpp', |
4068 'xml/parser/SharedBufferReaderTest.cpp', | 4067 'xml/parser/SharedBufferReaderTest.cpp', |
4069 ], | 4068 ], |
4070 } | 4069 } |
4071 } | 4070 } |
OLD | NEW |