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

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

Issue 1043643002: Switch line layout to LayoutUnit. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline Created 5 years, 7 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
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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 'layout/compositing/DeprecatedPaintLayerCompositor.h', 755 'layout/compositing/DeprecatedPaintLayerCompositor.h',
756 'layout/compositing/GraphicsLayerTreeBuilder.cpp', 756 'layout/compositing/GraphicsLayerTreeBuilder.cpp',
757 'layout/compositing/GraphicsLayerTreeBuilder.h', 757 'layout/compositing/GraphicsLayerTreeBuilder.h',
758 'layout/compositing/GraphicsLayerUpdater.cpp', 758 'layout/compositing/GraphicsLayerUpdater.cpp',
759 'layout/compositing/GraphicsLayerUpdater.h', 759 'layout/compositing/GraphicsLayerUpdater.h',
760 'layout/line/AbstractInlineTextBox.cpp', 760 'layout/line/AbstractInlineTextBox.cpp',
761 'layout/line/AbstractInlineTextBox.h', 761 'layout/line/AbstractInlineTextBox.h',
762 'layout/line/BreakingContext.cpp', 762 'layout/line/BreakingContext.cpp',
763 'layout/line/EllipsisBox.cpp', 763 'layout/line/EllipsisBox.cpp',
764 'layout/line/EllipsisBox.h', 764 'layout/line/EllipsisBox.h',
765 'layout/line/FloatToLayoutUnit.h',
766 'layout/line/InlineBox.cpp', 765 'layout/line/InlineBox.cpp',
767 'layout/line/InlineFlowBox.cpp', 766 'layout/line/InlineFlowBox.cpp',
768 'layout/line/InlineIterator.h', 767 'layout/line/InlineIterator.h',
769 'layout/line/InlineTextBox.cpp', 768 'layout/line/InlineTextBox.cpp',
770 'layout/line/LineBoxList.cpp', 769 'layout/line/LineBoxList.cpp',
771 'layout/line/LineBreaker.cpp', 770 'layout/line/LineBreaker.cpp',
772 'layout/line/LineBreaker.h', 771 'layout/line/LineBreaker.h',
773 'layout/line/LineWidth.cpp', 772 'layout/line/LineWidth.cpp',
774 'layout/line/LineWidth.h', 773 'layout/line/LineWidth.h',
775 'layout/line/RootInlineBox.cpp', 774 'layout/line/RootInlineBox.cpp',
(...skipping 3132 matching lines...) Expand 10 before | Expand all | Expand 10 after
3908 'style/ComputedStyleTest.cpp', 3907 'style/ComputedStyleTest.cpp',
3909 'style/OutlineValueTest.cpp', 3908 'style/OutlineValueTest.cpp',
3910 'style/SVGComputedStyleTest.cpp', 3909 'style/SVGComputedStyleTest.cpp',
3911 'testing/PrivateScriptTestTest.cpp', 3910 'testing/PrivateScriptTestTest.cpp',
3912 'timing/MemoryInfoTest.cpp', 3911 'timing/MemoryInfoTest.cpp',
3913 'workers/WorkerThreadTest.cpp', 3912 'workers/WorkerThreadTest.cpp',
3914 'xml/parser/SharedBufferReaderTest.cpp', 3913 'xml/parser/SharedBufferReaderTest.cpp',
3915 ], 3914 ],
3916 } 3915 }
3917 } 3916 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/LayoutBR.h » ('j') | Source/core/layout/LayoutBlockFlowLine.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698