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 3848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3859 'page/NetworkStateNotifierTest.cpp', | 3859 'page/NetworkStateNotifierTest.cpp', |
3860 'page/PrintContextTest.cpp', | 3860 'page/PrintContextTest.cpp', |
3861 'page/scrolling/ScrollStateTest.cpp', | 3861 'page/scrolling/ScrollStateTest.cpp', |
3862 'paint/DisplayItemListPaintTest.cpp', | 3862 'paint/DisplayItemListPaintTest.cpp', |
3863 'paint/LayerClipRecorderTest.cpp', | 3863 'paint/LayerClipRecorderTest.cpp', |
3864 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3864 'paint/LayoutObjectDrawingRecorderTest.cpp', |
3865 'paint/TextPainterTest.cpp', | 3865 'paint/TextPainterTest.cpp', |
3866 'streams/ReadableStreamReaderTest.cpp', | 3866 'streams/ReadableStreamReaderTest.cpp', |
3867 'streams/ReadableStreamTest.cpp', | 3867 'streams/ReadableStreamTest.cpp', |
3868 'testing/PrivateScriptTestTest.cpp', | 3868 'testing/PrivateScriptTestTest.cpp', |
| 3869 'workers/WorkerThreadTest.cpp', |
3869 'xml/parser/SharedBufferReaderTest.cpp', | 3870 'xml/parser/SharedBufferReaderTest.cpp', |
3870 ], | 3871 ], |
3871 } | 3872 } |
3872 } | 3873 } |
OLD | NEW |