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

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

Issue 714303003: Move painting code from RenderPart to PartPainter. (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/PartPainter.h » ('j') | Source/core/paint/PartPainter.h » ('J')
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 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after
1539 'paint/LineBoxListPainter.cpp', 1539 'paint/LineBoxListPainter.cpp',
1540 'paint/LineBoxListPainter.h', 1540 'paint/LineBoxListPainter.h',
1541 'paint/ListMarkerPainter.cpp', 1541 'paint/ListMarkerPainter.cpp',
1542 'paint/ListMarkerPainter.h', 1542 'paint/ListMarkerPainter.h',
1543 'paint/ListItemPainter.cpp', 1543 'paint/ListItemPainter.cpp',
1544 'paint/ListItemPainter.h', 1544 'paint/ListItemPainter.h',
1545 'paint/ObjectPainter.cpp', 1545 'paint/ObjectPainter.cpp',
1546 'paint/ObjectPainter.h', 1546 'paint/ObjectPainter.h',
1547 'paint/MultiColumnSetPainter.cpp', 1547 'paint/MultiColumnSetPainter.cpp',
1548 'paint/MultiColumnSetPainter.h', 1548 'paint/MultiColumnSetPainter.h',
1549 'paint/PartPainter.cpp',
1550 'paint/PartPainter.h',
1549 'paint/ReplacedPainter.cpp', 1551 'paint/ReplacedPainter.cpp',
1550 'paint/ReplacedPainter.h', 1552 'paint/ReplacedPainter.h',
1551 'paint/ReplicaPainter.cpp', 1553 'paint/ReplicaPainter.cpp',
1552 'paint/ReplicaPainter.h', 1554 'paint/ReplicaPainter.h',
1553 'paint/RootInlineBoxPainter.cpp', 1555 'paint/RootInlineBoxPainter.cpp',
1554 'paint/RootInlineBoxPainter.h', 1556 'paint/RootInlineBoxPainter.h',
1555 'paint/ScrollbarPainter.cpp', 1557 'paint/ScrollbarPainter.cpp',
1556 'paint/ScrollbarPainter.h', 1558 'paint/ScrollbarPainter.h',
1557 'paint/SVGContainerPainter.cpp', 1559 'paint/SVGContainerPainter.cpp',
1558 'paint/SVGContainerPainter.h', 1560 'paint/SVGContainerPainter.h',
(...skipping 2061 matching lines...) Expand 10 before | Expand all | Expand 10 after
3620 'rendering/style/OutlineValueTest.cpp', 3622 'rendering/style/OutlineValueTest.cpp',
3621 'rendering/style/RenderStyleTest.cpp', 3623 'rendering/style/RenderStyleTest.cpp',
3622 'testing/PrivateScriptTestTest.cpp', 3624 'testing/PrivateScriptTestTest.cpp',
3623 'streams/ReadableStreamTest.cpp', 3625 'streams/ReadableStreamTest.cpp',
3624 'testing/UnitTestHelpers.cpp', 3626 'testing/UnitTestHelpers.cpp',
3625 'testing/UnitTestHelpers.h', 3627 'testing/UnitTestHelpers.h',
3626 'xml/parser/SharedBufferReaderTest.cpp', 3628 'xml/parser/SharedBufferReaderTest.cpp',
3627 ], 3629 ],
3628 } 3630 }
3629 } 3631 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/PartPainter.h » ('j') | Source/core/paint/PartPainter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698