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

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

Issue 1162863006: Relocate box border painting code into BoxBorderPainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: minor cleanup Created 5 years, 6 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 | Annotate | Revision Log
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 1813 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 'page/scrolling/ScrollingCoordinator.cpp', 1824 'page/scrolling/ScrollingCoordinator.cpp',
1825 'page/scrolling/ScrollingCoordinator.h', 1825 'page/scrolling/ScrollingCoordinator.h',
1826 'page/scrolling/ScrollState.cpp', 1826 'page/scrolling/ScrollState.cpp',
1827 'page/scrolling/ScrollState.h', 1827 'page/scrolling/ScrollState.h',
1828 'paint/BackgroundImageGeometry.cpp', 1828 'paint/BackgroundImageGeometry.cpp',
1829 'paint/BackgroundImageGeometry.h', 1829 'paint/BackgroundImageGeometry.h',
1830 'paint/BlockFlowPainter.cpp', 1830 'paint/BlockFlowPainter.cpp',
1831 'paint/BlockFlowPainter.h', 1831 'paint/BlockFlowPainter.h',
1832 'paint/BlockPainter.cpp', 1832 'paint/BlockPainter.cpp',
1833 'paint/BlockPainter.h', 1833 'paint/BlockPainter.h',
1834 'paint/BoxBorderPainter.cpp',
1835 'paint/BoxBorderPainter.h',
1834 'paint/BoxClipper.cpp', 1836 'paint/BoxClipper.cpp',
1835 'paint/BoxClipper.h', 1837 'paint/BoxClipper.h',
1836 'paint/BoxDecorationData.cpp', 1838 'paint/BoxDecorationData.cpp',
1837 'paint/BoxDecorationData.h', 1839 'paint/BoxDecorationData.h',
1838 'paint/BoxPainter.cpp', 1840 'paint/BoxPainter.cpp',
1839 'paint/BoxPainter.h', 1841 'paint/BoxPainter.h',
1840 'paint/ClipScope.cpp', 1842 'paint/ClipScope.cpp',
1841 'paint/ClipScope.h', 1843 'paint/ClipScope.h',
1842 'paint/CompositingRecorder.cpp', 1844 'paint/CompositingRecorder.cpp',
1843 'paint/CompositingRecorder.h', 1845 'paint/CompositingRecorder.h',
(...skipping 2073 matching lines...) Expand 10 before | Expand all | Expand 10 after
3917 'style/ComputedStyleTest.cpp', 3919 'style/ComputedStyleTest.cpp',
3918 'style/OutlineValueTest.cpp', 3920 'style/OutlineValueTest.cpp',
3919 'style/SVGComputedStyleTest.cpp', 3921 'style/SVGComputedStyleTest.cpp',
3920 'testing/PrivateScriptTestTest.cpp', 3922 'testing/PrivateScriptTestTest.cpp',
3921 'timing/MemoryInfoTest.cpp', 3923 'timing/MemoryInfoTest.cpp',
3922 'workers/WorkerThreadTest.cpp', 3924 'workers/WorkerThreadTest.cpp',
3923 'xml/parser/SharedBufferReaderTest.cpp', 3925 'xml/parser/SharedBufferReaderTest.cpp',
3924 ], 3926 ],
3925 } 3927 }
3926 } 3928 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/BoxBorderPainter.h » ('j') | Source/core/paint/BoxBorderPainter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698