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

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

Issue 693313003: Factor SVGMarkerPainter into SVGShapePainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/SVGMarkerPainter.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 1543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1554 'paint/SVGContainerPainter.cpp', 1554 'paint/SVGContainerPainter.cpp',
1555 'paint/SVGContainerPainter.h', 1555 'paint/SVGContainerPainter.h',
1556 'paint/SVGForeignObjectPainter.cpp', 1556 'paint/SVGForeignObjectPainter.cpp',
1557 'paint/SVGForeignObjectPainter.h', 1557 'paint/SVGForeignObjectPainter.h',
1558 'paint/SVGImagePainter.cpp', 1558 'paint/SVGImagePainter.cpp',
1559 'paint/SVGImagePainter.h', 1559 'paint/SVGImagePainter.h',
1560 'paint/SVGInlineFlowBoxPainter.cpp', 1560 'paint/SVGInlineFlowBoxPainter.cpp',
1561 'paint/SVGInlineFlowBoxPainter.h', 1561 'paint/SVGInlineFlowBoxPainter.h',
1562 'paint/SVGInlineTextBoxPainter.cpp', 1562 'paint/SVGInlineTextBoxPainter.cpp',
1563 'paint/SVGInlineTextBoxPainter.h', 1563 'paint/SVGInlineTextBoxPainter.h',
1564 'paint/SVGMarkerPainter.cpp',
1565 'paint/SVGMarkerPainter.h',
1566 'paint/SVGRootInlineBoxPainter.cpp', 1564 'paint/SVGRootInlineBoxPainter.cpp',
1567 'paint/SVGRootInlineBoxPainter.h', 1565 'paint/SVGRootInlineBoxPainter.h',
1568 'paint/SVGRootPainter.cpp', 1566 'paint/SVGRootPainter.cpp',
1569 'paint/SVGRootPainter.h', 1567 'paint/SVGRootPainter.h',
1570 'paint/SVGShapePainter.cpp', 1568 'paint/SVGShapePainter.cpp',
1571 'paint/SVGShapePainter.h', 1569 'paint/SVGShapePainter.h',
1572 'paint/SVGTextPainter.cpp', 1570 'paint/SVGTextPainter.cpp',
1573 'paint/SVGTextPainter.h', 1571 'paint/SVGTextPainter.h',
1574 'paint/TablePainter.cpp', 1572 'paint/TablePainter.cpp',
1575 'paint/TablePainter.h', 1573 'paint/TablePainter.h',
(...skipping 2043 matching lines...) Expand 10 before | Expand all | Expand 10 after
3619 'rendering/style/OutlineValueTest.cpp', 3617 'rendering/style/OutlineValueTest.cpp',
3620 'rendering/style/RenderStyleTest.cpp', 3618 'rendering/style/RenderStyleTest.cpp',
3621 'testing/PrivateScriptTestTest.cpp', 3619 'testing/PrivateScriptTestTest.cpp',
3622 'streams/ReadableStreamTest.cpp', 3620 'streams/ReadableStreamTest.cpp',
3623 'testing/UnitTestHelpers.cpp', 3621 'testing/UnitTestHelpers.cpp',
3624 'testing/UnitTestHelpers.h', 3622 'testing/UnitTestHelpers.h',
3625 'xml/parser/SharedBufferReaderTest.cpp', 3623 'xml/parser/SharedBufferReaderTest.cpp',
3626 ], 3624 ],
3627 } 3625 }
3628 } 3626 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/SVGMarkerPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698