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

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: review fixes 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
« no previous file with comments | « no previous file | Source/core/layout/svg/LayoutSVGResourceContainer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1870 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 'paint/SVGContainerPainter.cpp', 1881 'paint/SVGContainerPainter.cpp',
1882 'paint/SVGContainerPainter.h', 1882 'paint/SVGContainerPainter.h',
1883 'paint/SVGForeignObjectPainter.cpp', 1883 'paint/SVGForeignObjectPainter.cpp',
1884 'paint/SVGForeignObjectPainter.h', 1884 'paint/SVGForeignObjectPainter.h',
1885 'paint/SVGImagePainter.cpp', 1885 'paint/SVGImagePainter.cpp',
1886 'paint/SVGImagePainter.h', 1886 'paint/SVGImagePainter.h',
1887 'paint/SVGInlineFlowBoxPainter.cpp', 1887 'paint/SVGInlineFlowBoxPainter.cpp',
1888 'paint/SVGInlineFlowBoxPainter.h', 1888 'paint/SVGInlineFlowBoxPainter.h',
1889 'paint/SVGInlineTextBoxPainter.cpp', 1889 'paint/SVGInlineTextBoxPainter.cpp',
1890 'paint/SVGInlineTextBoxPainter.h', 1890 'paint/SVGInlineTextBoxPainter.h',
1891 'paint/SVGMaskPainter.cpp',
1892 'paint/SVGMaskPainter.h',
1891 'paint/SVGPaintContext.cpp', 1893 'paint/SVGPaintContext.cpp',
1892 'paint/SVGPaintContext.h', 1894 'paint/SVGPaintContext.h',
1893 'paint/SVGRootInlineBoxPainter.cpp', 1895 'paint/SVGRootInlineBoxPainter.cpp',
1894 'paint/SVGRootInlineBoxPainter.h', 1896 'paint/SVGRootInlineBoxPainter.h',
1895 'paint/SVGRootPainter.cpp', 1897 'paint/SVGRootPainter.cpp',
1896 'paint/SVGRootPainter.h', 1898 'paint/SVGRootPainter.h',
1897 'paint/SVGShapePainter.cpp', 1899 'paint/SVGShapePainter.cpp',
1898 'paint/SVGShapePainter.h', 1900 'paint/SVGShapePainter.h',
1899 'paint/SVGTextPainter.cpp', 1901 'paint/SVGTextPainter.cpp',
1900 'paint/SVGTextPainter.h', 1902 'paint/SVGTextPainter.h',
(...skipping 1921 matching lines...) Expand 10 before | Expand all | Expand 10 after
3822 'paint/ViewDisplayListTest.cpp', 3824 'paint/ViewDisplayListTest.cpp',
3823 'streams/ExclusiveStreamReaderTest.cpp', 3825 'streams/ExclusiveStreamReaderTest.cpp',
3824 'streams/ReadableStreamTest.cpp', 3826 'streams/ReadableStreamTest.cpp',
3825 'testing/PrivateScriptTestTest.cpp', 3827 'testing/PrivateScriptTestTest.cpp',
3826 'testing/UnitTestHelpers.cpp', 3828 'testing/UnitTestHelpers.cpp',
3827 'testing/UnitTestHelpers.h', 3829 'testing/UnitTestHelpers.h',
3828 'xml/parser/SharedBufferReaderTest.cpp', 3830 'xml/parser/SharedBufferReaderTest.cpp',
3829 ], 3831 ],
3830 } 3832 }
3831 } 3833 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/svg/LayoutSVGResourceContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698