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

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

Issue 1294233004: Subtree caching implementation in blink-core (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: s/setSelfNeedsRepaint/setNeedsRepaint/ Created 5 years, 4 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/frame/FrameView.h » ('j') | Source/core/layout/LayoutObject.h » ('J')
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 1908 matching lines...) Expand 10 before | Expand all | Expand 10 after
1919 'paint/InlineFlowBoxPainter.h', 1919 'paint/InlineFlowBoxPainter.h',
1920 'paint/InlinePainter.cpp', 1920 'paint/InlinePainter.cpp',
1921 'paint/InlinePainter.h', 1921 'paint/InlinePainter.h',
1922 'paint/InlineTextBoxPainter.cpp', 1922 'paint/InlineTextBoxPainter.cpp',
1923 'paint/InlineTextBoxPainter.h', 1923 'paint/InlineTextBoxPainter.h',
1924 'paint/LayerClipRecorder.cpp', 1924 'paint/LayerClipRecorder.cpp',
1925 'paint/LayerClipRecorder.h', 1925 'paint/LayerClipRecorder.h',
1926 'paint/LayerFixedPositionRecorder.cpp', 1926 'paint/LayerFixedPositionRecorder.cpp',
1927 'paint/LayerFixedPositionRecorder.h', 1927 'paint/LayerFixedPositionRecorder.h',
1928 'paint/LayoutObjectDrawingRecorder.h', 1928 'paint/LayoutObjectDrawingRecorder.h',
1929 'paint/LayoutObjectSubtreeRecorder.h',
1929 'paint/LineBoxListPainter.cpp', 1930 'paint/LineBoxListPainter.cpp',
1930 'paint/LineBoxListPainter.h', 1931 'paint/LineBoxListPainter.h',
1931 'paint/ListItemPainter.cpp', 1932 'paint/ListItemPainter.cpp',
1932 'paint/ListItemPainter.h', 1933 'paint/ListItemPainter.h',
1933 'paint/ListMarkerPainter.cpp', 1934 'paint/ListMarkerPainter.cpp',
1934 'paint/ListMarkerPainter.h', 1935 'paint/ListMarkerPainter.h',
1935 'paint/MediaControlsPainter.cpp', 1936 'paint/MediaControlsPainter.cpp',
1936 'paint/MediaControlsPainter.h', 1937 'paint/MediaControlsPainter.h',
1937 'paint/MultiColumnSetPainter.cpp', 1938 'paint/MultiColumnSetPainter.cpp',
1938 'paint/MultiColumnSetPainter.h', 1939 'paint/MultiColumnSetPainter.h',
(...skipping 1909 matching lines...) Expand 10 before | Expand all | Expand 10 after
3848 'style/OutlineValueTest.cpp', 3849 'style/OutlineValueTest.cpp',
3849 'style/SVGComputedStyleTest.cpp', 3850 'style/SVGComputedStyleTest.cpp',
3850 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3851 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3851 'testing/PrivateScriptTestTest.cpp', 3852 'testing/PrivateScriptTestTest.cpp',
3852 'timing/MemoryInfoTest.cpp', 3853 'timing/MemoryInfoTest.cpp',
3853 'workers/WorkerThreadTest.cpp', 3854 'workers/WorkerThreadTest.cpp',
3854 'xml/parser/SharedBufferReaderTest.cpp', 3855 'xml/parser/SharedBufferReaderTest.cpp',
3855 ], 3856 ],
3856 } 3857 }
3857 } 3858 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/FrameView.h » ('j') | Source/core/layout/LayoutObject.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698