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

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

Issue 1218013003: Keep a cache of caret painters to avoid recomputing all the time. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: a shade of deduplication blue Created 5 years, 5 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/compositing/CompositedDeprecatedPaintLayerMapping.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 1909 matching lines...) Expand 10 before | Expand all | Expand 10 after
1920 'paint/MediaControlsPainter.cpp', 1920 'paint/MediaControlsPainter.cpp',
1921 'paint/MediaControlsPainter.h', 1921 'paint/MediaControlsPainter.h',
1922 'paint/MultiColumnSetPainter.cpp', 1922 'paint/MultiColumnSetPainter.cpp',
1923 'paint/MultiColumnSetPainter.h', 1923 'paint/MultiColumnSetPainter.h',
1924 'paint/NinePieceImageGrid.cpp', 1924 'paint/NinePieceImageGrid.cpp',
1925 'paint/NinePieceImageGrid.h', 1925 'paint/NinePieceImageGrid.h',
1926 'paint/NinePieceImagePainter.cpp', 1926 'paint/NinePieceImagePainter.cpp',
1927 'paint/NinePieceImagePainter.h', 1927 'paint/NinePieceImagePainter.h',
1928 'paint/ObjectPainter.cpp', 1928 'paint/ObjectPainter.cpp',
1929 'paint/ObjectPainter.h', 1929 'paint/ObjectPainter.h',
1930 'paint/PaintDataCache.cpp',
1931 'paint/PaintDataCache.h',
1930 'paint/PaintInfo.h', 1932 'paint/PaintInfo.h',
1931 'paint/PaintPhase.cpp', 1933 'paint/PaintPhase.cpp',
1932 'paint/PaintPhase.h', 1934 'paint/PaintPhase.h',
1933 'paint/PartPainter.cpp', 1935 'paint/PartPainter.cpp',
1934 'paint/PartPainter.h', 1936 'paint/PartPainter.h',
1935 'paint/ReplacedPainter.cpp', 1937 'paint/ReplacedPainter.cpp',
1936 'paint/ReplacedPainter.h', 1938 'paint/ReplacedPainter.h',
1937 'paint/ReplicaPainter.cpp', 1939 'paint/ReplicaPainter.cpp',
1938 'paint/ReplicaPainter.h', 1940 'paint/ReplicaPainter.h',
1939 'paint/RootInlineBoxPainter.cpp', 1941 'paint/RootInlineBoxPainter.cpp',
(...skipping 2028 matching lines...) Expand 10 before | Expand all | Expand 10 after
3968 'style/OutlineValueTest.cpp', 3970 'style/OutlineValueTest.cpp',
3969 'style/SVGComputedStyleTest.cpp', 3971 'style/SVGComputedStyleTest.cpp',
3970 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3972 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3971 'testing/PrivateScriptTestTest.cpp', 3973 'testing/PrivateScriptTestTest.cpp',
3972 'timing/MemoryInfoTest.cpp', 3974 'timing/MemoryInfoTest.cpp',
3973 'workers/WorkerThreadTest.cpp', 3975 'workers/WorkerThreadTest.cpp',
3974 'xml/parser/SharedBufferReaderTest.cpp', 3976 'xml/parser/SharedBufferReaderTest.cpp',
3975 ], 3977 ],
3976 } 3978 }
3977 } 3979 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698