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

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

Issue 1284203004: Generate scroll/clip display item hierarchy for SPv2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: stripped localPaintingInfo cleanup and fixed-pos workarounds Created 5 years, 3 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 1914 matching lines...) Expand 10 before | Expand all | Expand 10 after
1925 'paint/ImagePainter.cpp', 1925 'paint/ImagePainter.cpp',
1926 'paint/ImagePainter.h', 1926 'paint/ImagePainter.h',
1927 'paint/InlineFlowBoxPainter.cpp', 1927 'paint/InlineFlowBoxPainter.cpp',
1928 'paint/InlineFlowBoxPainter.h', 1928 'paint/InlineFlowBoxPainter.h',
1929 'paint/InlinePainter.cpp', 1929 'paint/InlinePainter.cpp',
1930 'paint/InlinePainter.h', 1930 'paint/InlinePainter.h',
1931 'paint/InlineTextBoxPainter.cpp', 1931 'paint/InlineTextBoxPainter.cpp',
1932 'paint/InlineTextBoxPainter.h', 1932 'paint/InlineTextBoxPainter.h',
1933 'paint/LayerClipRecorder.cpp', 1933 'paint/LayerClipRecorder.cpp',
1934 'paint/LayerClipRecorder.h', 1934 'paint/LayerClipRecorder.h',
1935 'paint/LayerDescendantClipRecorder.cpp',
1936 'paint/LayerDescendantClipRecorder.h',
1935 'paint/LayerFixedPositionRecorder.cpp', 1937 'paint/LayerFixedPositionRecorder.cpp',
1936 'paint/LayerFixedPositionRecorder.h', 1938 'paint/LayerFixedPositionRecorder.h',
1937 'paint/LayoutObjectDrawingRecorder.h', 1939 'paint/LayoutObjectDrawingRecorder.h',
1938 'paint/LineBoxListPainter.cpp', 1940 'paint/LineBoxListPainter.cpp',
1939 'paint/LineBoxListPainter.h', 1941 'paint/LineBoxListPainter.h',
1940 'paint/LineLayoutPaintShim.h', 1942 'paint/LineLayoutPaintShim.h',
1941 'paint/ListItemPainter.cpp', 1943 'paint/ListItemPainter.cpp',
1942 'paint/ListItemPainter.h', 1944 'paint/ListItemPainter.h',
1943 'paint/ListMarkerPainter.cpp', 1945 'paint/ListMarkerPainter.cpp',
1944 'paint/ListMarkerPainter.h', 1946 'paint/ListMarkerPainter.h',
(...skipping 1926 matching lines...) Expand 10 before | Expand all | Expand 10 after
3871 'style/OutlineValueTest.cpp', 3873 'style/OutlineValueTest.cpp',
3872 'style/SVGComputedStyleTest.cpp', 3874 'style/SVGComputedStyleTest.cpp',
3873 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3875 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3874 'testing/PrivateScriptTestTest.cpp', 3876 'testing/PrivateScriptTestTest.cpp',
3875 'timing/MemoryInfoTest.cpp', 3877 'timing/MemoryInfoTest.cpp',
3876 'workers/WorkerThreadTest.cpp', 3878 'workers/WorkerThreadTest.cpp',
3877 'xml/parser/SharedBufferReaderTest.cpp', 3879 'xml/parser/SharedBufferReaderTest.cpp',
3878 ], 3880 ],
3879 } 3881 }
3880 } 3882 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698