| 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/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 3806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3817 'page/NetworkStateNotifierTest.cpp', | 3817 'page/NetworkStateNotifierTest.cpp', |
| 3818 'page/PrintContextTest.cpp', | 3818 'page/PrintContextTest.cpp', |
| 3819 'page/scrolling/ScrollStateTest.cpp', | 3819 'page/scrolling/ScrollStateTest.cpp', |
| 3820 'paint/DisplayItemListPaintTest.cpp', | 3820 'paint/DisplayItemListPaintTest.cpp', |
| 3821 'paint/LayerClipRecorderTest.cpp', | 3821 'paint/LayerClipRecorderTest.cpp', |
| 3822 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3822 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3823 'paint/TextPainterTest.cpp', | 3823 'paint/TextPainterTest.cpp', |
| 3824 'streams/ReadableStreamReaderTest.cpp', | 3824 'streams/ReadableStreamReaderTest.cpp', |
| 3825 'streams/ReadableStreamTest.cpp', | 3825 'streams/ReadableStreamTest.cpp', |
| 3826 'testing/PrivateScriptTestTest.cpp', | 3826 'testing/PrivateScriptTestTest.cpp', |
| 3827 'workers/WorkerThreadTest.cpp', |
| 3827 'xml/parser/SharedBufferReaderTest.cpp', | 3828 'xml/parser/SharedBufferReaderTest.cpp', |
| 3828 ], | 3829 ], |
| 3829 } | 3830 } |
| 3830 } | 3831 } |
| OLD | NEW |