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 1092673002: Move FilterEffectRenderer to core/paint/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 5 years, 8 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 | « no previous file | Source/core/layout/FilterEffectRenderer.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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 'webcore_rendering_files': [ 544 'webcore_rendering_files': [
545 'layout/BidiRun.h', 545 'layout/BidiRun.h',
546 'layout/BidiRunForLine.cpp', 546 'layout/BidiRunForLine.cpp',
547 'layout/BidiRunForLine.h', 547 'layout/BidiRunForLine.h',
548 'layout/ClipRect.cpp', 548 'layout/ClipRect.cpp',
549 'layout/ClipRect.h', 549 'layout/ClipRect.h',
550 'layout/ClipRects.h', 550 'layout/ClipRects.h',
551 'layout/ClipRectsCache.h', 551 'layout/ClipRectsCache.h',
552 'layout/CounterNode.cpp', 552 'layout/CounterNode.cpp',
553 'layout/CounterNode.h', 553 'layout/CounterNode.h',
554 'layout/FilterEffectRenderer.cpp',
555 'layout/FilterEffectRenderer.h',
556 'layout/FloatingObjects.cpp', 554 'layout/FloatingObjects.cpp',
557 'layout/FloatingObjects.h', 555 'layout/FloatingObjects.h',
558 'layout/GeneratedChildren.h', 556 'layout/GeneratedChildren.h',
559 'layout/HitTestLocation.cpp', 557 'layout/HitTestLocation.cpp',
560 'layout/HitTestLocation.h', 558 'layout/HitTestLocation.h',
561 'layout/HitTestResult.cpp', 559 'layout/HitTestResult.cpp',
562 'layout/HitTestingTransformState.cpp', 560 'layout/HitTestingTransformState.cpp',
563 'layout/HitTestingTransformState.h', 561 'layout/HitTestingTransformState.h',
564 'layout/ImageQualityController.cpp', 562 'layout/ImageQualityController.cpp',
565 'layout/ImageQualityController.h', 563 'layout/ImageQualityController.h',
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
1830 'paint/DetailsMarkerPainter.cpp', 1828 'paint/DetailsMarkerPainter.cpp',
1831 'paint/DetailsMarkerPainter.h', 1829 'paint/DetailsMarkerPainter.h',
1832 'paint/EllipsisBoxPainter.cpp', 1830 'paint/EllipsisBoxPainter.cpp',
1833 'paint/EllipsisBoxPainter.h', 1831 'paint/EllipsisBoxPainter.h',
1834 'paint/EmbeddedObjectPainter.cpp', 1832 'paint/EmbeddedObjectPainter.cpp',
1835 'paint/EmbeddedObjectPainter.h', 1833 'paint/EmbeddedObjectPainter.h',
1836 'paint/FieldsetPainter.cpp', 1834 'paint/FieldsetPainter.cpp',
1837 'paint/FieldsetPainter.h', 1835 'paint/FieldsetPainter.h',
1838 'paint/FileUploadControlPainter.cpp', 1836 'paint/FileUploadControlPainter.cpp',
1839 'paint/FileUploadControlPainter.h', 1837 'paint/FileUploadControlPainter.h',
1838 'paint/FilterEffectBuilder.cpp',
1839 'paint/FilterEffectBuilder.h',
1840 'paint/FilterPainter.cpp', 1840 'paint/FilterPainter.cpp',
1841 'paint/FilterPainter.h', 1841 'paint/FilterPainter.h',
1842 'paint/FloatClipRecorder.cpp', 1842 'paint/FloatClipRecorder.cpp',
1843 'paint/FloatClipRecorder.h', 1843 'paint/FloatClipRecorder.h',
1844 'paint/FramePainter.cpp', 1844 'paint/FramePainter.cpp',
1845 'paint/FramePainter.h', 1845 'paint/FramePainter.h',
1846 'paint/FrameSetPainter.cpp', 1846 'paint/FrameSetPainter.cpp',
1847 'paint/FrameSetPainter.h', 1847 'paint/FrameSetPainter.h',
1848 'paint/GraphicsContextAnnotator.cpp', 1848 'paint/GraphicsContextAnnotator.cpp',
1849 'paint/GraphicsContextAnnotator.h', 1849 'paint/GraphicsContextAnnotator.h',
(...skipping 1985 matching lines...) Expand 10 before | Expand all | Expand 10 after
3835 'paint/LayerClipRecorderTest.cpp', 3835 'paint/LayerClipRecorderTest.cpp',
3836 'paint/LayoutObjectDrawingRecorderTest.cpp', 3836 'paint/LayoutObjectDrawingRecorderTest.cpp',
3837 'paint/TextPainterTest.cpp', 3837 'paint/TextPainterTest.cpp',
3838 'streams/ReadableStreamReaderTest.cpp', 3838 'streams/ReadableStreamReaderTest.cpp',
3839 'streams/ReadableStreamTest.cpp', 3839 'streams/ReadableStreamTest.cpp',
3840 'testing/PrivateScriptTestTest.cpp', 3840 'testing/PrivateScriptTestTest.cpp',
3841 'xml/parser/SharedBufferReaderTest.cpp', 3841 'xml/parser/SharedBufferReaderTest.cpp',
3842 ], 3842 ],
3843 } 3843 }
3844 } 3844 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/FilterEffectRenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698