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

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: themePainter() -> theme().painter() 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
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/layout/LayoutMediaControls.h » ('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/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 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1887 'paint/InlineTextBoxPainter.h', 1885 'paint/InlineTextBoxPainter.h',
1888 'paint/LayerClipRecorder.cpp', 1886 'paint/LayerClipRecorder.cpp',
1889 'paint/LayerClipRecorder.h', 1887 'paint/LayerClipRecorder.h',
1890 'paint/LayoutObjectDrawingRecorder.h', 1888 'paint/LayoutObjectDrawingRecorder.h',
1891 'paint/LineBoxListPainter.cpp', 1889 'paint/LineBoxListPainter.cpp',
1892 'paint/LineBoxListPainter.h', 1890 'paint/LineBoxListPainter.h',
1893 'paint/ListItemPainter.cpp', 1891 'paint/ListItemPainter.cpp',
1894 'paint/ListItemPainter.h', 1892 'paint/ListItemPainter.h',
1895 'paint/ListMarkerPainter.cpp', 1893 'paint/ListMarkerPainter.cpp',
1896 'paint/ListMarkerPainter.h', 1894 'paint/ListMarkerPainter.h',
1895 'paint/MediaControlsPainter.cpp',
1896 'paint/MediaControlsPainter.h',
1897 'paint/MultiColumnSetPainter.cpp', 1897 'paint/MultiColumnSetPainter.cpp',
1898 'paint/MultiColumnSetPainter.h', 1898 'paint/MultiColumnSetPainter.h',
1899 'paint/ObjectPainter.cpp', 1899 'paint/ObjectPainter.cpp',
1900 'paint/ObjectPainter.h', 1900 'paint/ObjectPainter.h',
1901 'paint/PaintInfo.h', 1901 'paint/PaintInfo.h',
1902 'paint/PaintPhase.cpp', 1902 'paint/PaintPhase.cpp',
1903 'paint/PaintPhase.h', 1903 'paint/PaintPhase.h',
1904 'paint/PartPainter.cpp', 1904 'paint/PartPainter.cpp',
1905 'paint/PartPainter.h', 1905 'paint/PartPainter.h',
1906 'paint/ReplacedPainter.cpp', 1906 'paint/ReplacedPainter.cpp',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1950 'paint/TableCellPainter.cpp', 1950 'paint/TableCellPainter.cpp',
1951 'paint/TableCellPainter.h', 1951 'paint/TableCellPainter.h',
1952 'paint/TablePainter.cpp', 1952 'paint/TablePainter.cpp',
1953 'paint/TablePainter.h', 1953 'paint/TablePainter.h',
1954 'paint/TableRowPainter.cpp', 1954 'paint/TableRowPainter.cpp',
1955 'paint/TableRowPainter.h', 1955 'paint/TableRowPainter.h',
1956 'paint/TableSectionPainter.cpp', 1956 'paint/TableSectionPainter.cpp',
1957 'paint/TableSectionPainter.h', 1957 'paint/TableSectionPainter.h',
1958 'paint/TextPainter.cpp', 1958 'paint/TextPainter.cpp',
1959 'paint/TextPainter.h', 1959 'paint/TextPainter.h',
1960 'paint/ThemePainter.cpp',
1961 'paint/ThemePainter.h',
1962 'paint/ThemePainterDefault.cpp',
1963 'paint/ThemePainterDefault.h',
1964 'paint/ThemePainterMac.mm',
1965 'paint/ThemePainterMac.h',
1960 'paint/Transform3DRecorder.cpp', 1966 'paint/Transform3DRecorder.cpp',
1961 'paint/Transform3DRecorder.h', 1967 'paint/Transform3DRecorder.h',
1962 'paint/TransformRecorder.cpp', 1968 'paint/TransformRecorder.cpp',
1963 'paint/TransformRecorder.h', 1969 'paint/TransformRecorder.h',
1964 'paint/VideoPainter.cpp', 1970 'paint/VideoPainter.cpp',
1965 'paint/VideoPainter.h', 1971 'paint/VideoPainter.h',
1966 'paint/ViewPainter.cpp', 1972 'paint/ViewPainter.cpp',
1967 'paint/ViewPainter.h', 1973 'paint/ViewPainter.h',
1968 'plugins/PluginPlaceholder.h', 1974 'plugins/PluginPlaceholder.h',
1969 'plugins/PluginView.h', 1975 'plugins/PluginView.h',
(...skipping 1903 matching lines...) Expand 10 before | Expand all | Expand 10 after
3873 'paint/LayerClipRecorderTest.cpp', 3879 'paint/LayerClipRecorderTest.cpp',
3874 'paint/LayoutObjectDrawingRecorderTest.cpp', 3880 'paint/LayoutObjectDrawingRecorderTest.cpp',
3875 'paint/TextPainterTest.cpp', 3881 'paint/TextPainterTest.cpp',
3876 'streams/ReadableStreamReaderTest.cpp', 3882 'streams/ReadableStreamReaderTest.cpp',
3877 'streams/ReadableStreamTest.cpp', 3883 'streams/ReadableStreamTest.cpp',
3878 'testing/PrivateScriptTestTest.cpp', 3884 'testing/PrivateScriptTestTest.cpp',
3879 'xml/parser/SharedBufferReaderTest.cpp', 3885 'xml/parser/SharedBufferReaderTest.cpp',
3880 ], 3886 ],
3881 } 3887 }
3882 } 3888 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/layout/LayoutMediaControls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698