| 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 4020 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4031 'page/PrintContextTest.cpp', | 4031 'page/PrintContextTest.cpp', |
| 4032 'page/WindowFeaturesTest.cpp', | 4032 'page/WindowFeaturesTest.cpp', |
| 4033 'page/scrolling/ScrollStateTest.cpp', | 4033 'page/scrolling/ScrollStateTest.cpp', |
| 4034 'paint/LayerClipRecorderTest.cpp', | 4034 'paint/LayerClipRecorderTest.cpp', |
| 4035 'paint/LayoutObjectDrawingRecorderTest.cpp', | 4035 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 4036 'paint/NinePieceImageGridTest.cpp', | 4036 'paint/NinePieceImageGridTest.cpp', |
| 4037 'paint/PaintControllerPaintTest.cpp', | 4037 'paint/PaintControllerPaintTest.cpp', |
| 4038 'paint/PaintControllerPaintTest.h', | 4038 'paint/PaintControllerPaintTest.h', |
| 4039 'paint/PaintInfoTest.cpp', | 4039 'paint/PaintInfoTest.cpp', |
| 4040 'paint/PaintLayerPainterTest.cpp', | 4040 'paint/PaintLayerPainterTest.cpp', |
| 4041 'paint/PaintLayerTest.cpp', | |
| 4042 'paint/PaintPropertyTreeBuilderTest.cpp', | 4041 'paint/PaintPropertyTreeBuilderTest.cpp', |
| 4043 'paint/TableCellPainterTest.cpp', | 4042 'paint/TableCellPainterTest.cpp', |
| 4044 'paint/TextPainterTest.cpp', | 4043 'paint/TextPainterTest.cpp', |
| 4045 'streams/ReadableStreamReaderTest.cpp', | 4044 'streams/ReadableStreamReaderTest.cpp', |
| 4046 'streams/ReadableStreamTest.cpp', | 4045 'streams/ReadableStreamTest.cpp', |
| 4047 'style/ComputedStyleTest.cpp', | 4046 'style/ComputedStyleTest.cpp', |
| 4048 'style/OutlineValueTest.cpp', | 4047 'style/OutlineValueTest.cpp', |
| 4049 'style/SVGComputedStyleTest.cpp', | 4048 'style/SVGComputedStyleTest.cpp', |
| 4050 'svg/SVGPathParserTest.cpp', | 4049 'svg/SVGPathParserTest.cpp', |
| 4051 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4050 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4052 'testing/PrivateScriptTestTest.cpp', | 4051 'testing/PrivateScriptTestTest.cpp', |
| 4053 'timing/MemoryInfoTest.cpp', | 4052 'timing/MemoryInfoTest.cpp', |
| 4054 'workers/WorkerThreadTest.cpp', | 4053 'workers/WorkerThreadTest.cpp', |
| 4055 'xml/parser/SharedBufferReaderTest.cpp', | 4054 'xml/parser/SharedBufferReaderTest.cpp', |
| 4056 ], | 4055 ], |
| 4057 } | 4056 } |
| 4058 } | 4057 } |
| OLD | NEW |