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

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

Issue 597753002: Move paint code from RenderSVGForeignObject to SVGForeignObjectPainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add SVGForeignObjectPainter Created 6 years, 3 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/SVGForeignObjectPainter.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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1485 matching lines...) Expand 10 before | Expand all | Expand 10 after
1496 'paint/DetailsMarkerPainter.cpp', 1496 'paint/DetailsMarkerPainter.cpp',
1497 'paint/DetailsMarkerPainter.h', 1497 'paint/DetailsMarkerPainter.h',
1498 'paint/InlineFlowBoxPainter.cpp', 1498 'paint/InlineFlowBoxPainter.cpp',
1499 'paint/InlineFlowBoxPainter.h', 1499 'paint/InlineFlowBoxPainter.h',
1500 'paint/InlinePainter.cpp', 1500 'paint/InlinePainter.cpp',
1501 'paint/InlinePainter.h', 1501 'paint/InlinePainter.h',
1502 'paint/LineBoxListPainter.cpp', 1502 'paint/LineBoxListPainter.cpp',
1503 'paint/LineBoxListPainter.h', 1503 'paint/LineBoxListPainter.h',
1504 'paint/ObjectPainter.cpp', 1504 'paint/ObjectPainter.cpp',
1505 'paint/ObjectPainter.h', 1505 'paint/ObjectPainter.h',
1506 'paint/SVGForeignObjectPainter.cpp',
1507 'paint/SVGForeignObjectPainter.h',
1506 'paint/TablePainter.cpp', 1508 'paint/TablePainter.cpp',
1507 'paint/TablePainter.h', 1509 'paint/TablePainter.h',
1508 'paint/TableRowPainter.cpp', 1510 'paint/TableRowPainter.cpp',
1509 'paint/TableRowPainter.h', 1511 'paint/TableRowPainter.h',
1510 'paint/TableSectionPainter.cpp', 1512 'paint/TableSectionPainter.cpp',
1511 'paint/TableSectionPainter.h', 1513 'paint/TableSectionPainter.h',
1512 'paint/ViewPainter.cpp', 1514 'paint/ViewPainter.cpp',
1513 'paint/ViewPainter.h', 1515 'paint/ViewPainter.h',
1514 'plugins/DOMMimeType.cpp', 1516 'plugins/DOMMimeType.cpp',
1515 'plugins/DOMMimeType.h', 1517 'plugins/DOMMimeType.h',
(...skipping 2029 matching lines...) Expand 10 before | Expand all | Expand 10 after
3545 'rendering/shapes/BoxShapeTest.cpp', 3547 'rendering/shapes/BoxShapeTest.cpp',
3546 'rendering/style/OutlineValueTest.cpp', 3548 'rendering/style/OutlineValueTest.cpp',
3547 'testing/PrivateScriptTestTest.cpp', 3549 'testing/PrivateScriptTestTest.cpp',
3548 'streams/ReadableStreamTest.cpp', 3550 'streams/ReadableStreamTest.cpp',
3549 'testing/UnitTestHelpers.cpp', 3551 'testing/UnitTestHelpers.cpp',
3550 'testing/UnitTestHelpers.h', 3552 'testing/UnitTestHelpers.h',
3551 'xml/parser/SharedBufferReaderTest.cpp', 3553 'xml/parser/SharedBufferReaderTest.cpp',
3552 ], 3554 ],
3553 } 3555 }
3554 } 3556 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/SVGForeignObjectPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698