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

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

Issue 630093005: Move paint code from RootInlineBox and EllipsisBox to RootInlineBoxPainter and EllipsisBoxPainter. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « no previous file | Source/core/paint/EllipsisBoxPainter.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 1482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 'paint/BoxDecorationData.h', 1493 'paint/BoxDecorationData.h',
1494 'paint/BoxDecorationData.cpp', 1494 'paint/BoxDecorationData.cpp',
1495 'paint/BoxPainter.cpp', 1495 'paint/BoxPainter.cpp',
1496 'paint/BoxPainter.h', 1496 'paint/BoxPainter.h',
1497 'paint/BackgroundImageGeometry.cpp', 1497 'paint/BackgroundImageGeometry.cpp',
1498 'paint/BackgroundImageGeometry.h', 1498 'paint/BackgroundImageGeometry.h',
1499 'paint/GridPainter.cpp', 1499 'paint/GridPainter.cpp',
1500 'paint/GridPainter.h', 1500 'paint/GridPainter.h',
1501 'paint/DetailsMarkerPainter.cpp', 1501 'paint/DetailsMarkerPainter.cpp',
1502 'paint/DetailsMarkerPainter.h', 1502 'paint/DetailsMarkerPainter.h',
1503 'paint/EllipsisBoxPainter.cpp',
1504 'paint/EllipsisBoxPainter.h',
1503 'paint/HTMLCanvasPainter.cpp', 1505 'paint/HTMLCanvasPainter.cpp',
1504 'paint/HTMLCanvasPainter.h', 1506 'paint/HTMLCanvasPainter.h',
1505 'paint/ImagePainter.cpp', 1507 'paint/ImagePainter.cpp',
1506 'paint/ImagePainter.h', 1508 'paint/ImagePainter.h',
1507 'paint/InlineFlowBoxPainter.cpp', 1509 'paint/InlineFlowBoxPainter.cpp',
1508 'paint/InlineFlowBoxPainter.h', 1510 'paint/InlineFlowBoxPainter.h',
1509 'paint/InlinePainter.cpp', 1511 'paint/InlinePainter.cpp',
1510 'paint/InlinePainter.h', 1512 'paint/InlinePainter.h',
1511 'paint/InlineTextBoxPainter.cpp', 1513 'paint/InlineTextBoxPainter.cpp',
1512 'paint/InlineTextBoxPainter.h', 1514 'paint/InlineTextBoxPainter.h',
1513 'paint/LayerPainter.cpp', 1515 'paint/LayerPainter.cpp',
1514 'paint/LayerPainter.h', 1516 'paint/LayerPainter.h',
1515 'paint/LineBoxListPainter.cpp', 1517 'paint/LineBoxListPainter.cpp',
1516 'paint/LineBoxListPainter.h', 1518 'paint/LineBoxListPainter.h',
1517 'paint/ListMarkerPainter.cpp', 1519 'paint/ListMarkerPainter.cpp',
1518 'paint/ListMarkerPainter.h', 1520 'paint/ListMarkerPainter.h',
1519 'paint/ListItemPainter.cpp', 1521 'paint/ListItemPainter.cpp',
1520 'paint/ListItemPainter.h', 1522 'paint/ListItemPainter.h',
1521 'paint/ObjectPainter.cpp', 1523 'paint/ObjectPainter.cpp',
1522 'paint/ObjectPainter.h', 1524 'paint/ObjectPainter.h',
1523 'paint/MultiColumnSetPainter.cpp', 1525 'paint/MultiColumnSetPainter.cpp',
1524 'paint/MultiColumnSetPainter.h', 1526 'paint/MultiColumnSetPainter.h',
1525 'paint/ReplacedPainter.cpp', 1527 'paint/ReplacedPainter.cpp',
1526 'paint/ReplacedPainter.h', 1528 'paint/ReplacedPainter.h',
1527 'paint/ReplicaPainter.cpp', 1529 'paint/ReplicaPainter.cpp',
1528 'paint/ReplicaPainter.h', 1530 'paint/ReplicaPainter.h',
1531 'paint/RootInlineBoxPainter.cpp',
1532 'paint/RootInlineBoxPainter.h',
1529 'paint/ScrollbarPainter.cpp', 1533 'paint/ScrollbarPainter.cpp',
1530 'paint/ScrollbarPainter.h', 1534 'paint/ScrollbarPainter.h',
1531 'paint/SVGForeignObjectPainter.cpp', 1535 'paint/SVGForeignObjectPainter.cpp',
1532 'paint/SVGForeignObjectPainter.h', 1536 'paint/SVGForeignObjectPainter.h',
1533 'paint/SVGImagePainter.cpp', 1537 'paint/SVGImagePainter.cpp',
1534 'paint/SVGImagePainter.h', 1538 'paint/SVGImagePainter.h',
1535 'paint/SVGInlineTextBoxPainter.cpp', 1539 'paint/SVGInlineTextBoxPainter.cpp',
1536 'paint/SVGInlineTextBoxPainter.h', 1540 'paint/SVGInlineTextBoxPainter.h',
1537 'paint/SVGTextPainter.cpp', 1541 'paint/SVGTextPainter.cpp',
1538 'paint/SVGTextPainter.h', 1542 'paint/SVGTextPainter.h',
(...skipping 2051 matching lines...) Expand 10 before | Expand all | Expand 10 after
3590 'rendering/shapes/BoxShapeTest.cpp', 3594 'rendering/shapes/BoxShapeTest.cpp',
3591 'rendering/style/OutlineValueTest.cpp', 3595 'rendering/style/OutlineValueTest.cpp',
3592 'testing/PrivateScriptTestTest.cpp', 3596 'testing/PrivateScriptTestTest.cpp',
3593 'streams/ReadableStreamTest.cpp', 3597 'streams/ReadableStreamTest.cpp',
3594 'testing/UnitTestHelpers.cpp', 3598 'testing/UnitTestHelpers.cpp',
3595 'testing/UnitTestHelpers.h', 3599 'testing/UnitTestHelpers.h',
3596 'xml/parser/SharedBufferReaderTest.cpp', 3600 'xml/parser/SharedBufferReaderTest.cpp',
3597 ], 3601 ],
3598 } 3602 }
3599 } 3603 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/EllipsisBoxPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698