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

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

Issue 2292273003: Define contentsProperties on ObjectPaintProperties, for use in paint invalidation. (Closed)
Patch Set: none Created 4 years, 3 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/paint/ObjectPaintProperties.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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after
2142 'paint/ListMarkerPainter.cpp', 2142 'paint/ListMarkerPainter.cpp',
2143 'paint/ListMarkerPainter.h', 2143 'paint/ListMarkerPainter.h',
2144 'paint/MediaControlsPainter.cpp', 2144 'paint/MediaControlsPainter.cpp',
2145 'paint/MediaControlsPainter.h', 2145 'paint/MediaControlsPainter.h',
2146 'paint/MultiColumnSetPainter.cpp', 2146 'paint/MultiColumnSetPainter.cpp',
2147 'paint/MultiColumnSetPainter.h', 2147 'paint/MultiColumnSetPainter.h',
2148 'paint/NinePieceImageGrid.cpp', 2148 'paint/NinePieceImageGrid.cpp',
2149 'paint/NinePieceImageGrid.h', 2149 'paint/NinePieceImageGrid.h',
2150 'paint/NinePieceImagePainter.cpp', 2150 'paint/NinePieceImagePainter.cpp',
2151 'paint/NinePieceImagePainter.h', 2151 'paint/NinePieceImagePainter.h',
2152 'paint/ObjectPaintProperties.cpp',
2152 'paint/ObjectPaintProperties.h', 2153 'paint/ObjectPaintProperties.h',
2153 'paint/ObjectPaintInvalidator.cpp', 2154 'paint/ObjectPaintInvalidator.cpp',
2154 'paint/ObjectPaintInvalidator.h', 2155 'paint/ObjectPaintInvalidator.h',
2155 'paint/ObjectPainter.cpp', 2156 'paint/ObjectPainter.cpp',
2156 'paint/ObjectPainter.h', 2157 'paint/ObjectPainter.h',
2157 'paint/PaintInfo.cpp', 2158 'paint/PaintInfo.cpp',
2158 'paint/PaintInfo.h', 2159 'paint/PaintInfo.h',
2159 'paint/PaintInvalidationCapableScrollableArea.cpp', 2160 'paint/PaintInvalidationCapableScrollableArea.cpp',
2160 'paint/PaintInvalidationCapableScrollableArea.h', 2161 'paint/PaintInvalidationCapableScrollableArea.h',
2161 'paint/PaintInvalidator.cpp', 2162 'paint/PaintInvalidator.cpp',
(...skipping 1874 matching lines...) Expand 10 before | Expand all | Expand 10 after
4036 'testing/TypeConversions.h', 4037 'testing/TypeConversions.h',
4037 'testing/UnionTypesTest.cpp', 4038 'testing/UnionTypesTest.cpp',
4038 'testing/UnionTypesTest.h', 4039 'testing/UnionTypesTest.h',
4039 'testing/v8/WebCoreTestSupport.cpp', 4040 'testing/v8/WebCoreTestSupport.cpp',
4040 'testing/v8/WebCoreTestSupport.h', 4041 'testing/v8/WebCoreTestSupport.h',
4041 'testing/WorkerInternals.cpp', 4042 'testing/WorkerInternals.cpp',
4042 'testing/WorkerInternals.h', 4043 'testing/WorkerInternals.h',
4043 ], 4044 ],
4044 } 4045 }
4045 } 4046 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/ObjectPaintProperties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698