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

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

Issue 738863002: Move TextPainter to core/paint/ (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/EllipsisBoxPainter.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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1502 matching lines...) Expand 10 before | Expand all | Expand 10 after
1513 'paint/SVGTextPainter.cpp', 1513 'paint/SVGTextPainter.cpp',
1514 'paint/SVGTextPainter.h', 1514 'paint/SVGTextPainter.h',
1515 'paint/TableCellPainter.cpp', 1515 'paint/TableCellPainter.cpp',
1516 'paint/TableCellPainter.h', 1516 'paint/TableCellPainter.h',
1517 'paint/TablePainter.cpp', 1517 'paint/TablePainter.cpp',
1518 'paint/TablePainter.h', 1518 'paint/TablePainter.h',
1519 'paint/TableRowPainter.cpp', 1519 'paint/TableRowPainter.cpp',
1520 'paint/TableRowPainter.h', 1520 'paint/TableRowPainter.h',
1521 'paint/TableSectionPainter.cpp', 1521 'paint/TableSectionPainter.cpp',
1522 'paint/TableSectionPainter.h', 1522 'paint/TableSectionPainter.h',
1523 'paint/TextPainter.cpp',
1524 'paint/TextPainter.h',
1523 'paint/VideoPainter.cpp', 1525 'paint/VideoPainter.cpp',
1524 'paint/VideoPainter.h', 1526 'paint/VideoPainter.h',
1525 'paint/ViewDisplayList.cpp', 1527 'paint/ViewDisplayList.cpp',
1526 'paint/ViewDisplayList.h', 1528 'paint/ViewDisplayList.h',
1527 'paint/ViewPainter.cpp', 1529 'paint/ViewPainter.cpp',
1528 'paint/ViewPainter.h', 1530 'paint/ViewPainter.h',
1529 'plugins/DOMMimeType.cpp', 1531 'plugins/DOMMimeType.cpp',
1530 'plugins/DOMMimeType.h', 1532 'plugins/DOMMimeType.h',
1531 'plugins/DOMMimeTypeArray.cpp', 1533 'plugins/DOMMimeTypeArray.cpp',
1532 'plugins/DOMMimeTypeArray.h', 1534 'plugins/DOMMimeTypeArray.h',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1743 'rendering/RenderView.cpp', 1745 'rendering/RenderView.cpp',
1744 'rendering/RenderWordBreak.cpp', 1746 'rendering/RenderWordBreak.cpp',
1745 'rendering/RenderWordBreak.h', 1747 'rendering/RenderWordBreak.h',
1746 'rendering/RootInlineBox.cpp', 1748 'rendering/RootInlineBox.cpp',
1747 'rendering/ScrollAlignment.cpp', 1749 'rendering/ScrollAlignment.cpp',
1748 'rendering/SubtreeLayoutScope.cpp', 1750 'rendering/SubtreeLayoutScope.cpp',
1749 'rendering/SubtreeLayoutScope.h', 1751 'rendering/SubtreeLayoutScope.h',
1750 'rendering/TableLayout.h', 1752 'rendering/TableLayout.h',
1751 'rendering/TextAutosizer.cpp', 1753 'rendering/TextAutosizer.cpp',
1752 'rendering/TextAutosizer.h', 1754 'rendering/TextAutosizer.h',
1753 'rendering/TextPainter.cpp',
1754 'rendering/TextPainter.h',
1755 'rendering/TextRunConstructor.cpp', 1755 'rendering/TextRunConstructor.cpp',
1756 'rendering/TextRunConstructor.h', 1756 'rendering/TextRunConstructor.h',
1757 'rendering/TrailingFloatsRootInlineBox.h', 1757 'rendering/TrailingFloatsRootInlineBox.h',
1758 'rendering/VerticalPositionCache.h', 1758 'rendering/VerticalPositionCache.h',
1759 'rendering/break_lines.cpp', 1759 'rendering/break_lines.cpp',
1760 'rendering/break_lines.h', 1760 'rendering/break_lines.h',
1761 'rendering/compositing/CompositedLayerMapping.cpp', 1761 'rendering/compositing/CompositedLayerMapping.cpp',
1762 'rendering/compositing/CompositedLayerMapping.h', 1762 'rendering/compositing/CompositedLayerMapping.h',
1763 'rendering/compositing/CompositingInputsUpdater.cpp', 1763 'rendering/compositing/CompositingInputsUpdater.cpp',
1764 'rendering/compositing/CompositingInputsUpdater.h', 1764 'rendering/compositing/CompositingInputsUpdater.h',
(...skipping 1781 matching lines...) Expand 10 before | Expand all | Expand 10 after
3546 'html/forms/FileInputTypeTest.cpp', 3546 'html/forms/FileInputTypeTest.cpp',
3547 'html/parser/HTMLParserThreadTest.cpp', 3547 'html/parser/HTMLParserThreadTest.cpp',
3548 'html/parser/HTMLSrcsetParserTest.cpp', 3548 'html/parser/HTMLSrcsetParserTest.cpp',
3549 'html/track/vtt/BufferedLineReaderTest.cpp', 3549 'html/track/vtt/BufferedLineReaderTest.cpp',
3550 'html/track/vtt/VTTScannerTest.cpp', 3550 'html/track/vtt/VTTScannerTest.cpp',
3551 'loader/MixedContentCheckerTest.cpp', 3551 'loader/MixedContentCheckerTest.cpp',
3552 'page/NetworkStateNotifierTest.cpp', 3552 'page/NetworkStateNotifierTest.cpp',
3553 'page/PrintContextTest.cpp', 3553 'page/PrintContextTest.cpp',
3554 'paint/ClipRecorderTest.cpp', 3554 'paint/ClipRecorderTest.cpp',
3555 'paint/DrawingRecorderTest.cpp', 3555 'paint/DrawingRecorderTest.cpp',
3556 'paint/TextPainterTest.cpp',
3556 'paint/ViewDisplayListTest.cpp', 3557 'paint/ViewDisplayListTest.cpp',
3557 'rendering/RenderBlockTest.cpp', 3558 'rendering/RenderBlockTest.cpp',
3558 'rendering/RenderInlineTest.cpp', 3559 'rendering/RenderInlineTest.cpp',
3559 'rendering/RenderOverflowTest.cpp', 3560 'rendering/RenderOverflowTest.cpp',
3560 'rendering/RenderMultiColumnFlowThreadTest.cpp', 3561 'rendering/RenderMultiColumnFlowThreadTest.cpp',
3561 'rendering/RenderPartTest.cpp', 3562 'rendering/RenderPartTest.cpp',
3562 'rendering/RenderTableCellTest.cpp', 3563 'rendering/RenderTableCellTest.cpp',
3563 'rendering/RenderTableRowTest.cpp', 3564 'rendering/RenderTableRowTest.cpp',
3564 'rendering/TextPainterTest.cpp',
3565 'rendering/shapes/BoxShapeTest.cpp', 3565 'rendering/shapes/BoxShapeTest.cpp',
3566 'rendering/style/OutlineValueTest.cpp', 3566 'rendering/style/OutlineValueTest.cpp',
3567 'rendering/style/RenderStyleTest.cpp', 3567 'rendering/style/RenderStyleTest.cpp',
3568 'testing/PrivateScriptTestTest.cpp', 3568 'testing/PrivateScriptTestTest.cpp',
3569 'streams/ReadableStreamTest.cpp', 3569 'streams/ReadableStreamTest.cpp',
3570 'testing/UnitTestHelpers.cpp', 3570 'testing/UnitTestHelpers.cpp',
3571 'testing/UnitTestHelpers.h', 3571 'testing/UnitTestHelpers.h',
3572 'xml/parser/SharedBufferReaderTest.cpp', 3572 'xml/parser/SharedBufferReaderTest.cpp',
3573 ], 3573 ],
3574 } 3574 }
3575 } 3575 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/EllipsisBoxPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698