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

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

Issue 538663002: Move InlineTextBox::paint guts into blink::TextPainter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 3 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
« no previous file with comments | « no previous file | Source/core/rendering/InlineTextBox.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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1682 matching lines...) Expand 10 before | Expand all | Expand 10 after
1693 'rendering/RenderWidget.cpp', 1693 'rendering/RenderWidget.cpp',
1694 'rendering/RenderWordBreak.cpp', 1694 'rendering/RenderWordBreak.cpp',
1695 'rendering/RenderWordBreak.h', 1695 'rendering/RenderWordBreak.h',
1696 'rendering/RootInlineBox.cpp', 1696 'rendering/RootInlineBox.cpp',
1697 'rendering/ScrollAlignment.cpp', 1697 'rendering/ScrollAlignment.cpp',
1698 'rendering/SubtreeLayoutScope.cpp', 1698 'rendering/SubtreeLayoutScope.cpp',
1699 'rendering/SubtreeLayoutScope.h', 1699 'rendering/SubtreeLayoutScope.h',
1700 'rendering/TableLayout.h', 1700 'rendering/TableLayout.h',
1701 'rendering/TextAutosizer.cpp', 1701 'rendering/TextAutosizer.cpp',
1702 'rendering/TextAutosizer.h', 1702 'rendering/TextAutosizer.h',
1703 'rendering/TextPainter.cpp',
1704 'rendering/TextPainter.h',
1703 'rendering/TextRunConstructor.cpp', 1705 'rendering/TextRunConstructor.cpp',
1704 'rendering/TextRunConstructor.h', 1706 'rendering/TextRunConstructor.h',
1705 'rendering/TrailingFloatsRootInlineBox.h', 1707 'rendering/TrailingFloatsRootInlineBox.h',
1706 'rendering/VerticalPositionCache.h', 1708 'rendering/VerticalPositionCache.h',
1707 'rendering/break_lines.cpp', 1709 'rendering/break_lines.cpp',
1708 'rendering/break_lines.h', 1710 'rendering/break_lines.h',
1709 'rendering/compositing/CompositedLayerMapping.cpp', 1711 'rendering/compositing/CompositedLayerMapping.cpp',
1710 'rendering/compositing/CompositedLayerMapping.h', 1712 'rendering/compositing/CompositedLayerMapping.h',
1711 'rendering/compositing/CompositingInputsUpdater.cpp', 1713 'rendering/compositing/CompositingInputsUpdater.cpp',
1712 'rendering/compositing/CompositingInputsUpdater.h', 1714 'rendering/compositing/CompositingInputsUpdater.h',
(...skipping 1788 matching lines...) Expand 10 before | Expand all | Expand 10 after
3501 'rendering/shapes/BoxShapeTest.cpp', 3503 'rendering/shapes/BoxShapeTest.cpp',
3502 'rendering/style/OutlineValueTest.cpp', 3504 'rendering/style/OutlineValueTest.cpp',
3503 'testing/PrivateScriptTestTest.cpp', 3505 'testing/PrivateScriptTestTest.cpp',
3504 'streams/ReadableStreamTest.cpp', 3506 'streams/ReadableStreamTest.cpp',
3505 'testing/UnitTestHelpers.cpp', 3507 'testing/UnitTestHelpers.cpp',
3506 'testing/UnitTestHelpers.h', 3508 'testing/UnitTestHelpers.h',
3507 'xml/parser/SharedBufferReaderTest.cpp', 3509 'xml/parser/SharedBufferReaderTest.cpp',
3508 ], 3510 ],
3509 } 3511 }
3510 } 3512 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/rendering/InlineTextBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698