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

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

Issue 1179723002: Store glyph bounds in WordMeasurement to avoid slow path width calc (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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 | « LayoutTests/TestExpectations ('k') | Source/core/layout/LayoutBR.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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'layout/compositing/DeprecatedPaintLayerCompositor.h', 753 'layout/compositing/DeprecatedPaintLayerCompositor.h',
754 'layout/compositing/GraphicsLayerTreeBuilder.cpp', 754 'layout/compositing/GraphicsLayerTreeBuilder.cpp',
755 'layout/compositing/GraphicsLayerTreeBuilder.h', 755 'layout/compositing/GraphicsLayerTreeBuilder.h',
756 'layout/compositing/GraphicsLayerUpdater.cpp', 756 'layout/compositing/GraphicsLayerUpdater.cpp',
757 'layout/compositing/GraphicsLayerUpdater.h', 757 'layout/compositing/GraphicsLayerUpdater.h',
758 'layout/line/AbstractInlineTextBox.cpp', 758 'layout/line/AbstractInlineTextBox.cpp',
759 'layout/line/AbstractInlineTextBox.h', 759 'layout/line/AbstractInlineTextBox.h',
760 'layout/line/BreakingContext.cpp', 760 'layout/line/BreakingContext.cpp',
761 'layout/line/EllipsisBox.cpp', 761 'layout/line/EllipsisBox.cpp',
762 'layout/line/EllipsisBox.h', 762 'layout/line/EllipsisBox.h',
763 'layout/line/GlyphOverflow.h',
763 'layout/line/InlineBox.cpp', 764 'layout/line/InlineBox.cpp',
764 'layout/line/InlineFlowBox.cpp', 765 'layout/line/InlineFlowBox.cpp',
765 'layout/line/InlineIterator.h', 766 'layout/line/InlineIterator.h',
766 'layout/line/InlineTextBox.cpp', 767 'layout/line/InlineTextBox.cpp',
767 'layout/line/LineBoxList.cpp', 768 'layout/line/LineBoxList.cpp',
768 'layout/line/LineBreaker.cpp', 769 'layout/line/LineBreaker.cpp',
769 'layout/line/LineBreaker.h', 770 'layout/line/LineBreaker.h',
770 'layout/line/LineWidth.cpp', 771 'layout/line/LineWidth.cpp',
771 'layout/line/LineWidth.h', 772 'layout/line/LineWidth.h',
772 'layout/line/RootInlineBox.cpp', 773 'layout/line/RootInlineBox.cpp',
(...skipping 3159 matching lines...) Expand 10 before | Expand all | Expand 10 after
3932 'style/ComputedStyleTest.cpp', 3933 'style/ComputedStyleTest.cpp',
3933 'style/OutlineValueTest.cpp', 3934 'style/OutlineValueTest.cpp',
3934 'style/SVGComputedStyleTest.cpp', 3935 'style/SVGComputedStyleTest.cpp',
3935 'testing/PrivateScriptTestTest.cpp', 3936 'testing/PrivateScriptTestTest.cpp',
3936 'timing/MemoryInfoTest.cpp', 3937 'timing/MemoryInfoTest.cpp',
3937 'workers/WorkerThreadTest.cpp', 3938 'workers/WorkerThreadTest.cpp',
3938 'xml/parser/SharedBufferReaderTest.cpp', 3939 'xml/parser/SharedBufferReaderTest.cpp',
3939 ], 3940 ],
3940 } 3941 }
3941 } 3942 }
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/layout/LayoutBR.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698