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

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

Issue 1102353008: Split ThemePainter out of LayoutTheme (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 'layout/LayoutImageResourceStyleImage.cpp', 617 'layout/LayoutImageResourceStyleImage.cpp',
618 'layout/LayoutInline.cpp', 618 'layout/LayoutInline.cpp',
619 'layout/LayoutInline.h', 619 'layout/LayoutInline.h',
620 'layout/LayoutListBox.cpp', 620 'layout/LayoutListBox.cpp',
621 'layout/LayoutListBox.h', 621 'layout/LayoutListBox.h',
622 'layout/LayoutListItem.cpp', 622 'layout/LayoutListItem.cpp',
623 'layout/LayoutListMarker.cpp', 623 'layout/LayoutListMarker.cpp',
624 'layout/LayoutListMarker.h', 624 'layout/LayoutListMarker.h',
625 'layout/LayoutMedia.cpp', 625 'layout/LayoutMedia.cpp',
626 'layout/LayoutMedia.h', 626 'layout/LayoutMedia.h',
627 'layout/LayoutMediaControls.cpp',
628 'layout/LayoutMediaControls.h',
629 'layout/LayoutMenuList.cpp', 627 'layout/LayoutMenuList.cpp',
630 'layout/LayoutMenuList.h', 628 'layout/LayoutMenuList.h',
631 'layout/LayoutMeter.cpp', 629 'layout/LayoutMeter.cpp',
632 'layout/LayoutMeter.h', 630 'layout/LayoutMeter.h',
633 'layout/LayoutMultiColumnFlowThread.cpp', 631 'layout/LayoutMultiColumnFlowThread.cpp',
634 'layout/LayoutMultiColumnFlowThread.h', 632 'layout/LayoutMultiColumnFlowThread.h',
635 'layout/LayoutMultiColumnSet.cpp', 633 'layout/LayoutMultiColumnSet.cpp',
636 'layout/LayoutMultiColumnSet.h', 634 'layout/LayoutMultiColumnSet.h',
637 'layout/LayoutMultiColumnSpannerPlaceholder.cpp', 635 'layout/LayoutMultiColumnSpannerPlaceholder.cpp',
638 'layout/LayoutMultiColumnSpannerPlaceholder.h', 636 'layout/LayoutMultiColumnSpannerPlaceholder.h',
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1886 'paint/InlineTextBoxPainter.h', 1884 'paint/InlineTextBoxPainter.h',
1887 'paint/LayerClipRecorder.cpp', 1885 'paint/LayerClipRecorder.cpp',
1888 'paint/LayerClipRecorder.h', 1886 'paint/LayerClipRecorder.h',
1889 'paint/LayoutObjectDrawingRecorder.h', 1887 'paint/LayoutObjectDrawingRecorder.h',
1890 'paint/LineBoxListPainter.cpp', 1888 'paint/LineBoxListPainter.cpp',
1891 'paint/LineBoxListPainter.h', 1889 'paint/LineBoxListPainter.h',
1892 'paint/ListItemPainter.cpp', 1890 'paint/ListItemPainter.cpp',
1893 'paint/ListItemPainter.h', 1891 'paint/ListItemPainter.h',
1894 'paint/ListMarkerPainter.cpp', 1892 'paint/ListMarkerPainter.cpp',
1895 'paint/ListMarkerPainter.h', 1893 'paint/ListMarkerPainter.h',
1894 'paint/MediaControlsPainter.cpp',
1895 'paint/MediaControlsPainter.h',
1896 'paint/MultiColumnSetPainter.cpp', 1896 'paint/MultiColumnSetPainter.cpp',
1897 'paint/MultiColumnSetPainter.h', 1897 'paint/MultiColumnSetPainter.h',
1898 'paint/ObjectPainter.cpp', 1898 'paint/ObjectPainter.cpp',
1899 'paint/ObjectPainter.h', 1899 'paint/ObjectPainter.h',
1900 'paint/PaintInfo.h', 1900 'paint/PaintInfo.h',
1901 'paint/PaintPhase.cpp', 1901 'paint/PaintPhase.cpp',
1902 'paint/PaintPhase.h', 1902 'paint/PaintPhase.h',
1903 'paint/PartPainter.cpp', 1903 'paint/PartPainter.cpp',
1904 'paint/PartPainter.h', 1904 'paint/PartPainter.h',
1905 'paint/ReplacedPainter.cpp', 1905 'paint/ReplacedPainter.cpp',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1949 'paint/TableCellPainter.cpp', 1949 'paint/TableCellPainter.cpp',
1950 'paint/TableCellPainter.h', 1950 'paint/TableCellPainter.h',
1951 'paint/TablePainter.cpp', 1951 'paint/TablePainter.cpp',
1952 'paint/TablePainter.h', 1952 'paint/TablePainter.h',
1953 'paint/TableRowPainter.cpp', 1953 'paint/TableRowPainter.cpp',
1954 'paint/TableRowPainter.h', 1954 'paint/TableRowPainter.h',
1955 'paint/TableSectionPainter.cpp', 1955 'paint/TableSectionPainter.cpp',
1956 'paint/TableSectionPainter.h', 1956 'paint/TableSectionPainter.h',
1957 'paint/TextPainter.cpp', 1957 'paint/TextPainter.cpp',
1958 'paint/TextPainter.h', 1958 'paint/TextPainter.h',
1959 'paint/ThemePainter.cpp',
1960 'paint/ThemePainter.h',
1961 'paint/ThemePainterDefault.cpp',
1962 'paint/ThemePainterDefault.h',
1963 'paint/ThemePainterMac.mm',
1964 'paint/ThemePainterMac.h',
1959 'paint/Transform3DRecorder.cpp', 1965 'paint/Transform3DRecorder.cpp',
1960 'paint/Transform3DRecorder.h', 1966 'paint/Transform3DRecorder.h',
1961 'paint/TransformRecorder.cpp', 1967 'paint/TransformRecorder.cpp',
1962 'paint/TransformRecorder.h', 1968 'paint/TransformRecorder.h',
1963 'paint/VideoPainter.cpp', 1969 'paint/VideoPainter.cpp',
1964 'paint/VideoPainter.h', 1970 'paint/VideoPainter.h',
1965 'paint/ViewPainter.cpp', 1971 'paint/ViewPainter.cpp',
1966 'paint/ViewPainter.h', 1972 'paint/ViewPainter.h',
1967 'plugins/PluginPlaceholder.h', 1973 'plugins/PluginPlaceholder.h',
1968 'plugins/PluginView.h', 1974 'plugins/PluginView.h',
(...skipping 1900 matching lines...) Expand 10 before | Expand all | Expand 10 after
3869 'paint/LayerClipRecorderTest.cpp', 3875 'paint/LayerClipRecorderTest.cpp',
3870 'paint/LayoutObjectDrawingRecorderTest.cpp', 3876 'paint/LayoutObjectDrawingRecorderTest.cpp',
3871 'paint/TextPainterTest.cpp', 3877 'paint/TextPainterTest.cpp',
3872 'streams/ReadableStreamReaderTest.cpp', 3878 'streams/ReadableStreamReaderTest.cpp',
3873 'streams/ReadableStreamTest.cpp', 3879 'streams/ReadableStreamTest.cpp',
3874 'testing/PrivateScriptTestTest.cpp', 3880 'testing/PrivateScriptTestTest.cpp',
3875 'xml/parser/SharedBufferReaderTest.cpp', 3881 'xml/parser/SharedBufferReaderTest.cpp',
3876 ], 3882 ],
3877 } 3883 }
3878 } 3884 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698