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

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

Issue 2208463003: First step of PaintInvalidator implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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 2015 matching lines...) Expand 10 before | Expand all | Expand 10 after
2026 'page/scrolling/ScrollState.cpp', 2026 'page/scrolling/ScrollState.cpp',
2027 'page/scrolling/ScrollState.h', 2027 'page/scrolling/ScrollState.h',
2028 'page/scrolling/ScrollStateCallback.cpp', 2028 'page/scrolling/ScrollStateCallback.cpp',
2029 'page/scrolling/ScrollStateCallback.h', 2029 'page/scrolling/ScrollStateCallback.h',
2030 'page/scrolling/StickyPositionScrollingConstraints.cpp', 2030 'page/scrolling/StickyPositionScrollingConstraints.cpp',
2031 'page/scrolling/StickyPositionScrollingConstraints.h', 2031 'page/scrolling/StickyPositionScrollingConstraints.h',
2032 'page/scrolling/ViewportScrollCallback.cpp', 2032 'page/scrolling/ViewportScrollCallback.cpp',
2033 'page/scrolling/ViewportScrollCallback.h', 2033 'page/scrolling/ViewportScrollCallback.h',
2034 'paint/BackgroundImageGeometry.cpp', 2034 'paint/BackgroundImageGeometry.cpp',
2035 'paint/BackgroundImageGeometry.h', 2035 'paint/BackgroundImageGeometry.h',
2036 'paint/BlockFlowPaintInvalidator.cpp',
2037 'paint/BlockFlowPaintInvalidator.h',
2036 'paint/BlockFlowPainter.cpp', 2038 'paint/BlockFlowPainter.cpp',
2037 'paint/BlockFlowPainter.h', 2039 'paint/BlockFlowPainter.h',
2038 'paint/BlockPainter.cpp', 2040 'paint/BlockPainter.cpp',
2039 'paint/BlockPainter.h', 2041 'paint/BlockPainter.h',
2040 'paint/BoxBorderPainter.cpp', 2042 'paint/BoxBorderPainter.cpp',
2041 'paint/BoxBorderPainter.h', 2043 'paint/BoxBorderPainter.h',
2042 'paint/BoxClipper.cpp', 2044 'paint/BoxClipper.cpp',
2043 'paint/BoxClipper.h', 2045 'paint/BoxClipper.h',
2044 'paint/BoxDecorationData.cpp', 2046 'paint/BoxDecorationData.cpp',
2045 'paint/BoxDecorationData.h', 2047 'paint/BoxDecorationData.h',
2048 'paint/BoxPaintInvalidator.cpp',
2049 'paint/BoxPaintInvalidator.h',
2046 'paint/BoxPainter.cpp', 2050 'paint/BoxPainter.cpp',
2047 'paint/BoxPainter.h', 2051 'paint/BoxPainter.h',
2048 'paint/BoxReflectionUtils.cpp', 2052 'paint/BoxReflectionUtils.cpp',
2049 'paint/BoxReflectionUtils.h', 2053 'paint/BoxReflectionUtils.h',
2050 'paint/DetailsMarkerPainter.cpp', 2054 'paint/DetailsMarkerPainter.cpp',
2051 'paint/DetailsMarkerPainter.h', 2055 'paint/DetailsMarkerPainter.h',
2052 'paint/EllipsisBoxPainter.cpp', 2056 'paint/EllipsisBoxPainter.cpp',
2053 'paint/EllipsisBoxPainter.h', 2057 'paint/EllipsisBoxPainter.h',
2054 'paint/EmbeddedObjectPainter.cpp', 2058 'paint/EmbeddedObjectPainter.cpp',
2055 'paint/EmbeddedObjectPainter.h', 2059 'paint/EmbeddedObjectPainter.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
2090 'paint/ListMarkerPainter.h', 2094 'paint/ListMarkerPainter.h',
2091 'paint/MediaControlsPainter.cpp', 2095 'paint/MediaControlsPainter.cpp',
2092 'paint/MediaControlsPainter.h', 2096 'paint/MediaControlsPainter.h',
2093 'paint/MultiColumnSetPainter.cpp', 2097 'paint/MultiColumnSetPainter.cpp',
2094 'paint/MultiColumnSetPainter.h', 2098 'paint/MultiColumnSetPainter.h',
2095 'paint/NinePieceImageGrid.cpp', 2099 'paint/NinePieceImageGrid.cpp',
2096 'paint/NinePieceImageGrid.h', 2100 'paint/NinePieceImageGrid.h',
2097 'paint/NinePieceImagePainter.cpp', 2101 'paint/NinePieceImagePainter.cpp',
2098 'paint/NinePieceImagePainter.h', 2102 'paint/NinePieceImagePainter.h',
2099 'paint/ObjectPaintProperties.h', 2103 'paint/ObjectPaintProperties.h',
2104 'paint/ObjectPaintInvalidator.cpp',
2105 'paint/ObjectPaintInvalidator.h',
2100 'paint/ObjectPainter.cpp', 2106 'paint/ObjectPainter.cpp',
2101 'paint/ObjectPainter.h', 2107 'paint/ObjectPainter.h',
2102 'paint/PaintInfo.cpp', 2108 'paint/PaintInfo.cpp',
2103 'paint/PaintInfo.h', 2109 'paint/PaintInfo.h',
2104 'paint/PaintInvalidationCapableScrollableArea.cpp', 2110 'paint/PaintInvalidationCapableScrollableArea.cpp',
2105 'paint/PaintInvalidationCapableScrollableArea.h', 2111 'paint/PaintInvalidationCapableScrollableArea.h',
2106 'paint/PaintInvalidator.cpp', 2112 'paint/PaintInvalidator.cpp',
2107 'paint/PaintInvalidator.h', 2113 'paint/PaintInvalidator.h',
2108 'paint/PaintLayer.cpp', 2114 'paint/PaintLayer.cpp',
2109 'paint/PaintLayerClipper.cpp', 2115 'paint/PaintLayerClipper.cpp',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
2146 'paint/SVGForeignObjectPainter.cpp', 2152 'paint/SVGForeignObjectPainter.cpp',
2147 'paint/SVGForeignObjectPainter.h', 2153 'paint/SVGForeignObjectPainter.h',
2148 'paint/SVGImagePainter.cpp', 2154 'paint/SVGImagePainter.cpp',
2149 'paint/SVGImagePainter.h', 2155 'paint/SVGImagePainter.h',
2150 'paint/SVGInlineFlowBoxPainter.cpp', 2156 'paint/SVGInlineFlowBoxPainter.cpp',
2151 'paint/SVGInlineFlowBoxPainter.h', 2157 'paint/SVGInlineFlowBoxPainter.h',
2152 'paint/SVGInlineTextBoxPainter.cpp', 2158 'paint/SVGInlineTextBoxPainter.cpp',
2153 'paint/SVGInlineTextBoxPainter.h', 2159 'paint/SVGInlineTextBoxPainter.h',
2154 'paint/SVGMaskPainter.cpp', 2160 'paint/SVGMaskPainter.cpp',
2155 'paint/SVGMaskPainter.h', 2161 'paint/SVGMaskPainter.h',
2162 'paint/SVGModelObjectPaintInvalidator.cpp',
2163 'paint/SVGModelObjectPaintInvalidator.h',
2156 'paint/SVGPaintContext.cpp', 2164 'paint/SVGPaintContext.cpp',
2157 'paint/SVGPaintContext.h', 2165 'paint/SVGPaintContext.h',
2158 'paint/SVGRootInlineBoxPainter.cpp', 2166 'paint/SVGRootInlineBoxPainter.cpp',
2159 'paint/SVGRootInlineBoxPainter.h', 2167 'paint/SVGRootInlineBoxPainter.h',
2160 'paint/SVGRootPainter.cpp', 2168 'paint/SVGRootPainter.cpp',
2161 'paint/SVGRootPainter.h', 2169 'paint/SVGRootPainter.h',
2162 'paint/SVGShapePainter.cpp', 2170 'paint/SVGShapePainter.cpp',
2163 'paint/SVGShapePainter.h', 2171 'paint/SVGShapePainter.h',
2164 'paint/SVGTextPainter.cpp', 2172 'paint/SVGTextPainter.cpp',
2165 'paint/SVGTextPainter.h', 2173 'paint/SVGTextPainter.h',
(...skipping 2074 matching lines...) Expand 10 before | Expand all | Expand 10 after
4240 'testing/PrivateScriptTestTest.cpp', 4248 'testing/PrivateScriptTestTest.cpp',
4241 'timing/MemoryInfoTest.cpp', 4249 'timing/MemoryInfoTest.cpp',
4242 'timing/PerformanceBaseTest.cpp', 4250 'timing/PerformanceBaseTest.cpp',
4243 'timing/PerformanceObserverTest.cpp', 4251 'timing/PerformanceObserverTest.cpp',
4244 'workers/WorkerThreadTest.cpp', 4252 'workers/WorkerThreadTest.cpp',
4245 'workers/WorkerThreadTestHelper.h', 4253 'workers/WorkerThreadTestHelper.h',
4246 'xml/parser/SharedBufferReaderTest.cpp', 4254 'xml/parser/SharedBufferReaderTest.cpp',
4247 ], 4255 ],
4248 } 4256 }
4249 } 4257 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698