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

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

Issue 979883002: [S.P.] Move clip painting to SVGClipPainter. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: codereview 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/LayoutSVGResourceClipper.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 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1877 'paint/PartPainter.cpp', 1877 'paint/PartPainter.cpp',
1878 'paint/PartPainter.h', 1878 'paint/PartPainter.h',
1879 'paint/ReplacedPainter.cpp', 1879 'paint/ReplacedPainter.cpp',
1880 'paint/ReplacedPainter.h', 1880 'paint/ReplacedPainter.h',
1881 'paint/ReplicaPainter.cpp', 1881 'paint/ReplicaPainter.cpp',
1882 'paint/ReplicaPainter.h', 1882 'paint/ReplicaPainter.h',
1883 'paint/RootInlineBoxPainter.cpp', 1883 'paint/RootInlineBoxPainter.cpp',
1884 'paint/RootInlineBoxPainter.h', 1884 'paint/RootInlineBoxPainter.h',
1885 'paint/RoundedInnerRectClipper.cpp', 1885 'paint/RoundedInnerRectClipper.cpp',
1886 'paint/RoundedInnerRectClipper.h', 1886 'paint/RoundedInnerRectClipper.h',
1887 'paint/SVGClipPainter.cpp',
1888 'paint/SVGClipPainter.h',
1887 'paint/SVGContainerPainter.cpp', 1889 'paint/SVGContainerPainter.cpp',
1888 'paint/SVGContainerPainter.h', 1890 'paint/SVGContainerPainter.h',
1889 'paint/SVGForeignObjectPainter.cpp', 1891 'paint/SVGForeignObjectPainter.cpp',
1890 'paint/SVGForeignObjectPainter.h', 1892 'paint/SVGForeignObjectPainter.h',
1891 'paint/SVGImagePainter.cpp', 1893 'paint/SVGImagePainter.cpp',
1892 'paint/SVGImagePainter.h', 1894 'paint/SVGImagePainter.h',
1893 'paint/SVGInlineFlowBoxPainter.cpp', 1895 'paint/SVGInlineFlowBoxPainter.cpp',
1894 'paint/SVGInlineFlowBoxPainter.h', 1896 'paint/SVGInlineFlowBoxPainter.h',
1895 'paint/SVGInlineTextBoxPainter.cpp', 1897 'paint/SVGInlineTextBoxPainter.cpp',
1896 'paint/SVGInlineTextBoxPainter.h', 1898 'paint/SVGInlineTextBoxPainter.h',
(...skipping 1934 matching lines...) Expand 10 before | Expand all | Expand 10 after
3831 'paint/ViewDisplayListTest.cpp', 3833 'paint/ViewDisplayListTest.cpp',
3832 'streams/ExclusiveStreamReaderTest.cpp', 3834 'streams/ExclusiveStreamReaderTest.cpp',
3833 'streams/ReadableStreamTest.cpp', 3835 'streams/ReadableStreamTest.cpp',
3834 'testing/PrivateScriptTestTest.cpp', 3836 'testing/PrivateScriptTestTest.cpp',
3835 'testing/UnitTestHelpers.cpp', 3837 'testing/UnitTestHelpers.cpp',
3836 'testing/UnitTestHelpers.h', 3838 'testing/UnitTestHelpers.h',
3837 'xml/parser/SharedBufferReaderTest.cpp', 3839 'xml/parser/SharedBufferReaderTest.cpp',
3838 ], 3840 ],
3839 } 3841 }
3840 } 3842 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/svg/LayoutSVGResourceClipper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698