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

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

Issue 865353002: Implement clip and scroll DisplayItems for PartPainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: de-dupe clipRoundedInnerRect Created 5 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | Source/core/frame/FrameView.cpp » ('J')
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 1538 matching lines...) Expand 10 before | Expand all | Expand 10 after
1549 'paint/ObjectPainter.cpp', 1549 'paint/ObjectPainter.cpp',
1550 'paint/ObjectPainter.h', 1550 'paint/ObjectPainter.h',
1551 'paint/PartPainter.cpp', 1551 'paint/PartPainter.cpp',
1552 'paint/PartPainter.h', 1552 'paint/PartPainter.h',
1553 'paint/ReplacedPainter.cpp', 1553 'paint/ReplacedPainter.cpp',
1554 'paint/ReplacedPainter.h', 1554 'paint/ReplacedPainter.h',
1555 'paint/ReplicaPainter.cpp', 1555 'paint/ReplicaPainter.cpp',
1556 'paint/ReplicaPainter.h', 1556 'paint/ReplicaPainter.h',
1557 'paint/RootInlineBoxPainter.cpp', 1557 'paint/RootInlineBoxPainter.cpp',
1558 'paint/RootInlineBoxPainter.h', 1558 'paint/RootInlineBoxPainter.h',
1559 'paint/RoundedInnerRectClipper.cpp',
1560 'paint/RoundedInnerRectClipper.h',
1559 'paint/SVGContainerPainter.cpp', 1561 'paint/SVGContainerPainter.cpp',
1560 'paint/SVGContainerPainter.h', 1562 'paint/SVGContainerPainter.h',
1561 'paint/SVGForeignObjectPainter.cpp', 1563 'paint/SVGForeignObjectPainter.cpp',
1562 'paint/SVGForeignObjectPainter.h', 1564 'paint/SVGForeignObjectPainter.h',
1563 'paint/SVGImagePainter.cpp', 1565 'paint/SVGImagePainter.cpp',
1564 'paint/SVGImagePainter.h', 1566 'paint/SVGImagePainter.h',
1565 'paint/SVGInlineFlowBoxPainter.cpp', 1567 'paint/SVGInlineFlowBoxPainter.cpp',
1566 'paint/SVGInlineFlowBoxPainter.h', 1568 'paint/SVGInlineFlowBoxPainter.h',
1567 'paint/SVGInlineTextBoxPainter.cpp', 1569 'paint/SVGInlineTextBoxPainter.cpp',
1568 'paint/SVGInlineTextBoxPainter.h', 1570 'paint/SVGInlineTextBoxPainter.h',
(...skipping 2185 matching lines...) Expand 10 before | Expand all | Expand 10 after
3754 'rendering/style/RenderStyleTest.cpp', 3756 'rendering/style/RenderStyleTest.cpp',
3755 'rendering/style/SVGRenderStyleTest.cpp', 3757 'rendering/style/SVGRenderStyleTest.cpp',
3756 'streams/ReadableStreamTest.cpp', 3758 'streams/ReadableStreamTest.cpp',
3757 'testing/PrivateScriptTestTest.cpp', 3759 'testing/PrivateScriptTestTest.cpp',
3758 'testing/UnitTestHelpers.cpp', 3760 'testing/UnitTestHelpers.cpp',
3759 'testing/UnitTestHelpers.h', 3761 'testing/UnitTestHelpers.h',
3760 'xml/parser/SharedBufferReaderTest.cpp', 3762 'xml/parser/SharedBufferReaderTest.cpp',
3761 ], 3763 ],
3762 } 3764 }
3763 } 3765 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | Source/core/frame/FrameView.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698