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

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

Issue 1685073002: Revert of Reland 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 4033 matching lines...) Expand 10 before | Expand all | Expand 10 after
4044 'page/PrintContextTest.cpp', 4044 'page/PrintContextTest.cpp',
4045 'page/WindowFeaturesTest.cpp', 4045 'page/WindowFeaturesTest.cpp',
4046 'page/scrolling/ScrollStateTest.cpp', 4046 'page/scrolling/ScrollStateTest.cpp',
4047 'paint/LayerClipRecorderTest.cpp', 4047 'paint/LayerClipRecorderTest.cpp',
4048 'paint/LayoutObjectDrawingRecorderTest.cpp', 4048 'paint/LayoutObjectDrawingRecorderTest.cpp',
4049 'paint/NinePieceImageGridTest.cpp', 4049 'paint/NinePieceImageGridTest.cpp',
4050 'paint/PaintControllerPaintTest.cpp', 4050 'paint/PaintControllerPaintTest.cpp',
4051 'paint/PaintControllerPaintTest.h', 4051 'paint/PaintControllerPaintTest.h',
4052 'paint/PaintInfoTest.cpp', 4052 'paint/PaintInfoTest.cpp',
4053 'paint/PaintLayerPainterTest.cpp', 4053 'paint/PaintLayerPainterTest.cpp',
4054 'paint/PaintLayerTest.cpp',
4055 'paint/PaintPropertyTreeBuilderTest.cpp', 4054 'paint/PaintPropertyTreeBuilderTest.cpp',
4056 'paint/TableCellPainterTest.cpp', 4055 'paint/TableCellPainterTest.cpp',
4057 'paint/TextPainterTest.cpp', 4056 'paint/TextPainterTest.cpp',
4058 'streams/ReadableStreamReaderTest.cpp', 4057 'streams/ReadableStreamReaderTest.cpp',
4059 'streams/ReadableStreamTest.cpp', 4058 'streams/ReadableStreamTest.cpp',
4060 'style/ComputedStyleTest.cpp', 4059 'style/ComputedStyleTest.cpp',
4061 'style/OutlineValueTest.cpp', 4060 'style/OutlineValueTest.cpp',
4062 'style/SVGComputedStyleTest.cpp', 4061 'style/SVGComputedStyleTest.cpp',
4063 'svg/SVGPathParserTest.cpp', 4062 'svg/SVGPathParserTest.cpp',
4064 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4063 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4065 'testing/PrivateScriptTestTest.cpp', 4064 'testing/PrivateScriptTestTest.cpp',
4066 'timing/MemoryInfoTest.cpp', 4065 'timing/MemoryInfoTest.cpp',
4067 'workers/WorkerThreadTest.cpp', 4066 'workers/WorkerThreadTest.cpp',
4068 'xml/parser/SharedBufferReaderTest.cpp', 4067 'xml/parser/SharedBufferReaderTest.cpp',
4069 ], 4068 ],
4070 } 4069 }
4071 } 4070 }
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