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

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

Issue 1110653003: [Reland] Correct fixed-position recording for Slimming Paint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 7 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1868 matching lines...) Expand 10 before | Expand all | Expand 10 after
1879 'paint/ImagePainter.cpp', 1879 'paint/ImagePainter.cpp',
1880 'paint/ImagePainter.h', 1880 'paint/ImagePainter.h',
1881 'paint/InlineFlowBoxPainter.cpp', 1881 'paint/InlineFlowBoxPainter.cpp',
1882 'paint/InlineFlowBoxPainter.h', 1882 'paint/InlineFlowBoxPainter.h',
1883 'paint/InlinePainter.cpp', 1883 'paint/InlinePainter.cpp',
1884 'paint/InlinePainter.h', 1884 'paint/InlinePainter.h',
1885 'paint/InlineTextBoxPainter.cpp', 1885 'paint/InlineTextBoxPainter.cpp',
1886 'paint/InlineTextBoxPainter.h', 1886 'paint/InlineTextBoxPainter.h',
1887 'paint/LayerClipRecorder.cpp', 1887 'paint/LayerClipRecorder.cpp',
1888 'paint/LayerClipRecorder.h', 1888 'paint/LayerClipRecorder.h',
1889 'paint/LayerFixedPositionRecorder.cpp',
1890 'paint/LayerFixedPositionRecorder.h',
1889 'paint/LayoutObjectDrawingRecorder.h', 1891 'paint/LayoutObjectDrawingRecorder.h',
1890 'paint/LineBoxListPainter.cpp', 1892 'paint/LineBoxListPainter.cpp',
1891 'paint/LineBoxListPainter.h', 1893 'paint/LineBoxListPainter.h',
1892 'paint/ListItemPainter.cpp', 1894 'paint/ListItemPainter.cpp',
1893 'paint/ListItemPainter.h', 1895 'paint/ListItemPainter.h',
1894 'paint/ListMarkerPainter.cpp', 1896 'paint/ListMarkerPainter.cpp',
1895 'paint/ListMarkerPainter.h', 1897 'paint/ListMarkerPainter.h',
1896 'paint/MultiColumnSetPainter.cpp', 1898 'paint/MultiColumnSetPainter.cpp',
1897 'paint/MultiColumnSetPainter.h', 1899 'paint/MultiColumnSetPainter.h',
1898 'paint/ObjectPainter.cpp', 1900 'paint/ObjectPainter.cpp',
(...skipping 1970 matching lines...) Expand 10 before | Expand all | Expand 10 after
3869 'paint/LayerClipRecorderTest.cpp', 3871 'paint/LayerClipRecorderTest.cpp',
3870 'paint/LayoutObjectDrawingRecorderTest.cpp', 3872 'paint/LayoutObjectDrawingRecorderTest.cpp',
3871 'paint/TextPainterTest.cpp', 3873 'paint/TextPainterTest.cpp',
3872 'streams/ReadableStreamReaderTest.cpp', 3874 'streams/ReadableStreamReaderTest.cpp',
3873 'streams/ReadableStreamTest.cpp', 3875 'streams/ReadableStreamTest.cpp',
3874 'testing/PrivateScriptTestTest.cpp', 3876 'testing/PrivateScriptTestTest.cpp',
3875 'xml/parser/SharedBufferReaderTest.cpp', 3877 'xml/parser/SharedBufferReaderTest.cpp',
3876 ], 3878 ],
3877 } 3879 }
3878 } 3880 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698