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