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

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

Issue 1791543005: InPrePaint document state and PrePaintTreeWalk class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/DocumentLifecycle.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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2094 matching lines...) Expand 10 before | Expand all | Expand 10 after
2105 'paint/PaintPhase.cpp', 2105 'paint/PaintPhase.cpp',
2106 'paint/PaintPhase.h', 2106 'paint/PaintPhase.h',
2107 'paint/PaintPropertyTreeBuilder.cpp', 2107 'paint/PaintPropertyTreeBuilder.cpp',
2108 'paint/PaintPropertyTreeBuilder.h', 2108 'paint/PaintPropertyTreeBuilder.h',
2109 'paint/PaintPropertyTreePrinter.cpp', 2109 'paint/PaintPropertyTreePrinter.cpp',
2110 'paint/PaintPropertyTreePrinter.h', 2110 'paint/PaintPropertyTreePrinter.h',
2111 'paint/PaintTiming.cpp', 2111 'paint/PaintTiming.cpp',
2112 'paint/PaintTiming.h', 2112 'paint/PaintTiming.h',
2113 'paint/PartPainter.cpp', 2113 'paint/PartPainter.cpp',
2114 'paint/PartPainter.h', 2114 'paint/PartPainter.h',
2115 'paint/PrePaintTreeWalk.cpp',
2116 'paint/PrePaintTreeWalk.h',
2115 'paint/ReplacedPainter.cpp', 2117 'paint/ReplacedPainter.cpp',
2116 'paint/ReplacedPainter.h', 2118 'paint/ReplacedPainter.h',
2117 'paint/ReplicaPainter.cpp', 2119 'paint/ReplicaPainter.cpp',
2118 'paint/ReplicaPainter.h', 2120 'paint/ReplicaPainter.h',
2119 'paint/RootInlineBoxPainter.cpp', 2121 'paint/RootInlineBoxPainter.cpp',
2120 'paint/RootInlineBoxPainter.h', 2122 'paint/RootInlineBoxPainter.h',
2121 'paint/RoundedInnerRectClipper.cpp', 2123 'paint/RoundedInnerRectClipper.cpp',
2122 'paint/RoundedInnerRectClipper.h', 2124 'paint/RoundedInnerRectClipper.h',
2123 'paint/SVGClipPainter.cpp', 2125 'paint/SVGClipPainter.cpp',
2124 'paint/SVGClipPainter.h', 2126 'paint/SVGClipPainter.h',
(...skipping 2018 matching lines...) Expand 10 before | Expand all | Expand 10 after
4143 'testing/PrivateScriptTestTest.cpp', 4145 'testing/PrivateScriptTestTest.cpp',
4144 'timing/MemoryInfoTest.cpp', 4146 'timing/MemoryInfoTest.cpp',
4145 'timing/PerformanceBaseTest.cpp', 4147 'timing/PerformanceBaseTest.cpp',
4146 'timing/PerformanceObserverTest.cpp', 4148 'timing/PerformanceObserverTest.cpp',
4147 'workers/WorkerThreadTest.cpp', 4149 'workers/WorkerThreadTest.cpp',
4148 'workers/WorkerThreadTestHelper.h', 4150 'workers/WorkerThreadTestHelper.h',
4149 'xml/parser/SharedBufferReaderTest.cpp', 4151 'xml/parser/SharedBufferReaderTest.cpp',
4150 ], 4152 ],
4151 } 4153 }
4152 } 4154 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/DocumentLifecycle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698