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

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

Issue 1407543003: Preliminary paint property walk implementation for SPv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add test fixture Created 5 years, 2 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
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 1968 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 'paint/PaintLayerFragment.h', 1979 'paint/PaintLayerFragment.h',
1980 'paint/PaintLayerReflectionInfo.cpp', 1980 'paint/PaintLayerReflectionInfo.cpp',
1981 'paint/PaintLayerPainter.cpp', 1981 'paint/PaintLayerPainter.cpp',
1982 'paint/PaintLayerPainter.h', 1982 'paint/PaintLayerPainter.h',
1983 'paint/PaintLayerPaintingInfo.h', 1983 'paint/PaintLayerPaintingInfo.h',
1984 'paint/PaintLayerScrollableArea.cpp', 1984 'paint/PaintLayerScrollableArea.cpp',
1985 'paint/PaintLayerStackingNode.cpp', 1985 'paint/PaintLayerStackingNode.cpp',
1986 'paint/PaintLayerStackingNodeIterator.cpp', 1986 'paint/PaintLayerStackingNodeIterator.cpp',
1987 'paint/PaintPhase.cpp', 1987 'paint/PaintPhase.cpp',
1988 'paint/PaintPhase.h', 1988 'paint/PaintPhase.h',
1989 'paint/PaintPropertyTreeBuilder.cpp',
1990 'paint/PaintPropertyTreeBuilder.h',
1989 'paint/PartPainter.cpp', 1991 'paint/PartPainter.cpp',
1990 'paint/PartPainter.h', 1992 'paint/PartPainter.h',
1991 'paint/ReplacedPainter.cpp', 1993 'paint/ReplacedPainter.cpp',
1992 'paint/ReplacedPainter.h', 1994 'paint/ReplacedPainter.h',
1993 'paint/ReplicaPainter.cpp', 1995 'paint/ReplicaPainter.cpp',
1994 'paint/ReplicaPainter.h', 1996 'paint/ReplicaPainter.h',
1995 'paint/RootInlineBoxPainter.cpp', 1997 'paint/RootInlineBoxPainter.cpp',
1996 'paint/RootInlineBoxPainter.h', 1998 'paint/RootInlineBoxPainter.h',
1997 'paint/RoundedInnerRectClipper.cpp', 1999 'paint/RoundedInnerRectClipper.cpp',
1998 'paint/RoundedInnerRectClipper.h', 2000 'paint/RoundedInnerRectClipper.h',
(...skipping 1894 matching lines...) Expand 10 before | Expand all | Expand 10 after
3893 'page/NetworkStateNotifierTest.cpp', 3895 'page/NetworkStateNotifierTest.cpp',
3894 'page/PagePopupClientTest.cpp', 3896 'page/PagePopupClientTest.cpp',
3895 'page/PrintContextTest.cpp', 3897 'page/PrintContextTest.cpp',
3896 'page/scrolling/ScrollStateTest.cpp', 3898 'page/scrolling/ScrollStateTest.cpp',
3897 'paint/DisplayItemListPaintTest.cpp', 3899 'paint/DisplayItemListPaintTest.cpp',
3898 'paint/DisplayItemListPaintTest.h', 3900 'paint/DisplayItemListPaintTest.h',
3899 'paint/LayerClipRecorderTest.cpp', 3901 'paint/LayerClipRecorderTest.cpp',
3900 'paint/LayoutObjectDrawingRecorderTest.cpp', 3902 'paint/LayoutObjectDrawingRecorderTest.cpp',
3901 'paint/NinePieceImageGridTest.cpp', 3903 'paint/NinePieceImageGridTest.cpp',
3902 'paint/PaintLayerPainterTest.cpp', 3904 'paint/PaintLayerPainterTest.cpp',
3905 'paint/PaintPropertyTreeBuilderTest.cpp',
3903 'paint/TableCellPainterTest.cpp', 3906 'paint/TableCellPainterTest.cpp',
3904 'paint/TextPainterTest.cpp', 3907 'paint/TextPainterTest.cpp',
3905 'streams/ReadableStreamReaderTest.cpp', 3908 'streams/ReadableStreamReaderTest.cpp',
3906 'streams/ReadableStreamTest.cpp', 3909 'streams/ReadableStreamTest.cpp',
3907 'style/ComputedStyleTest.cpp', 3910 'style/ComputedStyleTest.cpp',
3908 'style/OutlineValueTest.cpp', 3911 'style/OutlineValueTest.cpp',
3909 'style/SVGComputedStyleTest.cpp', 3912 'style/SVGComputedStyleTest.cpp',
3910 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3913 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3911 'testing/PrivateScriptTestTest.cpp', 3914 'testing/PrivateScriptTestTest.cpp',
3912 'timing/MemoryInfoTest.cpp', 3915 'timing/MemoryInfoTest.cpp',
3913 'workers/WorkerThreadTest.cpp', 3916 'workers/WorkerThreadTest.cpp',
3914 'xml/parser/SharedBufferReaderTest.cpp', 3917 'xml/parser/SharedBufferReaderTest.cpp',
3915 ], 3918 ],
3916 } 3919 }
3917 } 3920 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698