| 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 3893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3904 'layout/compositing/CompositedLayerMappingTest.cpp', | 3904 'layout/compositing/CompositedLayerMappingTest.cpp', |
| 3905 'layout/shapes/BoxShapeTest.cpp', | 3905 'layout/shapes/BoxShapeTest.cpp', |
| 3906 'loader/FrameFetchContextTest.cpp', | 3906 'loader/FrameFetchContextTest.cpp', |
| 3907 'loader/LinkHeaderTest.cpp', | 3907 'loader/LinkHeaderTest.cpp', |
| 3908 'loader/LinkLoaderTest.cpp', | 3908 'loader/LinkLoaderTest.cpp', |
| 3909 'loader/MixedContentCheckerTest.cpp', | 3909 'loader/MixedContentCheckerTest.cpp', |
| 3910 'page/ContextMenuControllerTest.cpp', | 3910 'page/ContextMenuControllerTest.cpp', |
| 3911 'page/NetworkStateNotifierTest.cpp', | 3911 'page/NetworkStateNotifierTest.cpp', |
| 3912 'page/PagePopupClientTest.cpp', | 3912 'page/PagePopupClientTest.cpp', |
| 3913 'page/PrintContextTest.cpp', | 3913 'page/PrintContextTest.cpp', |
| 3914 'page/WindowFeaturesTest.cpp', |
| 3914 'page/scrolling/ScrollStateTest.cpp', | 3915 'page/scrolling/ScrollStateTest.cpp', |
| 3915 'paint/LayerClipRecorderTest.cpp', | 3916 'paint/LayerClipRecorderTest.cpp', |
| 3916 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3917 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3917 'paint/NinePieceImageGridTest.cpp', | 3918 'paint/NinePieceImageGridTest.cpp', |
| 3918 'paint/PaintControllerPaintTest.cpp', | 3919 'paint/PaintControllerPaintTest.cpp', |
| 3919 'paint/PaintControllerPaintTest.h', | 3920 'paint/PaintControllerPaintTest.h', |
| 3920 'paint/PaintInfoTest.cpp', | 3921 'paint/PaintInfoTest.cpp', |
| 3921 'paint/PaintLayerPainterTest.cpp', | 3922 'paint/PaintLayerPainterTest.cpp', |
| 3922 'paint/PaintPropertyTreeBuilderTest.cpp', | 3923 'paint/PaintPropertyTreeBuilderTest.cpp', |
| 3923 'paint/TableCellPainterTest.cpp', | 3924 'paint/TableCellPainterTest.cpp', |
| 3924 'paint/TextPainterTest.cpp', | 3925 'paint/TextPainterTest.cpp', |
| 3925 'streams/ReadableStreamReaderTest.cpp', | 3926 'streams/ReadableStreamReaderTest.cpp', |
| 3926 'streams/ReadableStreamTest.cpp', | 3927 'streams/ReadableStreamTest.cpp', |
| 3927 'style/ComputedStyleTest.cpp', | 3928 'style/ComputedStyleTest.cpp', |
| 3928 'style/OutlineValueTest.cpp', | 3929 'style/OutlineValueTest.cpp', |
| 3929 'style/SVGComputedStyleTest.cpp', | 3930 'style/SVGComputedStyleTest.cpp', |
| 3930 'svg/SVGPathParserTest.cpp', | 3931 'svg/SVGPathParserTest.cpp', |
| 3931 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3932 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3932 'testing/PrivateScriptTestTest.cpp', | 3933 'testing/PrivateScriptTestTest.cpp', |
| 3933 'timing/MemoryInfoTest.cpp', | 3934 'timing/MemoryInfoTest.cpp', |
| 3934 'workers/WorkerThreadTest.cpp', | 3935 'workers/WorkerThreadTest.cpp', |
| 3935 'xml/parser/SharedBufferReaderTest.cpp', | 3936 'xml/parser/SharedBufferReaderTest.cpp', |
| 3936 ], | 3937 ], |
| 3937 } | 3938 } |
| 3938 } | 3939 } |
| OLD | NEW |