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

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

Issue 1310473003: [Line Layout API] Add shim for Paint objects to access underlying LayoutObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 1910 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/LineBoxListPainter.cpp', 1929 'paint/LineBoxListPainter.cpp',
1930 'paint/LineBoxListPainter.h', 1930 'paint/LineBoxListPainter.h',
1931 'paint/LineLayoutPaintShim.h',
leviw_travelin_and_unemployed 2015/08/26 17:54:04 I was thinking, we may end up needing this in anot
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',
1939 'paint/NinePieceImageGrid.cpp', 1940 'paint/NinePieceImageGrid.cpp',
1940 'paint/NinePieceImageGrid.h', 1941 'paint/NinePieceImageGrid.h',
(...skipping 1914 matching lines...) Expand 10 before | Expand all | Expand 10 after
3855 'style/OutlineValueTest.cpp', 3856 'style/OutlineValueTest.cpp',
3856 'style/SVGComputedStyleTest.cpp', 3857 'style/SVGComputedStyleTest.cpp',
3857 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3858 'testing/PrivateScriptTestTest.cpp', 3859 'testing/PrivateScriptTestTest.cpp',
3859 'timing/MemoryInfoTest.cpp', 3860 'timing/MemoryInfoTest.cpp',
3860 'workers/WorkerThreadTest.cpp', 3861 'workers/WorkerThreadTest.cpp',
3861 'xml/parser/SharedBufferReaderTest.cpp', 3862 'xml/parser/SharedBufferReaderTest.cpp',
3862 ], 3863 ],
3863 } 3864 }
3864 } 3865 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/api/LineLayoutItem.h » ('j') | Source/core/layout/line/InlineBox.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698