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

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

Issue 1175953003: Revert "Remove obsolete float-management code from line layout" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/layout/LayoutBlockFlowLine.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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 'layout/line/InlineBox.cpp', 762 'layout/line/InlineBox.cpp',
763 'layout/line/InlineFlowBox.cpp', 763 'layout/line/InlineFlowBox.cpp',
764 'layout/line/InlineIterator.h', 764 'layout/line/InlineIterator.h',
765 'layout/line/InlineTextBox.cpp', 765 'layout/line/InlineTextBox.cpp',
766 'layout/line/LineBoxList.cpp', 766 'layout/line/LineBoxList.cpp',
767 'layout/line/LineBreaker.cpp', 767 'layout/line/LineBreaker.cpp',
768 'layout/line/LineBreaker.h', 768 'layout/line/LineBreaker.h',
769 'layout/line/LineWidth.cpp', 769 'layout/line/LineWidth.cpp',
770 'layout/line/LineWidth.h', 770 'layout/line/LineWidth.h',
771 'layout/line/RootInlineBox.cpp', 771 'layout/line/RootInlineBox.cpp',
772 'layout/line/TrailingFloatsRootInlineBox.h',
772 'layout/line/TrailingObjects.cpp', 773 'layout/line/TrailingObjects.cpp',
773 'layout/line/TrailingObjects.h', 774 'layout/line/TrailingObjects.h',
774 'layout/shapes/BoxShape.cpp', 775 'layout/shapes/BoxShape.cpp',
775 'layout/shapes/BoxShape.h', 776 'layout/shapes/BoxShape.h',
776 'layout/shapes/PolygonShape.cpp', 777 'layout/shapes/PolygonShape.cpp',
777 'layout/shapes/PolygonShape.h', 778 'layout/shapes/PolygonShape.h',
778 'layout/shapes/RasterShape.cpp', 779 'layout/shapes/RasterShape.cpp',
779 'layout/shapes/RasterShape.h', 780 'layout/shapes/RasterShape.h',
780 'layout/shapes/RectangleShape.cpp', 781 'layout/shapes/RectangleShape.cpp',
781 'layout/shapes/RectangleShape.h', 782 'layout/shapes/RectangleShape.h',
(...skipping 3147 matching lines...) Expand 10 before | Expand all | Expand 10 after
3929 'style/ComputedStyleTest.cpp', 3930 'style/ComputedStyleTest.cpp',
3930 'style/OutlineValueTest.cpp', 3931 'style/OutlineValueTest.cpp',
3931 'style/SVGComputedStyleTest.cpp', 3932 'style/SVGComputedStyleTest.cpp',
3932 'testing/PrivateScriptTestTest.cpp', 3933 'testing/PrivateScriptTestTest.cpp',
3933 'timing/MemoryInfoTest.cpp', 3934 'timing/MemoryInfoTest.cpp',
3934 'workers/WorkerThreadTest.cpp', 3935 'workers/WorkerThreadTest.cpp',
3935 'xml/parser/SharedBufferReaderTest.cpp', 3936 'xml/parser/SharedBufferReaderTest.cpp',
3936 ], 3937 ],
3937 } 3938 }
3938 } 3939 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/LayoutBlockFlowLine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698