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

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

Issue 724483002: Move painting code from RenderTableCell to TableCellPainter. (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/TableCellPainter.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 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 'paint/SVGInlineTextBoxPainter.cpp', 1501 'paint/SVGInlineTextBoxPainter.cpp',
1502 'paint/SVGInlineTextBoxPainter.h', 1502 'paint/SVGInlineTextBoxPainter.h',
1503 'paint/SVGRootInlineBoxPainter.cpp', 1503 'paint/SVGRootInlineBoxPainter.cpp',
1504 'paint/SVGRootInlineBoxPainter.h', 1504 'paint/SVGRootInlineBoxPainter.h',
1505 'paint/SVGRootPainter.cpp', 1505 'paint/SVGRootPainter.cpp',
1506 'paint/SVGRootPainter.h', 1506 'paint/SVGRootPainter.h',
1507 'paint/SVGShapePainter.cpp', 1507 'paint/SVGShapePainter.cpp',
1508 'paint/SVGShapePainter.h', 1508 'paint/SVGShapePainter.h',
1509 'paint/SVGTextPainter.cpp', 1509 'paint/SVGTextPainter.cpp',
1510 'paint/SVGTextPainter.h', 1510 'paint/SVGTextPainter.h',
1511 'paint/TableCellPainter.cpp',
1512 'paint/TableCellPainter.h',
1511 'paint/TablePainter.cpp', 1513 'paint/TablePainter.cpp',
1512 'paint/TablePainter.h', 1514 'paint/TablePainter.h',
1513 'paint/TableRowPainter.cpp', 1515 'paint/TableRowPainter.cpp',
1514 'paint/TableRowPainter.h', 1516 'paint/TableRowPainter.h',
1515 'paint/TableSectionPainter.cpp', 1517 'paint/TableSectionPainter.cpp',
1516 'paint/TableSectionPainter.h', 1518 'paint/TableSectionPainter.h',
1517 'paint/VideoPainter.cpp', 1519 'paint/VideoPainter.cpp',
1518 'paint/VideoPainter.h', 1520 'paint/VideoPainter.h',
1519 'paint/ViewDisplayList.cpp', 1521 'paint/ViewDisplayList.cpp',
1520 'paint/ViewDisplayList.h', 1522 'paint/ViewDisplayList.h',
(...skipping 2038 matching lines...) Expand 10 before | Expand all | Expand 10 after
3559 'rendering/style/OutlineValueTest.cpp', 3561 'rendering/style/OutlineValueTest.cpp',
3560 'rendering/style/RenderStyleTest.cpp', 3562 'rendering/style/RenderStyleTest.cpp',
3561 'testing/PrivateScriptTestTest.cpp', 3563 'testing/PrivateScriptTestTest.cpp',
3562 'streams/ReadableStreamTest.cpp', 3564 'streams/ReadableStreamTest.cpp',
3563 'testing/UnitTestHelpers.cpp', 3565 'testing/UnitTestHelpers.cpp',
3564 'testing/UnitTestHelpers.h', 3566 'testing/UnitTestHelpers.h',
3565 'xml/parser/SharedBufferReaderTest.cpp', 3567 'xml/parser/SharedBufferReaderTest.cpp',
3566 ], 3568 ],
3567 } 3569 }
3568 } 3570 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/TableCellPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698