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

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: code shuffling 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 1863 matching lines...) Expand 10 before | Expand all | Expand 10 after
1874 'paint/PartPainter.cpp', 1874 'paint/PartPainter.cpp',
1875 'paint/PartPainter.h', 1875 'paint/PartPainter.h',
1876 'paint/ReplacedPainter.cpp', 1876 'paint/ReplacedPainter.cpp',
1877 'paint/ReplacedPainter.h', 1877 'paint/ReplacedPainter.h',
1878 'paint/ReplicaPainter.cpp', 1878 'paint/ReplicaPainter.cpp',
1879 'paint/ReplicaPainter.h', 1879 'paint/ReplicaPainter.h',
1880 'paint/RootInlineBoxPainter.cpp', 1880 'paint/RootInlineBoxPainter.cpp',
1881 'paint/RootInlineBoxPainter.h', 1881 'paint/RootInlineBoxPainter.h',
1882 'paint/RoundedInnerRectClipper.cpp', 1882 'paint/RoundedInnerRectClipper.cpp',
1883 'paint/RoundedInnerRectClipper.h', 1883 'paint/RoundedInnerRectClipper.h',
1884 'paint/SVGClipPainter.cpp',
1885 'paint/SVGClipPainter.h',
1884 'paint/SVGContainerPainter.cpp', 1886 'paint/SVGContainerPainter.cpp',
1885 'paint/SVGContainerPainter.h', 1887 'paint/SVGContainerPainter.h',
1886 'paint/SVGForeignObjectPainter.cpp', 1888 'paint/SVGForeignObjectPainter.cpp',
1887 'paint/SVGForeignObjectPainter.h', 1889 'paint/SVGForeignObjectPainter.h',
1888 'paint/SVGImagePainter.cpp', 1890 'paint/SVGImagePainter.cpp',
1889 'paint/SVGImagePainter.h', 1891 'paint/SVGImagePainter.h',
1890 'paint/SVGInlineFlowBoxPainter.cpp', 1892 'paint/SVGInlineFlowBoxPainter.cpp',
1891 'paint/SVGInlineFlowBoxPainter.h', 1893 'paint/SVGInlineFlowBoxPainter.h',
1892 'paint/SVGInlineTextBoxPainter.cpp', 1894 'paint/SVGInlineTextBoxPainter.cpp',
1893 'paint/SVGInlineTextBoxPainter.h', 1895 'paint/SVGInlineTextBoxPainter.h',
(...skipping 1933 matching lines...) Expand 10 before | Expand all | Expand 10 after
3827 'paint/ViewDisplayListTest.cpp', 3829 'paint/ViewDisplayListTest.cpp',
3828 'streams/ExclusiveStreamReaderTest.cpp', 3830 'streams/ExclusiveStreamReaderTest.cpp',
3829 'streams/ReadableStreamTest.cpp', 3831 'streams/ReadableStreamTest.cpp',
3830 'testing/PrivateScriptTestTest.cpp', 3832 'testing/PrivateScriptTestTest.cpp',
3831 'testing/UnitTestHelpers.cpp', 3833 'testing/UnitTestHelpers.cpp',
3832 'testing/UnitTestHelpers.h', 3834 'testing/UnitTestHelpers.h',
3833 'xml/parser/SharedBufferReaderTest.cpp', 3835 'xml/parser/SharedBufferReaderTest.cpp',
3834 ], 3836 ],
3835 } 3837 }
3836 } 3838 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/svg/LayoutSVGResourceClipper.h » ('j') | Source/core/paint/SVGClipPainter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698