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

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

Issue 678863002: Move SVG shape painting code to SVGShapePainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update per reviewer comments Created 6 years, 1 month 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/paint/SVGShapePainter.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 1542 matching lines...) Expand 10 before | Expand all | Expand 10 after
1553 'paint/SVGInlineFlowBoxPainter.cpp', 1553 'paint/SVGInlineFlowBoxPainter.cpp',
1554 'paint/SVGInlineFlowBoxPainter.h', 1554 'paint/SVGInlineFlowBoxPainter.h',
1555 'paint/SVGInlineTextBoxPainter.cpp', 1555 'paint/SVGInlineTextBoxPainter.cpp',
1556 'paint/SVGInlineTextBoxPainter.h', 1556 'paint/SVGInlineTextBoxPainter.h',
1557 'paint/SVGMarkerPainter.cpp', 1557 'paint/SVGMarkerPainter.cpp',
1558 'paint/SVGMarkerPainter.h', 1558 'paint/SVGMarkerPainter.h',
1559 'paint/SVGRootInlineBoxPainter.cpp', 1559 'paint/SVGRootInlineBoxPainter.cpp',
1560 'paint/SVGRootInlineBoxPainter.h', 1560 'paint/SVGRootInlineBoxPainter.h',
1561 'paint/SVGRootPainter.cpp', 1561 'paint/SVGRootPainter.cpp',
1562 'paint/SVGRootPainter.h', 1562 'paint/SVGRootPainter.h',
1563 'paint/SVGShapePainter.cpp',
1564 'paint/SVGShapePainter.h',
1563 'paint/SVGTextPainter.cpp', 1565 'paint/SVGTextPainter.cpp',
1564 'paint/SVGTextPainter.h', 1566 'paint/SVGTextPainter.h',
1565 'paint/TablePainter.cpp', 1567 'paint/TablePainter.cpp',
1566 'paint/TablePainter.h', 1568 'paint/TablePainter.h',
1567 'paint/TableRowPainter.cpp', 1569 'paint/TableRowPainter.cpp',
1568 'paint/TableRowPainter.h', 1570 'paint/TableRowPainter.h',
1569 'paint/TableSectionPainter.cpp', 1571 'paint/TableSectionPainter.cpp',
1570 'paint/TableSectionPainter.h', 1572 'paint/TableSectionPainter.h',
1571 'paint/VideoPainter.cpp', 1573 'paint/VideoPainter.cpp',
1572 'paint/VideoPainter.h', 1574 'paint/VideoPainter.h',
(...skipping 2027 matching lines...) Expand 10 before | Expand all | Expand 10 after
3600 'rendering/style/OutlineValueTest.cpp', 3602 'rendering/style/OutlineValueTest.cpp',
3601 'rendering/style/RenderStyleTest.cpp', 3603 'rendering/style/RenderStyleTest.cpp',
3602 'testing/PrivateScriptTestTest.cpp', 3604 'testing/PrivateScriptTestTest.cpp',
3603 'streams/ReadableStreamTest.cpp', 3605 'streams/ReadableStreamTest.cpp',
3604 'testing/UnitTestHelpers.cpp', 3606 'testing/UnitTestHelpers.cpp',
3605 'testing/UnitTestHelpers.h', 3607 'testing/UnitTestHelpers.h',
3606 'xml/parser/SharedBufferReaderTest.cpp', 3608 'xml/parser/SharedBufferReaderTest.cpp',
3607 ], 3609 ],
3608 } 3610 }
3609 } 3611 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/SVGShapePainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698