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

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

Issue 1657883002: Fix leak PaintLayerReflectionInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/fetch/ImageResource.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 4020 matching lines...) Expand 10 before | Expand all | Expand 10 after
4031 'page/PrintContextTest.cpp', 4031 'page/PrintContextTest.cpp',
4032 'page/WindowFeaturesTest.cpp', 4032 'page/WindowFeaturesTest.cpp',
4033 'page/scrolling/ScrollStateTest.cpp', 4033 'page/scrolling/ScrollStateTest.cpp',
4034 'paint/LayerClipRecorderTest.cpp', 4034 'paint/LayerClipRecorderTest.cpp',
4035 'paint/LayoutObjectDrawingRecorderTest.cpp', 4035 'paint/LayoutObjectDrawingRecorderTest.cpp',
4036 'paint/NinePieceImageGridTest.cpp', 4036 'paint/NinePieceImageGridTest.cpp',
4037 'paint/PaintControllerPaintTest.cpp', 4037 'paint/PaintControllerPaintTest.cpp',
4038 'paint/PaintControllerPaintTest.h', 4038 'paint/PaintControllerPaintTest.h',
4039 'paint/PaintInfoTest.cpp', 4039 'paint/PaintInfoTest.cpp',
4040 'paint/PaintLayerPainterTest.cpp', 4040 'paint/PaintLayerPainterTest.cpp',
4041 'paint/PaintLayerTest.cpp',
4041 'paint/PaintPropertyTreeBuilderTest.cpp', 4042 'paint/PaintPropertyTreeBuilderTest.cpp',
4042 'paint/TableCellPainterTest.cpp', 4043 'paint/TableCellPainterTest.cpp',
4043 'paint/TextPainterTest.cpp', 4044 'paint/TextPainterTest.cpp',
4044 'streams/ReadableStreamReaderTest.cpp', 4045 'streams/ReadableStreamReaderTest.cpp',
4045 'streams/ReadableStreamTest.cpp', 4046 'streams/ReadableStreamTest.cpp',
4046 'style/ComputedStyleTest.cpp', 4047 'style/ComputedStyleTest.cpp',
4047 'style/OutlineValueTest.cpp', 4048 'style/OutlineValueTest.cpp',
4048 'style/SVGComputedStyleTest.cpp', 4049 'style/SVGComputedStyleTest.cpp',
4049 'svg/SVGPathParserTest.cpp', 4050 'svg/SVGPathParserTest.cpp',
4050 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4051 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4051 'testing/PrivateScriptTestTest.cpp', 4052 'testing/PrivateScriptTestTest.cpp',
4052 'timing/MemoryInfoTest.cpp', 4053 'timing/MemoryInfoTest.cpp',
4053 'workers/WorkerThreadTest.cpp', 4054 'workers/WorkerThreadTest.cpp',
4054 'xml/parser/SharedBufferReaderTest.cpp', 4055 'xml/parser/SharedBufferReaderTest.cpp',
4055 ], 4056 ],
4056 } 4057 }
4057 } 4058 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fetch/ImageResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698