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

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

Issue 847783003: New display item caching (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: New method, supporting partial paint Created 5 years, 11 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
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 1592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1603 'paint/SVGRootPainter.cpp', 1603 'paint/SVGRootPainter.cpp',
1604 'paint/SVGRootPainter.h', 1604 'paint/SVGRootPainter.h',
1605 'paint/SVGShapePainter.cpp', 1605 'paint/SVGShapePainter.cpp',
1606 'paint/SVGShapePainter.h', 1606 'paint/SVGShapePainter.h',
1607 'paint/SVGTextPainter.cpp', 1607 'paint/SVGTextPainter.cpp',
1608 'paint/SVGTextPainter.h', 1608 'paint/SVGTextPainter.h',
1609 'paint/ScrollableAreaPainter.cpp', 1609 'paint/ScrollableAreaPainter.cpp',
1610 'paint/ScrollableAreaPainter.h', 1610 'paint/ScrollableAreaPainter.h',
1611 'paint/ScrollbarPainter.cpp', 1611 'paint/ScrollbarPainter.cpp',
1612 'paint/ScrollbarPainter.h', 1612 'paint/ScrollbarPainter.h',
1613 'paint/SubtreeInfoRecorder.cpp',
1614 'paint/SubtreeInfoRecorder.h',
1613 'paint/TableCellPainter.cpp', 1615 'paint/TableCellPainter.cpp',
1614 'paint/TableCellPainter.h', 1616 'paint/TableCellPainter.h',
1615 'paint/TablePainter.cpp', 1617 'paint/TablePainter.cpp',
1616 'paint/TablePainter.h', 1618 'paint/TablePainter.h',
1617 'paint/TableRowPainter.cpp', 1619 'paint/TableRowPainter.cpp',
1618 'paint/TableRowPainter.h', 1620 'paint/TableRowPainter.h',
1619 'paint/TableSectionPainter.cpp', 1621 'paint/TableSectionPainter.cpp',
1620 'paint/TableSectionPainter.h', 1622 'paint/TableSectionPainter.h',
1621 'paint/TextPainter.cpp', 1623 'paint/TextPainter.cpp',
1622 'paint/TextPainter.h', 1624 'paint/TextPainter.h',
(...skipping 2134 matching lines...) Expand 10 before | Expand all | Expand 10 after
3757 'rendering/style/RenderStyleTest.cpp', 3759 'rendering/style/RenderStyleTest.cpp',
3758 'rendering/style/SVGRenderStyleTest.cpp', 3760 'rendering/style/SVGRenderStyleTest.cpp',
3759 'streams/ReadableStreamTest.cpp', 3761 'streams/ReadableStreamTest.cpp',
3760 'testing/PrivateScriptTestTest.cpp', 3762 'testing/PrivateScriptTestTest.cpp',
3761 'testing/UnitTestHelpers.cpp', 3763 'testing/UnitTestHelpers.cpp',
3762 'testing/UnitTestHelpers.h', 3764 'testing/UnitTestHelpers.h',
3763 'xml/parser/SharedBufferReaderTest.cpp', 3765 'xml/parser/SharedBufferReaderTest.cpp',
3764 ], 3766 ],
3765 } 3767 }
3766 } 3768 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/BlockPainter.cpp » ('j') | Source/platform/graphics/paint/CachedDisplayItem.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698