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

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

Issue 585943004: Move painting code from RenderLineBoxList to LineBoxListPainter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merged. 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/BlockPainter.cpp » ('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 1476 matching lines...) Expand 10 before | Expand all | Expand 10 after
1487 'paint/BlockFlowPainter.cpp', 1487 'paint/BlockFlowPainter.cpp',
1488 'paint/BlockFlowPainter.h', 1488 'paint/BlockFlowPainter.h',
1489 'paint/BoxDecorationData.h', 1489 'paint/BoxDecorationData.h',
1490 'paint/BoxDecorationData.cpp', 1490 'paint/BoxDecorationData.cpp',
1491 'paint/BoxPainter.cpp', 1491 'paint/BoxPainter.cpp',
1492 'paint/BoxPainter.h', 1492 'paint/BoxPainter.h',
1493 'paint/BackgroundImageGeometry.h', 1493 'paint/BackgroundImageGeometry.h',
1494 'paint/BackgroundImageGeometry.cpp', 1494 'paint/BackgroundImageGeometry.cpp',
1495 'paint/InlinePainter.h', 1495 'paint/InlinePainter.h',
1496 'paint/InlinePainter.cpp', 1496 'paint/InlinePainter.cpp',
1497 'paint/LineBoxListPainter.h',
1498 'paint/LineBoxListPainter.cpp',
1497 'paint/ObjectPainter.h', 1499 'paint/ObjectPainter.h',
1498 'paint/ObjectPainter.cpp', 1500 'paint/ObjectPainter.cpp',
1499 'paint/TablePainter.h', 1501 'paint/TablePainter.h',
1500 'paint/TablePainter.cpp', 1502 'paint/TablePainter.cpp',
1501 'paint/TableRowPainter.h', 1503 'paint/TableRowPainter.h',
1502 'paint/TableRowPainter.cpp', 1504 'paint/TableRowPainter.cpp',
1503 'paint/TableSectionPainter.h', 1505 'paint/TableSectionPainter.h',
1504 'paint/TableSectionPainter.cpp', 1506 'paint/TableSectionPainter.cpp',
1505 'plugins/DOMMimeType.cpp', 1507 'plugins/DOMMimeType.cpp',
1506 'plugins/DOMMimeType.h', 1508 'plugins/DOMMimeType.h',
(...skipping 2029 matching lines...) Expand 10 before | Expand all | Expand 10 after
3536 'rendering/shapes/BoxShapeTest.cpp', 3538 'rendering/shapes/BoxShapeTest.cpp',
3537 'rendering/style/OutlineValueTest.cpp', 3539 'rendering/style/OutlineValueTest.cpp',
3538 'testing/PrivateScriptTestTest.cpp', 3540 'testing/PrivateScriptTestTest.cpp',
3539 'streams/ReadableStreamTest.cpp', 3541 'streams/ReadableStreamTest.cpp',
3540 'testing/UnitTestHelpers.cpp', 3542 'testing/UnitTestHelpers.cpp',
3541 'testing/UnitTestHelpers.h', 3543 'testing/UnitTestHelpers.h',
3542 'xml/parser/SharedBufferReaderTest.cpp', 3544 'xml/parser/SharedBufferReaderTest.cpp',
3543 ], 3545 ],
3544 } 3546 }
3545 } 3547 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/BlockPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698