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

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

Issue 1781463002: Fix table background painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sample code for improved collapsed border painting Created 3 years, 11 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 2104 matching lines...) Expand 10 before | Expand all | Expand 10 after
2115 'paint/ScopeRecorder.cpp', 2115 'paint/ScopeRecorder.cpp',
2116 'paint/ScopeRecorder.h', 2116 'paint/ScopeRecorder.h',
2117 'paint/ScrollableAreaPainter.cpp', 2117 'paint/ScrollableAreaPainter.cpp',
2118 'paint/ScrollableAreaPainter.h', 2118 'paint/ScrollableAreaPainter.h',
2119 'paint/ScrollbarPainter.cpp', 2119 'paint/ScrollbarPainter.cpp',
2120 'paint/ScrollbarPainter.h', 2120 'paint/ScrollbarPainter.h',
2121 'paint/ScrollRecorder.cpp', 2121 'paint/ScrollRecorder.cpp',
2122 'paint/ScrollRecorder.h', 2122 'paint/ScrollRecorder.h',
2123 'paint/TableCellPainter.cpp', 2123 'paint/TableCellPainter.cpp',
2124 'paint/TableCellPainter.h', 2124 'paint/TableCellPainter.h',
2125 'paint/TableCollapsedBorderPainter.cpp',
2126 'paint/TableCollapsedBorderPainter.h',
2125 'paint/TablePainter.cpp', 2127 'paint/TablePainter.cpp',
2126 'paint/TablePainter.h', 2128 'paint/TablePainter.h',
2127 'paint/TableRowPainter.cpp', 2129 'paint/TableRowPainter.cpp',
2128 'paint/TableRowPainter.h', 2130 'paint/TableRowPainter.h',
2129 'paint/TableSectionPainter.cpp', 2131 'paint/TableSectionPainter.cpp',
2130 'paint/TableSectionPainter.h', 2132 'paint/TableSectionPainter.h',
2131 'paint/TextPainter.cpp', 2133 'paint/TextPainter.cpp',
2132 'paint/TextPainter.h', 2134 'paint/TextPainter.h',
2133 'paint/ThemePainter.cpp', 2135 'paint/ThemePainter.cpp',
2134 'paint/ThemePainter.h', 2136 'paint/ThemePainter.h',
(...skipping 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after
4064 'style/SVGComputedStyleTest.cpp', 4066 'style/SVGComputedStyleTest.cpp',
4065 'svg/SVGPathParserTest.cpp', 4067 'svg/SVGPathParserTest.cpp',
4066 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4068 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4067 'testing/PrivateScriptTestTest.cpp', 4069 'testing/PrivateScriptTestTest.cpp',
4068 'timing/MemoryInfoTest.cpp', 4070 'timing/MemoryInfoTest.cpp',
4069 'workers/WorkerThreadTest.cpp', 4071 'workers/WorkerThreadTest.cpp',
4070 'xml/parser/SharedBufferReaderTest.cpp', 4072 'xml/parser/SharedBufferReaderTest.cpp',
4071 ], 4073 ],
4072 } 4074 }
4073 } 4075 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698