Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Side by Side Diff: Source/core/core.gypi

Issue 967543002: [S.P.] Move svg mask painting to SVGMaskPainter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: move drawMaskForRenderer too Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1867 matching lines...) Expand 10 before | Expand all | Expand 10 after
1878 'paint/SVGContainerPainter.cpp', 1878 'paint/SVGContainerPainter.cpp',
1879 'paint/SVGContainerPainter.h', 1879 'paint/SVGContainerPainter.h',
1880 'paint/SVGForeignObjectPainter.cpp', 1880 'paint/SVGForeignObjectPainter.cpp',
1881 'paint/SVGForeignObjectPainter.h', 1881 'paint/SVGForeignObjectPainter.h',
1882 'paint/SVGImagePainter.cpp', 1882 'paint/SVGImagePainter.cpp',
1883 'paint/SVGImagePainter.h', 1883 'paint/SVGImagePainter.h',
1884 'paint/SVGInlineFlowBoxPainter.cpp', 1884 'paint/SVGInlineFlowBoxPainter.cpp',
1885 'paint/SVGInlineFlowBoxPainter.h', 1885 'paint/SVGInlineFlowBoxPainter.h',
1886 'paint/SVGInlineTextBoxPainter.cpp', 1886 'paint/SVGInlineTextBoxPainter.cpp',
1887 'paint/SVGInlineTextBoxPainter.h', 1887 'paint/SVGInlineTextBoxPainter.h',
1888 'paint/SVGMaskPainter.cpp',
1889 'paint/SVGMaskPainter.h',
1888 'paint/SVGPaintContext.cpp', 1890 'paint/SVGPaintContext.cpp',
1889 'paint/SVGPaintContext.h', 1891 'paint/SVGPaintContext.h',
1890 'paint/SVGRootInlineBoxPainter.cpp', 1892 'paint/SVGRootInlineBoxPainter.cpp',
1891 'paint/SVGRootInlineBoxPainter.h', 1893 'paint/SVGRootInlineBoxPainter.h',
1892 'paint/SVGRootPainter.cpp', 1894 'paint/SVGRootPainter.cpp',
1893 'paint/SVGRootPainter.h', 1895 'paint/SVGRootPainter.h',
1894 'paint/SVGShapePainter.cpp', 1896 'paint/SVGShapePainter.cpp',
1895 'paint/SVGShapePainter.h', 1897 'paint/SVGShapePainter.h',
1896 'paint/SVGTextPainter.cpp', 1898 'paint/SVGTextPainter.cpp',
1897 'paint/SVGTextPainter.h', 1899 'paint/SVGTextPainter.h',
(...skipping 1919 matching lines...) Expand 10 before | Expand all | Expand 10 after
3817 'paint/ViewDisplayListTest.cpp', 3819 'paint/ViewDisplayListTest.cpp',
3818 'streams/ExclusiveStreamReaderTest.cpp', 3820 'streams/ExclusiveStreamReaderTest.cpp',
3819 'streams/ReadableStreamTest.cpp', 3821 'streams/ReadableStreamTest.cpp',
3820 'testing/PrivateScriptTestTest.cpp', 3822 'testing/PrivateScriptTestTest.cpp',
3821 'testing/UnitTestHelpers.cpp', 3823 'testing/UnitTestHelpers.cpp',
3822 'testing/UnitTestHelpers.h', 3824 'testing/UnitTestHelpers.h',
3823 'xml/parser/SharedBufferReaderTest.cpp', 3825 'xml/parser/SharedBufferReaderTest.cpp',
3824 ], 3826 ],
3825 } 3827 }
3826 } 3828 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/svg/LayoutSVGResourceMasker.h » ('j') | Source/core/layout/svg/LayoutSVGResourceMasker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698