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

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

Issue 2265123002: Refactor ClipPathHelper in PaintLayerPainter.cpp for reuse (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move comment 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/ClipPathClipper.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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 2061 matching lines...) Expand 10 before | Expand all | Expand 10 after
2072 'paint/BoxClipper.cpp', 2072 'paint/BoxClipper.cpp',
2073 'paint/BoxClipper.h', 2073 'paint/BoxClipper.h',
2074 'paint/BoxDecorationData.cpp', 2074 'paint/BoxDecorationData.cpp',
2075 'paint/BoxDecorationData.h', 2075 'paint/BoxDecorationData.h',
2076 'paint/BoxPaintInvalidator.cpp', 2076 'paint/BoxPaintInvalidator.cpp',
2077 'paint/BoxPaintInvalidator.h', 2077 'paint/BoxPaintInvalidator.h',
2078 'paint/BoxPainter.cpp', 2078 'paint/BoxPainter.cpp',
2079 'paint/BoxPainter.h', 2079 'paint/BoxPainter.h',
2080 'paint/BoxReflectionUtils.cpp', 2080 'paint/BoxReflectionUtils.cpp',
2081 'paint/BoxReflectionUtils.h', 2081 'paint/BoxReflectionUtils.h',
2082 'paint/ClipPathClipper.cpp',
2083 'paint/ClipPathClipper.h',
2082 'paint/DetailsMarkerPainter.cpp', 2084 'paint/DetailsMarkerPainter.cpp',
2083 'paint/DetailsMarkerPainter.h', 2085 'paint/DetailsMarkerPainter.h',
2084 'paint/EllipsisBoxPainter.cpp', 2086 'paint/EllipsisBoxPainter.cpp',
2085 'paint/EllipsisBoxPainter.h', 2087 'paint/EllipsisBoxPainter.h',
2086 'paint/EmbeddedObjectPainter.cpp', 2088 'paint/EmbeddedObjectPainter.cpp',
2087 'paint/EmbeddedObjectPainter.h', 2089 'paint/EmbeddedObjectPainter.h',
2088 'paint/FieldsetPainter.cpp', 2090 'paint/FieldsetPainter.cpp',
2089 'paint/FieldsetPainter.h', 2091 'paint/FieldsetPainter.h',
2090 'paint/FileUploadControlPainter.cpp', 2092 'paint/FileUploadControlPainter.cpp',
2091 'paint/FileUploadControlPainter.h', 2093 'paint/FileUploadControlPainter.h',
(...skipping 2199 matching lines...) Expand 10 before | Expand all | Expand 10 after
4291 'timing/MemoryInfoTest.cpp', 4293 'timing/MemoryInfoTest.cpp',
4292 'timing/PerformanceBaseTest.cpp', 4294 'timing/PerformanceBaseTest.cpp',
4293 'timing/PerformanceObserverTest.cpp', 4295 'timing/PerformanceObserverTest.cpp',
4294 'workers/DedicatedWorkerTest.cpp', 4296 'workers/DedicatedWorkerTest.cpp',
4295 'workers/WorkerThreadTest.cpp', 4297 'workers/WorkerThreadTest.cpp',
4296 'workers/WorkerThreadTestHelper.h', 4298 'workers/WorkerThreadTestHelper.h',
4297 'xml/parser/SharedBufferReaderTest.cpp', 4299 'xml/parser/SharedBufferReaderTest.cpp',
4298 ], 4300 ],
4299 } 4301 }
4300 } 4302 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/ClipPathClipper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698