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

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

Issue 594043005: Move paint code from RenderImage/RenderVideo into ImagePainter/VideoPainter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comments. 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/ImagePainter.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 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after
1494 'paint/BoxPainter.cpp', 1494 'paint/BoxPainter.cpp',
1495 'paint/BoxPainter.h', 1495 'paint/BoxPainter.h',
1496 'paint/BackgroundImageGeometry.cpp', 1496 'paint/BackgroundImageGeometry.cpp',
1497 'paint/BackgroundImageGeometry.h', 1497 'paint/BackgroundImageGeometry.h',
1498 'paint/GridPainter.cpp', 1498 'paint/GridPainter.cpp',
1499 'paint/GridPainter.h', 1499 'paint/GridPainter.h',
1500 'paint/DetailsMarkerPainter.cpp', 1500 'paint/DetailsMarkerPainter.cpp',
1501 'paint/DetailsMarkerPainter.h', 1501 'paint/DetailsMarkerPainter.h',
1502 'paint/HTMLCanvasPainter.cpp', 1502 'paint/HTMLCanvasPainter.cpp',
1503 'paint/HTMLCanvasPainter.h', 1503 'paint/HTMLCanvasPainter.h',
1504 'paint/ImagePainter.cpp',
1505 'paint/ImagePainter.h',
1504 'paint/InlineFlowBoxPainter.cpp', 1506 'paint/InlineFlowBoxPainter.cpp',
1505 'paint/InlineFlowBoxPainter.h', 1507 'paint/InlineFlowBoxPainter.h',
1506 'paint/InlinePainter.cpp', 1508 'paint/InlinePainter.cpp',
1507 'paint/InlinePainter.h', 1509 'paint/InlinePainter.h',
1508 'paint/LineBoxListPainter.cpp', 1510 'paint/LineBoxListPainter.cpp',
1509 'paint/LineBoxListPainter.h', 1511 'paint/LineBoxListPainter.h',
1510 'paint/ListMarkerPainter.cpp', 1512 'paint/ListMarkerPainter.cpp',
1511 'paint/ListMarkerPainter.h', 1513 'paint/ListMarkerPainter.h',
1512 'paint/ListItemPainter.cpp', 1514 'paint/ListItemPainter.cpp',
1513 'paint/ListItemPainter.h', 1515 'paint/ListItemPainter.h',
1514 'paint/ObjectPainter.cpp', 1516 'paint/ObjectPainter.cpp',
1515 'paint/ObjectPainter.h', 1517 'paint/ObjectPainter.h',
1516 'paint/SVGForeignObjectPainter.cpp', 1518 'paint/SVGForeignObjectPainter.cpp',
1517 'paint/SVGForeignObjectPainter.h', 1519 'paint/SVGForeignObjectPainter.h',
1518 'paint/TablePainter.cpp', 1520 'paint/TablePainter.cpp',
1519 'paint/TablePainter.h', 1521 'paint/TablePainter.h',
1520 'paint/TableRowPainter.cpp', 1522 'paint/TableRowPainter.cpp',
1521 'paint/TableRowPainter.h', 1523 'paint/TableRowPainter.h',
1522 'paint/TableSectionPainter.cpp', 1524 'paint/TableSectionPainter.cpp',
1523 'paint/TableSectionPainter.h', 1525 'paint/TableSectionPainter.h',
1526 'paint/VideoPainter.cpp',
1527 'paint/VideoPainter.h',
1524 'paint/ViewPainter.cpp', 1528 'paint/ViewPainter.cpp',
1525 'paint/ViewPainter.h', 1529 'paint/ViewPainter.h',
1526 'plugins/DOMMimeType.cpp', 1530 'plugins/DOMMimeType.cpp',
1527 'plugins/DOMMimeType.h', 1531 'plugins/DOMMimeType.h',
1528 'plugins/DOMMimeTypeArray.cpp', 1532 'plugins/DOMMimeTypeArray.cpp',
1529 'plugins/DOMMimeTypeArray.h', 1533 'plugins/DOMMimeTypeArray.h',
1530 'plugins/DOMPlugin.cpp', 1534 'plugins/DOMPlugin.cpp',
1531 'plugins/DOMPlugin.h', 1535 'plugins/DOMPlugin.h',
1532 'plugins/DOMPluginArray.cpp', 1536 'plugins/DOMPluginArray.cpp',
1533 'plugins/DOMPluginArray.h', 1537 'plugins/DOMPluginArray.h',
(...skipping 2027 matching lines...) Expand 10 before | Expand all | Expand 10 after
3561 'rendering/shapes/BoxShapeTest.cpp', 3565 'rendering/shapes/BoxShapeTest.cpp',
3562 'rendering/style/OutlineValueTest.cpp', 3566 'rendering/style/OutlineValueTest.cpp',
3563 'testing/PrivateScriptTestTest.cpp', 3567 'testing/PrivateScriptTestTest.cpp',
3564 'streams/ReadableStreamTest.cpp', 3568 'streams/ReadableStreamTest.cpp',
3565 'testing/UnitTestHelpers.cpp', 3569 'testing/UnitTestHelpers.cpp',
3566 'testing/UnitTestHelpers.h', 3570 'testing/UnitTestHelpers.h',
3567 'xml/parser/SharedBufferReaderTest.cpp', 3571 'xml/parser/SharedBufferReaderTest.cpp',
3568 ], 3572 ],
3569 } 3573 }
3570 } 3574 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/ImagePainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698