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

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: rebased 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
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 2033 matching lines...) Expand 10 before | Expand all | Expand 10 after
2044 'paint/ListMarkerPainter.cpp', 2044 'paint/ListMarkerPainter.cpp',
2045 'paint/ListMarkerPainter.h', 2045 'paint/ListMarkerPainter.h',
2046 'paint/MediaControlsPainter.cpp', 2046 'paint/MediaControlsPainter.cpp',
2047 'paint/MediaControlsPainter.h', 2047 'paint/MediaControlsPainter.h',
2048 'paint/MultiColumnSetPainter.cpp', 2048 'paint/MultiColumnSetPainter.cpp',
2049 'paint/MultiColumnSetPainter.h', 2049 'paint/MultiColumnSetPainter.h',
2050 'paint/NinePieceImageGrid.cpp', 2050 'paint/NinePieceImageGrid.cpp',
2051 'paint/NinePieceImageGrid.h', 2051 'paint/NinePieceImageGrid.h',
2052 'paint/NinePieceImagePainter.cpp', 2052 'paint/NinePieceImagePainter.cpp',
2053 'paint/NinePieceImagePainter.h', 2053 'paint/NinePieceImagePainter.h',
2054 'paint/ObjectPaintProperties.cpp',
2055 'paint/ObjectPaintProperties.h', 2054 'paint/ObjectPaintProperties.h',
2056 'paint/ObjectPainter.cpp', 2055 'paint/ObjectPainter.cpp',
2057 'paint/ObjectPainter.h', 2056 'paint/ObjectPainter.h',
2058 'paint/PaintInfo.cpp', 2057 'paint/PaintInfo.cpp',
2059 'paint/PaintInfo.h', 2058 'paint/PaintInfo.h',
2060 'paint/PaintInvalidationCapableScrollableArea.cpp', 2059 'paint/PaintInvalidationCapableScrollableArea.cpp',
2061 'paint/PaintInvalidationCapableScrollableArea.h', 2060 'paint/PaintInvalidationCapableScrollableArea.h',
2062 'paint/PaintLayer.cpp', 2061 'paint/PaintLayer.cpp',
2063 'paint/PaintLayerClipper.cpp', 2062 'paint/PaintLayerClipper.cpp',
2064 'paint/PaintLayerFilterInfo.cpp', 2063 'paint/PaintLayerFilterInfo.cpp',
(...skipping 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after
4048 'style/SVGComputedStyleTest.cpp', 4047 'style/SVGComputedStyleTest.cpp',
4049 'svg/SVGPathParserTest.cpp', 4048 'svg/SVGPathParserTest.cpp',
4050 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4049 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4051 'testing/PrivateScriptTestTest.cpp', 4050 'testing/PrivateScriptTestTest.cpp',
4052 'timing/MemoryInfoTest.cpp', 4051 'timing/MemoryInfoTest.cpp',
4053 'workers/WorkerThreadTest.cpp', 4052 'workers/WorkerThreadTest.cpp',
4054 'xml/parser/SharedBufferReaderTest.cpp', 4053 'xml/parser/SharedBufferReaderTest.cpp',
4055 ], 4054 ],
4056 } 4055 }
4057 } 4056 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698