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

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

Issue 346603005: Remove the old text autosizer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase for landing Created 6 years, 4 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/dom/Document.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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1667 matching lines...) Expand 10 before | Expand all | Expand 10 after
1678 'rendering/RenderVideo.h', 1678 'rendering/RenderVideo.h',
1679 'rendering/RenderView.cpp', 1679 'rendering/RenderView.cpp',
1680 'rendering/RenderWidget.cpp', 1680 'rendering/RenderWidget.cpp',
1681 'rendering/RenderWordBreak.cpp', 1681 'rendering/RenderWordBreak.cpp',
1682 'rendering/RenderWordBreak.h', 1682 'rendering/RenderWordBreak.h',
1683 'rendering/RootInlineBox.cpp', 1683 'rendering/RootInlineBox.cpp',
1684 'rendering/ScrollAlignment.cpp', 1684 'rendering/ScrollAlignment.cpp',
1685 'rendering/SubtreeLayoutScope.cpp', 1685 'rendering/SubtreeLayoutScope.cpp',
1686 'rendering/SubtreeLayoutScope.h', 1686 'rendering/SubtreeLayoutScope.h',
1687 'rendering/TableLayout.h', 1687 'rendering/TableLayout.h',
1688 'rendering/TextAutosizer.cpp',
1689 'rendering/TextAutosizer.h',
1690 'rendering/TextRunConstructor.cpp', 1688 'rendering/TextRunConstructor.cpp',
1691 'rendering/TextRunConstructor.h', 1689 'rendering/TextRunConstructor.h',
1692 'rendering/TrailingFloatsRootInlineBox.h', 1690 'rendering/TrailingFloatsRootInlineBox.h',
1693 'rendering/VerticalPositionCache.h', 1691 'rendering/VerticalPositionCache.h',
1694 'rendering/break_lines.cpp', 1692 'rendering/break_lines.cpp',
1695 'rendering/break_lines.h', 1693 'rendering/break_lines.h',
1696 'rendering/compositing/CompositedLayerMapping.cpp', 1694 'rendering/compositing/CompositedLayerMapping.cpp',
1697 'rendering/compositing/CompositedLayerMapping.h', 1695 'rendering/compositing/CompositedLayerMapping.h',
1698 'rendering/compositing/CompositedLayerMappingPtr.h', 1696 'rendering/compositing/CompositedLayerMappingPtr.h',
1699 'rendering/compositing/CompositingInputsUpdater.cpp', 1697 'rendering/compositing/CompositingInputsUpdater.cpp',
(...skipping 1741 matching lines...) Expand 10 before | Expand all | Expand 10 after
3441 'rendering/RenderTableCellTest.cpp', 3439 'rendering/RenderTableCellTest.cpp',
3442 'rendering/RenderTableRowTest.cpp', 3440 'rendering/RenderTableRowTest.cpp',
3443 'rendering/shapes/BoxShapeTest.cpp', 3441 'rendering/shapes/BoxShapeTest.cpp',
3444 'testing/PrivateScriptTestTest.cpp', 3442 'testing/PrivateScriptTestTest.cpp',
3445 'testing/UnitTestHelpers.cpp', 3443 'testing/UnitTestHelpers.cpp',
3446 'testing/UnitTestHelpers.h', 3444 'testing/UnitTestHelpers.h',
3447 'xml/parser/SharedBufferReaderTest.cpp', 3445 'xml/parser/SharedBufferReaderTest.cpp',
3448 ], 3446 ],
3449 } 3447 }
3450 } 3448 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698