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

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

Issue 613503002: Move paint code for RenderScrollbar and RenderScrollbarPart into ScrollbarPainter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/frame/FrameView.cpp » ('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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1502 matching lines...) Expand 10 before | Expand all | Expand 10 after
1513 'paint/ListMarkerPainter.cpp', 1513 'paint/ListMarkerPainter.cpp',
1514 'paint/ListMarkerPainter.h', 1514 'paint/ListMarkerPainter.h',
1515 'paint/ListItemPainter.cpp', 1515 'paint/ListItemPainter.cpp',
1516 'paint/ListItemPainter.h', 1516 'paint/ListItemPainter.h',
1517 'paint/ObjectPainter.cpp', 1517 'paint/ObjectPainter.cpp',
1518 'paint/ObjectPainter.h', 1518 'paint/ObjectPainter.h',
1519 'paint/MultiColumnSetPainter.cpp', 1519 'paint/MultiColumnSetPainter.cpp',
1520 'paint/MultiColumnSetPainter.h', 1520 'paint/MultiColumnSetPainter.h',
1521 'paint/ReplicaPainter.cpp', 1521 'paint/ReplicaPainter.cpp',
1522 'paint/ReplicaPainter.h', 1522 'paint/ReplicaPainter.h',
1523 'paint/ScrollbarPainter.cpp',
1524 'paint/ScrollbarPainter.h',
1523 'paint/SVGForeignObjectPainter.cpp', 1525 'paint/SVGForeignObjectPainter.cpp',
1524 'paint/SVGForeignObjectPainter.h', 1526 'paint/SVGForeignObjectPainter.h',
1525 'paint/SVGImagePainter.cpp', 1527 'paint/SVGImagePainter.cpp',
1526 'paint/SVGImagePainter.h', 1528 'paint/SVGImagePainter.h',
1527 'paint/SVGTextPainter.cpp', 1529 'paint/SVGTextPainter.cpp',
1528 'paint/SVGTextPainter.h', 1530 'paint/SVGTextPainter.h',
1529 'paint/TablePainter.cpp', 1531 'paint/TablePainter.cpp',
1530 'paint/TablePainter.h', 1532 'paint/TablePainter.h',
1531 'paint/TableRowPainter.cpp', 1533 'paint/TableRowPainter.cpp',
1532 'paint/TableRowPainter.h', 1534 'paint/TableRowPainter.h',
(...skipping 2042 matching lines...) Expand 10 before | Expand all | Expand 10 after
3575 'rendering/shapes/BoxShapeTest.cpp', 3577 'rendering/shapes/BoxShapeTest.cpp',
3576 'rendering/style/OutlineValueTest.cpp', 3578 'rendering/style/OutlineValueTest.cpp',
3577 'testing/PrivateScriptTestTest.cpp', 3579 'testing/PrivateScriptTestTest.cpp',
3578 'streams/ReadableStreamTest.cpp', 3580 'streams/ReadableStreamTest.cpp',
3579 'testing/UnitTestHelpers.cpp', 3581 'testing/UnitTestHelpers.cpp',
3580 'testing/UnitTestHelpers.h', 3582 'testing/UnitTestHelpers.h',
3581 'xml/parser/SharedBufferReaderTest.cpp', 3583 'xml/parser/SharedBufferReaderTest.cpp',
3582 ], 3584 ],
3583 } 3585 }
3584 } 3586 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698