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

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

Issue 723103002: Revert "Move ViewDisplayList to GraphicsLayer" (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 | « LayoutTests/TestExpectations ('k') | Source/core/paint/ClipRecorder.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 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after
1509 'paint/SVGTextPainter.cpp', 1509 'paint/SVGTextPainter.cpp',
1510 'paint/SVGTextPainter.h', 1510 'paint/SVGTextPainter.h',
1511 'paint/TablePainter.cpp', 1511 'paint/TablePainter.cpp',
1512 'paint/TablePainter.h', 1512 'paint/TablePainter.h',
1513 'paint/TableRowPainter.cpp', 1513 'paint/TableRowPainter.cpp',
1514 'paint/TableRowPainter.h', 1514 'paint/TableRowPainter.h',
1515 'paint/TableSectionPainter.cpp', 1515 'paint/TableSectionPainter.cpp',
1516 'paint/TableSectionPainter.h', 1516 'paint/TableSectionPainter.h',
1517 'paint/VideoPainter.cpp', 1517 'paint/VideoPainter.cpp',
1518 'paint/VideoPainter.h', 1518 'paint/VideoPainter.h',
1519 'paint/ViewDisplayList.cpp',
1520 'paint/ViewDisplayList.h',
1519 'paint/ViewPainter.cpp', 1521 'paint/ViewPainter.cpp',
1520 'paint/ViewPainter.h', 1522 'paint/ViewPainter.h',
1521 'plugins/DOMMimeType.cpp', 1523 'plugins/DOMMimeType.cpp',
1522 'plugins/DOMMimeType.h', 1524 'plugins/DOMMimeType.h',
1523 'plugins/DOMMimeTypeArray.cpp', 1525 'plugins/DOMMimeTypeArray.cpp',
1524 'plugins/DOMMimeTypeArray.h', 1526 'plugins/DOMMimeTypeArray.h',
1525 'plugins/DOMPlugin.cpp', 1527 'plugins/DOMPlugin.cpp',
1526 'plugins/DOMPlugin.h', 1528 'plugins/DOMPlugin.h',
1527 'plugins/DOMPluginArray.cpp', 1529 'plugins/DOMPluginArray.cpp',
1528 'plugins/DOMPluginArray.h', 1530 'plugins/DOMPluginArray.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1568 'rendering/InlineBox.cpp', 1570 'rendering/InlineBox.cpp',
1569 'rendering/InlineFlowBox.cpp', 1571 'rendering/InlineFlowBox.cpp',
1570 'rendering/InlineIterator.h', 1572 'rendering/InlineIterator.h',
1571 'rendering/InlineTextBox.cpp', 1573 'rendering/InlineTextBox.cpp',
1572 'rendering/LayerFragment.h', 1574 'rendering/LayerFragment.h',
1573 'rendering/LayoutState.cpp', 1575 'rendering/LayoutState.cpp',
1574 'rendering/OrderIterator.cpp', 1576 'rendering/OrderIterator.cpp',
1575 'rendering/OrderIterator.h', 1577 'rendering/OrderIterator.h',
1576 'rendering/PaintInvalidationState.cpp', 1578 'rendering/PaintInvalidationState.cpp',
1577 'rendering/PaintInvalidationState.h', 1579 'rendering/PaintInvalidationState.h',
1578 'rendering/PaintPhase.cpp',
1579 'rendering/PaintPhase.h',
1580 'rendering/PointerEventsHitRules.cpp', 1580 'rendering/PointerEventsHitRules.cpp',
1581 'rendering/PointerEventsHitRules.h', 1581 'rendering/PointerEventsHitRules.h',
1582 'rendering/RenderApplet.cpp', 1582 'rendering/RenderApplet.cpp',
1583 'rendering/RenderApplet.h', 1583 'rendering/RenderApplet.h',
1584 'rendering/RenderBR.cpp', 1584 'rendering/RenderBR.cpp',
1585 'rendering/RenderBlock.cpp', 1585 'rendering/RenderBlock.cpp',
1586 'rendering/RenderBlockFlow.cpp', 1586 'rendering/RenderBlockFlow.cpp',
1587 'rendering/RenderBlockLineLayout.cpp', 1587 'rendering/RenderBlockLineLayout.cpp',
1588 'rendering/RenderBox.cpp', 1588 'rendering/RenderBox.cpp',
1589 'rendering/RenderBoxClipper.cpp', 1589 'rendering/RenderBoxClipper.cpp',
(...skipping 1957 matching lines...) Expand 10 before | Expand all | Expand 10 after
3547 'paint/ClipRecorderTest.cpp', 3547 'paint/ClipRecorderTest.cpp',
3548 'paint/DrawingRecorderTest.cpp', 3548 'paint/DrawingRecorderTest.cpp',
3549 'paint/ViewDisplayListTest.cpp', 3549 'paint/ViewDisplayListTest.cpp',
3550 'rendering/RenderBlockTest.cpp', 3550 'rendering/RenderBlockTest.cpp',
3551 'rendering/RenderInlineTest.cpp', 3551 'rendering/RenderInlineTest.cpp',
3552 'rendering/RenderOverflowTest.cpp', 3552 'rendering/RenderOverflowTest.cpp',
3553 'rendering/RenderMultiColumnFlowThreadTest.cpp', 3553 'rendering/RenderMultiColumnFlowThreadTest.cpp',
3554 'rendering/RenderPartTest.cpp', 3554 'rendering/RenderPartTest.cpp',
3555 'rendering/RenderTableCellTest.cpp', 3555 'rendering/RenderTableCellTest.cpp',
3556 'rendering/RenderTableRowTest.cpp', 3556 'rendering/RenderTableRowTest.cpp',
3557 'rendering/RenderingTestHelper.cpp',
3558 'rendering/RenderingTestHelper.h',
3559 'rendering/TextPainterTest.cpp', 3557 'rendering/TextPainterTest.cpp',
3560 'rendering/shapes/BoxShapeTest.cpp', 3558 'rendering/shapes/BoxShapeTest.cpp',
3561 'rendering/style/OutlineValueTest.cpp', 3559 'rendering/style/OutlineValueTest.cpp',
3562 'rendering/style/RenderStyleTest.cpp', 3560 'rendering/style/RenderStyleTest.cpp',
3563 'testing/PrivateScriptTestTest.cpp', 3561 'testing/PrivateScriptTestTest.cpp',
3564 'streams/ReadableStreamTest.cpp', 3562 'streams/ReadableStreamTest.cpp',
3565 'testing/UnitTestHelpers.cpp', 3563 'testing/UnitTestHelpers.cpp',
3566 'testing/UnitTestHelpers.h', 3564 'testing/UnitTestHelpers.h',
3567 'xml/parser/SharedBufferReaderTest.cpp', 3565 'xml/parser/SharedBufferReaderTest.cpp',
3568 ], 3566 ],
3569 } 3567 }
3570 } 3568 }
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/paint/ClipRecorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698