| 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 3819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3830 'page/NetworkStateNotifierTest.cpp', | 3830 'page/NetworkStateNotifierTest.cpp', |
| 3831 'page/PrintContextTest.cpp', | 3831 'page/PrintContextTest.cpp', |
| 3832 'page/scrolling/ScrollStateTest.cpp', | 3832 'page/scrolling/ScrollStateTest.cpp', |
| 3833 'paint/DisplayItemListPaintTest.cpp', | 3833 'paint/DisplayItemListPaintTest.cpp', |
| 3834 'paint/LayerClipRecorderTest.cpp', | 3834 'paint/LayerClipRecorderTest.cpp', |
| 3835 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3835 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3836 'paint/TextPainterTest.cpp', | 3836 'paint/TextPainterTest.cpp', |
| 3837 'streams/ReadableStreamReaderTest.cpp', | 3837 'streams/ReadableStreamReaderTest.cpp', |
| 3838 'streams/ReadableStreamTest.cpp', | 3838 'streams/ReadableStreamTest.cpp', |
| 3839 'testing/PrivateScriptTestTest.cpp', | 3839 'testing/PrivateScriptTestTest.cpp', |
| 3840 'workers/WorkerThreadTest.cpp', |
| 3840 'xml/parser/SharedBufferReaderTest.cpp', | 3841 'xml/parser/SharedBufferReaderTest.cpp', |
| 3841 ], | 3842 ], |
| 3842 } | 3843 } |
| 3843 } | 3844 } |
| OLD | NEW |