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

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

Issue 603053002: Move RenderSVGImage's paint code to SVGImagePainter (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
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 1501 matching lines...) Expand 10 before | Expand all | Expand 10 after
1512 'paint/ListMarkerPainter.cpp', 1512 'paint/ListMarkerPainter.cpp',
1513 'paint/ListMarkerPainter.h', 1513 'paint/ListMarkerPainter.h',
1514 'paint/ListItemPainter.cpp', 1514 'paint/ListItemPainter.cpp',
1515 'paint/ListItemPainter.h', 1515 'paint/ListItemPainter.h',
1516 'paint/ObjectPainter.cpp', 1516 'paint/ObjectPainter.cpp',
1517 'paint/ObjectPainter.h', 1517 'paint/ObjectPainter.h',
1518 'paint/MultiColumnSetPainter.cpp', 1518 'paint/MultiColumnSetPainter.cpp',
1519 'paint/MultiColumnSetPainter.h', 1519 'paint/MultiColumnSetPainter.h',
1520 'paint/SVGForeignObjectPainter.cpp', 1520 'paint/SVGForeignObjectPainter.cpp',
1521 'paint/SVGForeignObjectPainter.h', 1521 'paint/SVGForeignObjectPainter.h',
1522 'paint/SVGImagePainter.cpp',
1523 'paint/SVGImagePainter.h',
1522 'paint/SVGTextPainter.cpp', 1524 'paint/SVGTextPainter.cpp',
1523 'paint/SVGTextPainter.h', 1525 'paint/SVGTextPainter.h',
1524 'paint/TablePainter.cpp', 1526 'paint/TablePainter.cpp',
1525 'paint/TablePainter.h', 1527 'paint/TablePainter.h',
1526 'paint/TableRowPainter.cpp', 1528 'paint/TableRowPainter.cpp',
1527 'paint/TableRowPainter.h', 1529 'paint/TableRowPainter.h',
1528 'paint/TableSectionPainter.cpp', 1530 'paint/TableSectionPainter.cpp',
1529 'paint/TableSectionPainter.h', 1531 'paint/TableSectionPainter.h',
1530 'paint/VideoPainter.cpp', 1532 'paint/VideoPainter.cpp',
1531 'paint/VideoPainter.h', 1533 'paint/VideoPainter.h',
(...skipping 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after
3569 'rendering/shapes/BoxShapeTest.cpp', 3571 'rendering/shapes/BoxShapeTest.cpp',
3570 'rendering/style/OutlineValueTest.cpp', 3572 'rendering/style/OutlineValueTest.cpp',
3571 'testing/PrivateScriptTestTest.cpp', 3573 'testing/PrivateScriptTestTest.cpp',
3572 'streams/ReadableStreamTest.cpp', 3574 'streams/ReadableStreamTest.cpp',
3573 'testing/UnitTestHelpers.cpp', 3575 'testing/UnitTestHelpers.cpp',
3574 'testing/UnitTestHelpers.h', 3576 'testing/UnitTestHelpers.h',
3575 'xml/parser/SharedBufferReaderTest.cpp', 3577 'xml/parser/SharedBufferReaderTest.cpp',
3576 ], 3578 ],
3577 } 3579 }
3578 } 3580 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/SVGImagePainter.h » ('j') | Source/core/rendering/svg/RenderSVGImage.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698