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