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

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

Issue 601093002: Move SVG container paint code to SVGContainerPainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address reviewer comments 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/paint/SVGContainerPainter.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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1518 matching lines...) Expand 10 before | Expand all | Expand 10 after
1529 'paint/MultiColumnSetPainter.cpp', 1529 'paint/MultiColumnSetPainter.cpp',
1530 'paint/MultiColumnSetPainter.h', 1530 'paint/MultiColumnSetPainter.h',
1531 'paint/ReplacedPainter.cpp', 1531 'paint/ReplacedPainter.cpp',
1532 'paint/ReplacedPainter.h', 1532 'paint/ReplacedPainter.h',
1533 'paint/ReplicaPainter.cpp', 1533 'paint/ReplicaPainter.cpp',
1534 'paint/ReplicaPainter.h', 1534 'paint/ReplicaPainter.h',
1535 'paint/RootInlineBoxPainter.cpp', 1535 'paint/RootInlineBoxPainter.cpp',
1536 'paint/RootInlineBoxPainter.h', 1536 'paint/RootInlineBoxPainter.h',
1537 'paint/ScrollbarPainter.cpp', 1537 'paint/ScrollbarPainter.cpp',
1538 'paint/ScrollbarPainter.h', 1538 'paint/ScrollbarPainter.h',
1539 'paint/SVGContainerPainter.cpp',
1540 'paint/SVGContainerPainter.h',
1539 'paint/SVGForeignObjectPainter.cpp', 1541 'paint/SVGForeignObjectPainter.cpp',
1540 'paint/SVGForeignObjectPainter.h', 1542 'paint/SVGForeignObjectPainter.h',
1541 'paint/SVGImagePainter.cpp', 1543 'paint/SVGImagePainter.cpp',
1542 'paint/SVGImagePainter.h', 1544 'paint/SVGImagePainter.h',
1543 'paint/SVGInlineTextBoxPainter.cpp', 1545 'paint/SVGInlineTextBoxPainter.cpp',
1544 'paint/SVGInlineTextBoxPainter.h', 1546 'paint/SVGInlineTextBoxPainter.h',
1545 'paint/SVGTextPainter.cpp', 1547 'paint/SVGTextPainter.cpp',
1546 'paint/SVGTextPainter.h', 1548 'paint/SVGTextPainter.h',
1547 'paint/TablePainter.cpp', 1549 'paint/TablePainter.cpp',
1548 'paint/TablePainter.h', 1550 'paint/TablePainter.h',
(...skipping 2051 matching lines...) Expand 10 before | Expand all | Expand 10 after
3600 'rendering/shapes/BoxShapeTest.cpp', 3602 'rendering/shapes/BoxShapeTest.cpp',
3601 'rendering/style/OutlineValueTest.cpp', 3603 'rendering/style/OutlineValueTest.cpp',
3602 'testing/PrivateScriptTestTest.cpp', 3604 'testing/PrivateScriptTestTest.cpp',
3603 'streams/ReadableStreamTest.cpp', 3605 'streams/ReadableStreamTest.cpp',
3604 'testing/UnitTestHelpers.cpp', 3606 'testing/UnitTestHelpers.cpp',
3605 'testing/UnitTestHelpers.h', 3607 'testing/UnitTestHelpers.h',
3606 'xml/parser/SharedBufferReaderTest.cpp', 3608 'xml/parser/SharedBufferReaderTest.cpp',
3607 ], 3609 ],
3608 } 3610 }
3609 } 3611 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/SVGContainerPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698