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

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

Issue 1156663008: Anti-aliased box borders (overdraw) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: split impl, RTEF 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
« no previous file with comments | « no previous file | Source/core/paint/BoxBorderPainter.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 1811 matching lines...) Expand 10 before | Expand all | Expand 10 after
1822 'page/scrolling/ScrollingCoordinator.cpp', 1822 'page/scrolling/ScrollingCoordinator.cpp',
1823 'page/scrolling/ScrollingCoordinator.h', 1823 'page/scrolling/ScrollingCoordinator.h',
1824 'page/scrolling/ScrollState.cpp', 1824 'page/scrolling/ScrollState.cpp',
1825 'page/scrolling/ScrollState.h', 1825 'page/scrolling/ScrollState.h',
1826 'paint/BackgroundImageGeometry.cpp', 1826 'paint/BackgroundImageGeometry.cpp',
1827 'paint/BackgroundImageGeometry.h', 1827 'paint/BackgroundImageGeometry.h',
1828 'paint/BlockFlowPainter.cpp', 1828 'paint/BlockFlowPainter.cpp',
1829 'paint/BlockFlowPainter.h', 1829 'paint/BlockFlowPainter.h',
1830 'paint/BlockPainter.cpp', 1830 'paint/BlockPainter.cpp',
1831 'paint/BlockPainter.h', 1831 'paint/BlockPainter.h',
1832 'paint/BoxBorderPainter.cpp',
1833 'paint/BoxBorderPainter.h',
1832 'paint/BoxClipper.cpp', 1834 'paint/BoxClipper.cpp',
1833 'paint/BoxClipper.h', 1835 'paint/BoxClipper.h',
1834 'paint/BoxDecorationData.cpp', 1836 'paint/BoxDecorationData.cpp',
1835 'paint/BoxDecorationData.h', 1837 'paint/BoxDecorationData.h',
1836 'paint/BoxPainter.cpp', 1838 'paint/BoxPainter.cpp',
1837 'paint/BoxPainter.h', 1839 'paint/BoxPainter.h',
1838 'paint/ClipScope.cpp', 1840 'paint/ClipScope.cpp',
1839 'paint/ClipScope.h', 1841 'paint/ClipScope.h',
1840 'paint/CompositingRecorder.cpp', 1842 'paint/CompositingRecorder.cpp',
1841 'paint/CompositingRecorder.h', 1843 'paint/CompositingRecorder.h',
(...skipping 2064 matching lines...) Expand 10 before | Expand all | Expand 10 after
3906 'style/ComputedStyleTest.cpp', 3908 'style/ComputedStyleTest.cpp',
3907 'style/OutlineValueTest.cpp', 3909 'style/OutlineValueTest.cpp',
3908 'style/SVGComputedStyleTest.cpp', 3910 'style/SVGComputedStyleTest.cpp',
3909 'testing/PrivateScriptTestTest.cpp', 3911 'testing/PrivateScriptTestTest.cpp',
3910 'timing/MemoryInfoTest.cpp', 3912 'timing/MemoryInfoTest.cpp',
3911 'workers/WorkerThreadTest.cpp', 3913 'workers/WorkerThreadTest.cpp',
3912 'xml/parser/SharedBufferReaderTest.cpp', 3914 'xml/parser/SharedBufferReaderTest.cpp',
3913 ], 3915 ],
3914 } 3916 }
3915 } 3917 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/BoxBorderPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698