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 3878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3889 'layout/LayoutThemeTest.cpp', | 3889 'layout/LayoutThemeTest.cpp', |
3890 'layout/MultiColumnFragmentainerGroupTest.cpp', | 3890 'layout/MultiColumnFragmentainerGroupTest.cpp', |
3891 'layout/OverflowModelTest.cpp', | 3891 'layout/OverflowModelTest.cpp', |
3892 'layout/PaginationTest.cpp', | 3892 'layout/PaginationTest.cpp', |
3893 'layout/compositing/CompositedLayerMappingTest.cpp', | 3893 'layout/compositing/CompositedLayerMappingTest.cpp', |
3894 'layout/shapes/BoxShapeTest.cpp', | 3894 'layout/shapes/BoxShapeTest.cpp', |
3895 'loader/FrameFetchContextTest.cpp', | 3895 'loader/FrameFetchContextTest.cpp', |
3896 'loader/LinkHeaderTest.cpp', | 3896 'loader/LinkHeaderTest.cpp', |
3897 'loader/LinkLoaderTest.cpp', | 3897 'loader/LinkLoaderTest.cpp', |
3898 'loader/MixedContentCheckerTest.cpp', | 3898 'loader/MixedContentCheckerTest.cpp', |
| 3899 'page/ChromeClientTest.cpp', |
3899 'page/ContextMenuControllerTest.cpp', | 3900 'page/ContextMenuControllerTest.cpp', |
3900 'page/NetworkStateNotifierTest.cpp', | 3901 'page/NetworkStateNotifierTest.cpp', |
3901 'page/PagePopupClientTest.cpp', | 3902 'page/PagePopupClientTest.cpp', |
3902 'page/PrintContextTest.cpp', | 3903 'page/PrintContextTest.cpp', |
3903 'page/scrolling/ScrollStateTest.cpp', | 3904 'page/scrolling/ScrollStateTest.cpp', |
3904 'paint/LayerClipRecorderTest.cpp', | 3905 'paint/LayerClipRecorderTest.cpp', |
3905 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3906 'paint/LayoutObjectDrawingRecorderTest.cpp', |
3906 'paint/NinePieceImageGridTest.cpp', | 3907 'paint/NinePieceImageGridTest.cpp', |
3907 'paint/PaintControllerPaintTest.cpp', | 3908 'paint/PaintControllerPaintTest.cpp', |
3908 'paint/PaintControllerPaintTest.h', | 3909 'paint/PaintControllerPaintTest.h', |
3909 'paint/PaintInfoTest.cpp', | 3910 'paint/PaintInfoTest.cpp', |
3910 'paint/PaintLayerPainterTest.cpp', | 3911 'paint/PaintLayerPainterTest.cpp', |
3911 'paint/PaintPropertyTreeBuilderTest.cpp', | 3912 'paint/PaintPropertyTreeBuilderTest.cpp', |
3912 'paint/TableCellPainterTest.cpp', | 3913 'paint/TableCellPainterTest.cpp', |
3913 'paint/TextPainterTest.cpp', | 3914 'paint/TextPainterTest.cpp', |
3914 'streams/ReadableStreamReaderTest.cpp', | 3915 'streams/ReadableStreamReaderTest.cpp', |
3915 'streams/ReadableStreamTest.cpp', | 3916 'streams/ReadableStreamTest.cpp', |
3916 'style/ComputedStyleTest.cpp', | 3917 'style/ComputedStyleTest.cpp', |
3917 'style/OutlineValueTest.cpp', | 3918 'style/OutlineValueTest.cpp', |
3918 'style/SVGComputedStyleTest.cpp', | 3919 'style/SVGComputedStyleTest.cpp', |
3919 'svg/SVGPathParserTest.cpp', | 3920 'svg/SVGPathParserTest.cpp', |
3920 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3921 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3921 'testing/PrivateScriptTestTest.cpp', | 3922 'testing/PrivateScriptTestTest.cpp', |
3922 'timing/MemoryInfoTest.cpp', | 3923 'timing/MemoryInfoTest.cpp', |
3923 'workers/WorkerThreadTest.cpp', | 3924 'workers/WorkerThreadTest.cpp', |
3924 'xml/parser/SharedBufferReaderTest.cpp', | 3925 'xml/parser/SharedBufferReaderTest.cpp', |
3925 ], | 3926 ], |
3926 } | 3927 } |
3927 } | 3928 } |
OLD | NEW |