| 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 3874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3885 'layout/shapes/BoxShapeTest.cpp', | 3885 'layout/shapes/BoxShapeTest.cpp', |
| 3886 'loader/FrameFetchContextTest.cpp', | 3886 'loader/FrameFetchContextTest.cpp', |
| 3887 'loader/LinkHeaderTest.cpp', | 3887 'loader/LinkHeaderTest.cpp', |
| 3888 'loader/LinkLoaderTest.cpp', | 3888 'loader/LinkLoaderTest.cpp', |
| 3889 'loader/MixedContentCheckerTest.cpp', | 3889 'loader/MixedContentCheckerTest.cpp', |
| 3890 'page/ContextMenuControllerTest.cpp', | 3890 'page/ContextMenuControllerTest.cpp', |
| 3891 'page/NetworkStateNotifierTest.cpp', | 3891 'page/NetworkStateNotifierTest.cpp', |
| 3892 'page/PagePopupClientTest.cpp', | 3892 'page/PagePopupClientTest.cpp', |
| 3893 'page/PrintContextTest.cpp', | 3893 'page/PrintContextTest.cpp', |
| 3894 'page/scrolling/ScrollStateTest.cpp', | 3894 'page/scrolling/ScrollStateTest.cpp', |
| 3895 'paint/DisplayItemListPaintTest.cpp', | |
| 3896 'paint/DisplayItemListPaintTest.h', | |
| 3897 'paint/LayerClipRecorderTest.cpp', | 3895 'paint/LayerClipRecorderTest.cpp', |
| 3898 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3896 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3899 'paint/NinePieceImageGridTest.cpp', | 3897 'paint/NinePieceImageGridTest.cpp', |
| 3898 'paint/PaintControllerPaintTest.cpp', |
| 3899 'paint/PaintControllerPaintTest.h', |
| 3900 'paint/PaintLayerPainterTest.cpp', | 3900 'paint/PaintLayerPainterTest.cpp', |
| 3901 'paint/TableCellPainterTest.cpp', | 3901 'paint/TableCellPainterTest.cpp', |
| 3902 'paint/TextPainterTest.cpp', | 3902 'paint/TextPainterTest.cpp', |
| 3903 'streams/ReadableStreamReaderTest.cpp', | 3903 'streams/ReadableStreamReaderTest.cpp', |
| 3904 'streams/ReadableStreamTest.cpp', | 3904 'streams/ReadableStreamTest.cpp', |
| 3905 'style/ComputedStyleTest.cpp', | 3905 'style/ComputedStyleTest.cpp', |
| 3906 'style/OutlineValueTest.cpp', | 3906 'style/OutlineValueTest.cpp', |
| 3907 'style/SVGComputedStyleTest.cpp', | 3907 'style/SVGComputedStyleTest.cpp', |
| 3908 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3908 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3909 'testing/PrivateScriptTestTest.cpp', | 3909 'testing/PrivateScriptTestTest.cpp', |
| 3910 'timing/MemoryInfoTest.cpp', | 3910 'timing/MemoryInfoTest.cpp', |
| 3911 'workers/WorkerThreadTest.cpp', | 3911 'workers/WorkerThreadTest.cpp', |
| 3912 'xml/parser/SharedBufferReaderTest.cpp', | 3912 'xml/parser/SharedBufferReaderTest.cpp', |
| 3913 ], | 3913 ], |
| 3914 } | 3914 } |
| 3915 } | 3915 } |
| OLD | NEW |