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 1860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1871 'paint/ReplicaPainter.cpp', | 1871 'paint/ReplicaPainter.cpp', |
1872 'paint/ReplicaPainter.h', | 1872 'paint/ReplicaPainter.h', |
1873 'paint/RootInlineBoxPainter.cpp', | 1873 'paint/RootInlineBoxPainter.cpp', |
1874 'paint/RootInlineBoxPainter.h', | 1874 'paint/RootInlineBoxPainter.h', |
1875 'paint/RoundedInnerRectClipper.cpp', | 1875 'paint/RoundedInnerRectClipper.cpp', |
1876 'paint/RoundedInnerRectClipper.h', | 1876 'paint/RoundedInnerRectClipper.h', |
1877 'paint/SVGClipPainter.cpp', | 1877 'paint/SVGClipPainter.cpp', |
1878 'paint/SVGClipPainter.h', | 1878 'paint/SVGClipPainter.h', |
1879 'paint/SVGContainerPainter.cpp', | 1879 'paint/SVGContainerPainter.cpp', |
1880 'paint/SVGContainerPainter.h', | 1880 'paint/SVGContainerPainter.h', |
| 1881 'paint/SVGFilterPainter.cpp', |
| 1882 'paint/SVGFilterPainter.h', |
1881 'paint/SVGForeignObjectPainter.cpp', | 1883 'paint/SVGForeignObjectPainter.cpp', |
1882 'paint/SVGForeignObjectPainter.h', | 1884 'paint/SVGForeignObjectPainter.h', |
1883 'paint/SVGImagePainter.cpp', | 1885 'paint/SVGImagePainter.cpp', |
1884 'paint/SVGImagePainter.h', | 1886 'paint/SVGImagePainter.h', |
1885 'paint/SVGInlineFlowBoxPainter.cpp', | 1887 'paint/SVGInlineFlowBoxPainter.cpp', |
1886 'paint/SVGInlineFlowBoxPainter.h', | 1888 'paint/SVGInlineFlowBoxPainter.h', |
1887 'paint/SVGInlineTextBoxPainter.cpp', | 1889 'paint/SVGInlineTextBoxPainter.cpp', |
1888 'paint/SVGInlineTextBoxPainter.h', | 1890 'paint/SVGInlineTextBoxPainter.h', |
1889 'paint/SVGMaskPainter.cpp', | 1891 'paint/SVGMaskPainter.cpp', |
1890 'paint/SVGMaskPainter.h', | 1892 'paint/SVGMaskPainter.h', |
(...skipping 1917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3808 'paint/ViewDisplayListTest.cpp', | 3810 'paint/ViewDisplayListTest.cpp', |
3809 'streams/ExclusiveStreamReaderTest.cpp', | 3811 'streams/ExclusiveStreamReaderTest.cpp', |
3810 'streams/ReadableStreamTest.cpp', | 3812 'streams/ReadableStreamTest.cpp', |
3811 'testing/PrivateScriptTestTest.cpp', | 3813 'testing/PrivateScriptTestTest.cpp', |
3812 'testing/UnitTestHelpers.cpp', | 3814 'testing/UnitTestHelpers.cpp', |
3813 'testing/UnitTestHelpers.h', | 3815 'testing/UnitTestHelpers.h', |
3814 'xml/parser/SharedBufferReaderTest.cpp', | 3816 'xml/parser/SharedBufferReaderTest.cpp', |
3815 ], | 3817 ], |
3816 } | 3818 } |
3817 } | 3819 } |
OLD | NEW |