| 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 3829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3840 'layout/shapes/BoxShapeTest.cpp', | 3840 'layout/shapes/BoxShapeTest.cpp', |
| 3841 'loader/FrameFetchContextTest.cpp', | 3841 'loader/FrameFetchContextTest.cpp', |
| 3842 'loader/LinkHeaderTest.cpp', | 3842 'loader/LinkHeaderTest.cpp', |
| 3843 'loader/LinkLoaderTest.cpp', | 3843 'loader/LinkLoaderTest.cpp', |
| 3844 'loader/MixedContentCheckerTest.cpp', | 3844 'loader/MixedContentCheckerTest.cpp', |
| 3845 'page/ContextMenuControllerTest.cpp', | 3845 'page/ContextMenuControllerTest.cpp', |
| 3846 'page/NetworkStateNotifierTest.cpp', | 3846 'page/NetworkStateNotifierTest.cpp', |
| 3847 'page/PagePopupClientTest.cpp', | 3847 'page/PagePopupClientTest.cpp', |
| 3848 'page/PrintContextTest.cpp', | 3848 'page/PrintContextTest.cpp', |
| 3849 'page/scrolling/ScrollStateTest.cpp', | 3849 'page/scrolling/ScrollStateTest.cpp', |
| 3850 'paint/DeprecatedPaintLayerPainterTest.cpp', |
| 3850 'paint/DisplayItemListPaintTest.cpp', | 3851 'paint/DisplayItemListPaintTest.cpp', |
| 3851 'paint/DisplayItemListPaintTest.h', | 3852 'paint/DisplayItemListPaintTest.h', |
| 3852 'paint/LayerClipRecorderTest.cpp', | 3853 'paint/LayerClipRecorderTest.cpp', |
| 3853 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3854 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3854 'paint/NinePieceImageGridTest.cpp', | 3855 'paint/NinePieceImageGridTest.cpp', |
| 3855 'paint/TableCellPainterTest.cpp', | 3856 'paint/TableCellPainterTest.cpp', |
| 3856 'paint/TextPainterTest.cpp', | 3857 'paint/TextPainterTest.cpp', |
| 3857 'streams/ReadableStreamReaderTest.cpp', | 3858 'streams/ReadableStreamReaderTest.cpp', |
| 3858 'streams/ReadableStreamTest.cpp', | 3859 'streams/ReadableStreamTest.cpp', |
| 3859 'style/ComputedStyleTest.cpp', | 3860 'style/ComputedStyleTest.cpp', |
| 3860 'style/OutlineValueTest.cpp', | 3861 'style/OutlineValueTest.cpp', |
| 3861 'style/SVGComputedStyleTest.cpp', | 3862 'style/SVGComputedStyleTest.cpp', |
| 3862 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3863 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3863 'testing/PrivateScriptTestTest.cpp', | 3864 'testing/PrivateScriptTestTest.cpp', |
| 3864 'timing/MemoryInfoTest.cpp', | 3865 'timing/MemoryInfoTest.cpp', |
| 3865 'workers/WorkerThreadTest.cpp', | 3866 'workers/WorkerThreadTest.cpp', |
| 3866 'xml/parser/SharedBufferReaderTest.cpp', | 3867 'xml/parser/SharedBufferReaderTest.cpp', |
| 3867 ], | 3868 ], |
| 3868 } | 3869 } |
| 3869 } | 3870 } |
| OLD | NEW |