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

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: remove ObjectPaintProperties::Owner, revert to more concrete naming for transform nodes, added comm… 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 1909 matching lines...) Expand 10 before | Expand all | Expand 10 after
3908 'style/OutlineValueTest.cpp', 3910 'style/OutlineValueTest.cpp',
3909 'style/SVGComputedStyleTest.cpp', 3911 'style/SVGComputedStyleTest.cpp',
3910 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3912 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3911 'testing/PrivateScriptTestTest.cpp', 3913 'testing/PrivateScriptTestTest.cpp',
3912 'timing/MemoryInfoTest.cpp', 3914 'timing/MemoryInfoTest.cpp',
3913 'workers/WorkerThreadTest.cpp', 3915 'workers/WorkerThreadTest.cpp',
3914 'xml/parser/SharedBufferReaderTest.cpp', 3916 'xml/parser/SharedBufferReaderTest.cpp',
3915 ], 3917 ],
3916 } 3918 }
3917 } 3919 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698