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 1910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1921 'paint/InlinePainter.h', | 1921 'paint/InlinePainter.h', |
1922 'paint/InlineTextBoxPainter.cpp', | 1922 'paint/InlineTextBoxPainter.cpp', |
1923 'paint/InlineTextBoxPainter.h', | 1923 'paint/InlineTextBoxPainter.h', |
1924 'paint/LayerClipRecorder.cpp', | 1924 'paint/LayerClipRecorder.cpp', |
1925 'paint/LayerClipRecorder.h', | 1925 'paint/LayerClipRecorder.h', |
1926 'paint/LayerFixedPositionRecorder.cpp', | 1926 'paint/LayerFixedPositionRecorder.cpp', |
1927 'paint/LayerFixedPositionRecorder.h', | 1927 'paint/LayerFixedPositionRecorder.h', |
1928 'paint/LayoutObjectDrawingRecorder.h', | 1928 'paint/LayoutObjectDrawingRecorder.h', |
1929 'paint/LineBoxListPainter.cpp', | 1929 'paint/LineBoxListPainter.cpp', |
1930 'paint/LineBoxListPainter.h', | 1930 'paint/LineBoxListPainter.h', |
| 1931 'paint/LineLayoutPaintShim.h', |
1931 'paint/ListItemPainter.cpp', | 1932 'paint/ListItemPainter.cpp', |
1932 'paint/ListItemPainter.h', | 1933 'paint/ListItemPainter.h', |
1933 'paint/ListMarkerPainter.cpp', | 1934 'paint/ListMarkerPainter.cpp', |
1934 'paint/ListMarkerPainter.h', | 1935 'paint/ListMarkerPainter.h', |
1935 'paint/MediaControlsPainter.cpp', | 1936 'paint/MediaControlsPainter.cpp', |
1936 'paint/MediaControlsPainter.h', | 1937 'paint/MediaControlsPainter.h', |
1937 'paint/MultiColumnSetPainter.cpp', | 1938 'paint/MultiColumnSetPainter.cpp', |
1938 'paint/MultiColumnSetPainter.h', | 1939 'paint/MultiColumnSetPainter.h', |
1939 'paint/NinePieceImageGrid.cpp', | 1940 'paint/NinePieceImageGrid.cpp', |
1940 'paint/NinePieceImageGrid.h', | 1941 'paint/NinePieceImageGrid.h', |
(...skipping 1914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3855 'style/OutlineValueTest.cpp', | 3856 'style/OutlineValueTest.cpp', |
3856 'style/SVGComputedStyleTest.cpp', | 3857 'style/SVGComputedStyleTest.cpp', |
3857 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3858 'testing/PrivateScriptTestTest.cpp', | 3859 'testing/PrivateScriptTestTest.cpp', |
3859 'timing/MemoryInfoTest.cpp', | 3860 'timing/MemoryInfoTest.cpp', |
3860 'workers/WorkerThreadTest.cpp', | 3861 'workers/WorkerThreadTest.cpp', |
3861 'xml/parser/SharedBufferReaderTest.cpp', | 3862 'xml/parser/SharedBufferReaderTest.cpp', |
3862 ], | 3863 ], |
3863 } | 3864 } |
3864 } | 3865 } |
OLD | NEW |