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

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: For review 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
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 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 'layout/compositing/DeprecatedPaintLayerCompositor.h', 752 'layout/compositing/DeprecatedPaintLayerCompositor.h',
753 'layout/compositing/GraphicsLayerTreeBuilder.cpp', 753 'layout/compositing/GraphicsLayerTreeBuilder.cpp',
754 'layout/compositing/GraphicsLayerTreeBuilder.h', 754 'layout/compositing/GraphicsLayerTreeBuilder.h',
755 'layout/compositing/GraphicsLayerUpdater.cpp', 755 'layout/compositing/GraphicsLayerUpdater.cpp',
756 'layout/compositing/GraphicsLayerUpdater.h', 756 'layout/compositing/GraphicsLayerUpdater.h',
757 'layout/line/AbstractInlineTextBox.cpp', 757 'layout/line/AbstractInlineTextBox.cpp',
758 'layout/line/AbstractInlineTextBox.h', 758 'layout/line/AbstractInlineTextBox.h',
759 'layout/line/BreakingContext.cpp', 759 'layout/line/BreakingContext.cpp',
760 'layout/line/EllipsisBox.cpp', 760 'layout/line/EllipsisBox.cpp',
761 'layout/line/EllipsisBox.h', 761 'layout/line/EllipsisBox.h',
762 'layout/line/GlyphOverflow.h',
762 'layout/line/InlineBox.cpp', 763 'layout/line/InlineBox.cpp',
763 'layout/line/InlineFlowBox.cpp', 764 'layout/line/InlineFlowBox.cpp',
764 'layout/line/InlineIterator.h', 765 'layout/line/InlineIterator.h',
765 'layout/line/InlineTextBox.cpp', 766 'layout/line/InlineTextBox.cpp',
766 'layout/line/LineBoxList.cpp', 767 'layout/line/LineBoxList.cpp',
767 'layout/line/LineBreaker.cpp', 768 'layout/line/LineBreaker.cpp',
768 'layout/line/LineBreaker.h', 769 'layout/line/LineBreaker.h',
769 'layout/line/LineWidth.cpp', 770 'layout/line/LineWidth.cpp',
770 'layout/line/LineWidth.h', 771 'layout/line/LineWidth.h',
771 'layout/line/RootInlineBox.cpp', 772 'layout/line/RootInlineBox.cpp',
(...skipping 3158 matching lines...) Expand 10 before | Expand all | Expand 10 after
3930 'style/ComputedStyleTest.cpp', 3931 'style/ComputedStyleTest.cpp',
3931 'style/OutlineValueTest.cpp', 3932 'style/OutlineValueTest.cpp',
3932 'style/SVGComputedStyleTest.cpp', 3933 'style/SVGComputedStyleTest.cpp',
3933 'testing/PrivateScriptTestTest.cpp', 3934 'testing/PrivateScriptTestTest.cpp',
3934 'timing/MemoryInfoTest.cpp', 3935 'timing/MemoryInfoTest.cpp',
3935 'workers/WorkerThreadTest.cpp', 3936 'workers/WorkerThreadTest.cpp',
3936 'xml/parser/SharedBufferReaderTest.cpp', 3937 'xml/parser/SharedBufferReaderTest.cpp',
3937 ], 3938 ],
3938 } 3939 }
3939 } 3940 }
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