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

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

Issue 2033183002: [SPv2] Paint invalidation in PreWalkTreeWalk, plumbed on PaintInvalidationState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@RootFrame
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
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 2074 matching lines...) Expand 10 before | Expand all | Expand 10 after
2085 'paint/NinePieceImageGrid.h', 2085 'paint/NinePieceImageGrid.h',
2086 'paint/NinePieceImagePainter.cpp', 2086 'paint/NinePieceImagePainter.cpp',
2087 'paint/NinePieceImagePainter.h', 2087 'paint/NinePieceImagePainter.h',
2088 'paint/ObjectPaintProperties.h', 2088 'paint/ObjectPaintProperties.h',
2089 'paint/ObjectPainter.cpp', 2089 'paint/ObjectPainter.cpp',
2090 'paint/ObjectPainter.h', 2090 'paint/ObjectPainter.h',
2091 'paint/PaintInfo.cpp', 2091 'paint/PaintInfo.cpp',
2092 'paint/PaintInfo.h', 2092 'paint/PaintInfo.h',
2093 'paint/PaintInvalidationCapableScrollableArea.cpp', 2093 'paint/PaintInvalidationCapableScrollableArea.cpp',
2094 'paint/PaintInvalidationCapableScrollableArea.h', 2094 'paint/PaintInvalidationCapableScrollableArea.h',
2095 'paint/PaintInvalidator.cpp',
2096 'paint/PaintInvalidator.h',
2095 'paint/PaintLayer.cpp', 2097 'paint/PaintLayer.cpp',
2096 'paint/PaintLayerClipper.cpp', 2098 'paint/PaintLayerClipper.cpp',
2097 'paint/PaintLayerFilterInfo.cpp', 2099 'paint/PaintLayerFilterInfo.cpp',
2098 'paint/PaintLayerFilterInfo.h', 2100 'paint/PaintLayerFilterInfo.h',
2099 'paint/PaintLayerFragment.h', 2101 'paint/PaintLayerFragment.h',
2100 'paint/PaintLayerReflectionInfo.cpp', 2102 'paint/PaintLayerReflectionInfo.cpp',
2101 'paint/PaintLayerPainter.cpp', 2103 'paint/PaintLayerPainter.cpp',
2102 'paint/PaintLayerPainter.h', 2104 'paint/PaintLayerPainter.h',
2103 'paint/PaintLayerPaintingInfo.h', 2105 'paint/PaintLayerPaintingInfo.h',
2104 'paint/PaintLayerScrollableArea.cpp', 2106 'paint/PaintLayerScrollableArea.cpp',
(...skipping 2048 matching lines...) Expand 10 before | Expand all | Expand 10 after
4153 'testing/PrivateScriptTestTest.cpp', 4155 'testing/PrivateScriptTestTest.cpp',
4154 'timing/MemoryInfoTest.cpp', 4156 'timing/MemoryInfoTest.cpp',
4155 'timing/PerformanceBaseTest.cpp', 4157 'timing/PerformanceBaseTest.cpp',
4156 'timing/PerformanceObserverTest.cpp', 4158 'timing/PerformanceObserverTest.cpp',
4157 'workers/WorkerThreadTest.cpp', 4159 'workers/WorkerThreadTest.cpp',
4158 'workers/WorkerThreadTestHelper.h', 4160 'workers/WorkerThreadTestHelper.h',
4159 'xml/parser/SharedBufferReaderTest.cpp', 4161 'xml/parser/SharedBufferReaderTest.cpp',
4160 ], 4162 ],
4161 } 4163 }
4162 } 4164 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698