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

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

Issue 1657993002: [SPv2] Use pre-computed paint property context for layer painter and disable fragmentation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chunk_property_hookup_1
Patch Set: update tree printer Created 4 years, 10 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/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2039 matching lines...) Expand 10 before | Expand all | Expand 10 after
2050 'paint/ListMarkerPainter.cpp', 2050 'paint/ListMarkerPainter.cpp',
2051 'paint/ListMarkerPainter.h', 2051 'paint/ListMarkerPainter.h',
2052 'paint/MediaControlsPainter.cpp', 2052 'paint/MediaControlsPainter.cpp',
2053 'paint/MediaControlsPainter.h', 2053 'paint/MediaControlsPainter.h',
2054 'paint/MultiColumnSetPainter.cpp', 2054 'paint/MultiColumnSetPainter.cpp',
2055 'paint/MultiColumnSetPainter.h', 2055 'paint/MultiColumnSetPainter.h',
2056 'paint/NinePieceImageGrid.cpp', 2056 'paint/NinePieceImageGrid.cpp',
2057 'paint/NinePieceImageGrid.h', 2057 'paint/NinePieceImageGrid.h',
2058 'paint/NinePieceImagePainter.cpp', 2058 'paint/NinePieceImagePainter.cpp',
2059 'paint/NinePieceImagePainter.h', 2059 'paint/NinePieceImagePainter.h',
2060 'paint/ObjectPaintProperties.cpp',
2061 'paint/ObjectPaintProperties.h', 2060 'paint/ObjectPaintProperties.h',
2062 'paint/ObjectPainter.cpp', 2061 'paint/ObjectPainter.cpp',
2063 'paint/ObjectPainter.h', 2062 'paint/ObjectPainter.h',
2064 'paint/PaintInfo.cpp', 2063 'paint/PaintInfo.cpp',
2065 'paint/PaintInfo.h', 2064 'paint/PaintInfo.h',
2066 'paint/PaintInvalidationCapableScrollableArea.cpp', 2065 'paint/PaintInvalidationCapableScrollableArea.cpp',
2067 'paint/PaintInvalidationCapableScrollableArea.h', 2066 'paint/PaintInvalidationCapableScrollableArea.h',
2068 'paint/PaintLayer.cpp', 2067 'paint/PaintLayer.cpp',
2069 'paint/PaintLayerClipper.cpp', 2068 'paint/PaintLayerClipper.cpp',
2070 'paint/PaintLayerFilterInfo.cpp', 2069 'paint/PaintLayerFilterInfo.cpp',
(...skipping 1986 matching lines...) Expand 10 before | Expand all | Expand 10 after
4057 'style/SVGComputedStyleTest.cpp', 4056 'style/SVGComputedStyleTest.cpp',
4058 'svg/SVGPathParserTest.cpp', 4057 'svg/SVGPathParserTest.cpp',
4059 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4058 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4060 'testing/PrivateScriptTestTest.cpp', 4059 'testing/PrivateScriptTestTest.cpp',
4061 'timing/MemoryInfoTest.cpp', 4060 'timing/MemoryInfoTest.cpp',
4062 'workers/WorkerThreadTest.cpp', 4061 'workers/WorkerThreadTest.cpp',
4063 'xml/parser/SharedBufferReaderTest.cpp', 4062 'xml/parser/SharedBufferReaderTest.cpp',
4064 ], 4063 ],
4065 } 4064 }
4066 } 4065 }
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