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

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

Issue 666163005: Factor SVG root painter code into SVGRootPainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/paint/SVGRootPainter.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 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after
1558 'paint/ScrollbarPainter.cpp', 1558 'paint/ScrollbarPainter.cpp',
1559 'paint/ScrollbarPainter.h', 1559 'paint/ScrollbarPainter.h',
1560 'paint/SVGContainerPainter.cpp', 1560 'paint/SVGContainerPainter.cpp',
1561 'paint/SVGContainerPainter.h', 1561 'paint/SVGContainerPainter.h',
1562 'paint/SVGForeignObjectPainter.cpp', 1562 'paint/SVGForeignObjectPainter.cpp',
1563 'paint/SVGForeignObjectPainter.h', 1563 'paint/SVGForeignObjectPainter.h',
1564 'paint/SVGImagePainter.cpp', 1564 'paint/SVGImagePainter.cpp',
1565 'paint/SVGImagePainter.h', 1565 'paint/SVGImagePainter.h',
1566 'paint/SVGInlineTextBoxPainter.cpp', 1566 'paint/SVGInlineTextBoxPainter.cpp',
1567 'paint/SVGInlineTextBoxPainter.h', 1567 'paint/SVGInlineTextBoxPainter.h',
1568 'paint/SVGRootPainter.cpp',
1569 'paint/SVGRootPainter.h',
1568 'paint/SVGTextPainter.cpp', 1570 'paint/SVGTextPainter.cpp',
1569 'paint/SVGTextPainter.h', 1571 'paint/SVGTextPainter.h',
1570 'paint/TablePainter.cpp', 1572 'paint/TablePainter.cpp',
1571 'paint/TablePainter.h', 1573 'paint/TablePainter.h',
1572 'paint/TableRowPainter.cpp', 1574 'paint/TableRowPainter.cpp',
1573 'paint/TableRowPainter.h', 1575 'paint/TableRowPainter.h',
1574 'paint/TableSectionPainter.cpp', 1576 'paint/TableSectionPainter.cpp',
1575 'paint/TableSectionPainter.h', 1577 'paint/TableSectionPainter.h',
1576 'paint/VideoPainter.cpp', 1578 'paint/VideoPainter.cpp',
1577 'paint/VideoPainter.h', 1579 'paint/VideoPainter.h',
(...skipping 2066 matching lines...) Expand 10 before | Expand all | Expand 10 after
3644 'rendering/shapes/BoxShapeTest.cpp', 3646 'rendering/shapes/BoxShapeTest.cpp',
3645 'rendering/style/OutlineValueTest.cpp', 3647 'rendering/style/OutlineValueTest.cpp',
3646 'testing/PrivateScriptTestTest.cpp', 3648 'testing/PrivateScriptTestTest.cpp',
3647 'streams/ReadableStreamTest.cpp', 3649 'streams/ReadableStreamTest.cpp',
3648 'testing/UnitTestHelpers.cpp', 3650 'testing/UnitTestHelpers.cpp',
3649 'testing/UnitTestHelpers.h', 3651 'testing/UnitTestHelpers.h',
3650 'xml/parser/SharedBufferReaderTest.cpp', 3652 'xml/parser/SharedBufferReaderTest.cpp',
3651 ], 3653 ],
3652 } 3654 }
3653 } 3655 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/SVGRootPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698