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

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

Issue 1774193002: New paint invalidation using paint property tree walk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 2047 matching lines...) Expand 10 before | Expand all | Expand 10 after
2058 'paint/PaintLayerFragment.h', 2058 'paint/PaintLayerFragment.h',
2059 'paint/PaintLayerReflectionInfo.cpp', 2059 'paint/PaintLayerReflectionInfo.cpp',
2060 'paint/PaintLayerPainter.cpp', 2060 'paint/PaintLayerPainter.cpp',
2061 'paint/PaintLayerPainter.h', 2061 'paint/PaintLayerPainter.h',
2062 'paint/PaintLayerPaintingInfo.h', 2062 'paint/PaintLayerPaintingInfo.h',
2063 'paint/PaintLayerScrollableArea.cpp', 2063 'paint/PaintLayerScrollableArea.cpp',
2064 'paint/PaintLayerStackingNode.cpp', 2064 'paint/PaintLayerStackingNode.cpp',
2065 'paint/PaintLayerStackingNodeIterator.cpp', 2065 'paint/PaintLayerStackingNodeIterator.cpp',
2066 'paint/PaintPhase.cpp', 2066 'paint/PaintPhase.cpp',
2067 'paint/PaintPhase.h', 2067 'paint/PaintPhase.h',
2068 'paint/PaintPropertyTreeBuilder.cpp',
2069 'paint/PaintPropertyTreeBuilder.h',
2070 'paint/PaintPropertyTreePrinter.cpp', 2068 'paint/PaintPropertyTreePrinter.cpp',
2071 'paint/PaintPropertyTreePrinter.h', 2069 'paint/PaintPropertyTreePrinter.h',
2072 'paint/PaintTiming.cpp', 2070 'paint/PaintTiming.cpp',
2073 'paint/PaintTiming.h', 2071 'paint/PaintTiming.h',
2074 'paint/PartPainter.cpp', 2072 'paint/PartPainter.cpp',
2075 'paint/PartPainter.h', 2073 'paint/PartPainter.h',
2074 'paint/PrePaintTreeWalk.cpp',
2075 'paint/PrePaintTreeWalk.h',
2076 'paint/ReplacedPainter.cpp', 2076 'paint/ReplacedPainter.cpp',
2077 'paint/ReplacedPainter.h', 2077 'paint/ReplacedPainter.h',
2078 'paint/ReplicaPainter.cpp', 2078 'paint/ReplicaPainter.cpp',
2079 'paint/ReplicaPainter.h', 2079 'paint/ReplicaPainter.h',
2080 'paint/RootInlineBoxPainter.cpp', 2080 'paint/RootInlineBoxPainter.cpp',
2081 'paint/RootInlineBoxPainter.h', 2081 'paint/RootInlineBoxPainter.h',
2082 'paint/RoundedInnerRectClipper.cpp', 2082 'paint/RoundedInnerRectClipper.cpp',
2083 'paint/RoundedInnerRectClipper.h', 2083 'paint/RoundedInnerRectClipper.h',
2084 'paint/SVGClipPainter.cpp', 2084 'paint/SVGClipPainter.cpp',
2085 'paint/SVGClipPainter.h', 2085 'paint/SVGClipPainter.h',
(...skipping 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after
4046 'page/PrintContextTest.cpp', 4046 'page/PrintContextTest.cpp',
4047 'page/WindowFeaturesTest.cpp', 4047 'page/WindowFeaturesTest.cpp',
4048 'page/scrolling/ScrollStateTest.cpp', 4048 'page/scrolling/ScrollStateTest.cpp',
4049 'paint/LayerClipRecorderTest.cpp', 4049 'paint/LayerClipRecorderTest.cpp',
4050 'paint/LayoutObjectDrawingRecorderTest.cpp', 4050 'paint/LayoutObjectDrawingRecorderTest.cpp',
4051 'paint/NinePieceImageGridTest.cpp', 4051 'paint/NinePieceImageGridTest.cpp',
4052 'paint/PaintControllerPaintTest.cpp', 4052 'paint/PaintControllerPaintTest.cpp',
4053 'paint/PaintControllerPaintTest.h', 4053 'paint/PaintControllerPaintTest.h',
4054 'paint/PaintInfoTest.cpp', 4054 'paint/PaintInfoTest.cpp',
4055 'paint/PaintLayerPainterTest.cpp', 4055 'paint/PaintLayerPainterTest.cpp',
4056 'paint/PaintPropertyTreeBuilderTest.cpp', 4056 'paint/PrePaintTreeWalkTest.cpp',
4057 'paint/TableCellPainterTest.cpp', 4057 'paint/TableCellPainterTest.cpp',
4058 'paint/TextPainterTest.cpp', 4058 'paint/TextPainterTest.cpp',
4059 'streams/ReadableStreamReaderTest.cpp', 4059 'streams/ReadableStreamReaderTest.cpp',
4060 'streams/ReadableStreamTest.cpp', 4060 'streams/ReadableStreamTest.cpp',
4061 'style/ComputedStyleTest.cpp', 4061 'style/ComputedStyleTest.cpp',
4062 'style/OutlineValueTest.cpp', 4062 'style/OutlineValueTest.cpp',
4063 'style/SVGComputedStyleTest.cpp', 4063 'style/SVGComputedStyleTest.cpp',
4064 'svg/SVGPathParserTest.cpp', 4064 'svg/SVGPathParserTest.cpp',
4065 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4065 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4066 'testing/PrivateScriptTestTest.cpp', 4066 'testing/PrivateScriptTestTest.cpp',
4067 'timing/MemoryInfoTest.cpp', 4067 'timing/MemoryInfoTest.cpp',
4068 'workers/WorkerThreadTest.cpp', 4068 'workers/WorkerThreadTest.cpp',
4069 'xml/parser/SharedBufferReaderTest.cpp', 4069 'xml/parser/SharedBufferReaderTest.cpp',
4070 ], 4070 ],
4071 } 4071 }
4072 } 4072 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698