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

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

Issue 671943004: Move SVG inline flow box paint code to SVGInlineFlowBoxPainter (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/paint/SVGInlineFlowBoxPainter.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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1545 matching lines...) Expand 10 before | Expand all | Expand 10 after
1556 'paint/RootInlineBoxPainter.cpp', 1556 'paint/RootInlineBoxPainter.cpp',
1557 'paint/RootInlineBoxPainter.h', 1557 'paint/RootInlineBoxPainter.h',
1558 'paint/ScrollbarPainter.cpp', 1558 'paint/ScrollbarPainter.cpp',
1559 'paint/ScrollbarPainter.h', 1559 'paint/ScrollbarPainter.h',
1560 'paint/SVGContainerPainter.cpp', 1560 'paint/SVGContainerPainter.cpp',
1561 'paint/SVGContainerPainter.h', 1561 'paint/SVGContainerPainter.h',
1562 'paint/SVGForeignObjectPainter.cpp', 1562 'paint/SVGForeignObjectPainter.cpp',
1563 'paint/SVGForeignObjectPainter.h', 1563 'paint/SVGForeignObjectPainter.h',
1564 'paint/SVGImagePainter.cpp', 1564 'paint/SVGImagePainter.cpp',
1565 'paint/SVGImagePainter.h', 1565 'paint/SVGImagePainter.h',
1566 'paint/SVGInlineFlowBoxPainter.cpp',
1567 'paint/SVGInlineFlowBoxPainter.h',
1566 'paint/SVGInlineTextBoxPainter.cpp', 1568 'paint/SVGInlineTextBoxPainter.cpp',
1567 'paint/SVGInlineTextBoxPainter.h', 1569 'paint/SVGInlineTextBoxPainter.h',
1568 'paint/SVGMarkerPainter.cpp', 1570 'paint/SVGMarkerPainter.cpp',
1569 'paint/SVGMarkerPainter.h', 1571 'paint/SVGMarkerPainter.h',
1570 'paint/SVGRootInlineBoxPainter.cpp', 1572 'paint/SVGRootInlineBoxPainter.cpp',
1571 'paint/SVGRootInlineBoxPainter.h', 1573 'paint/SVGRootInlineBoxPainter.h',
1572 'paint/SVGRootPainter.cpp', 1574 'paint/SVGRootPainter.cpp',
1573 'paint/SVGRootPainter.h', 1575 'paint/SVGRootPainter.h',
1574 'paint/SVGTextPainter.cpp', 1576 'paint/SVGTextPainter.cpp',
1575 'paint/SVGTextPainter.h', 1577 'paint/SVGTextPainter.h',
(...skipping 2072 matching lines...) Expand 10 before | Expand all | Expand 10 after
3648 'rendering/shapes/BoxShapeTest.cpp', 3650 'rendering/shapes/BoxShapeTest.cpp',
3649 'rendering/style/OutlineValueTest.cpp', 3651 'rendering/style/OutlineValueTest.cpp',
3650 'testing/PrivateScriptTestTest.cpp', 3652 'testing/PrivateScriptTestTest.cpp',
3651 'streams/ReadableStreamTest.cpp', 3653 'streams/ReadableStreamTest.cpp',
3652 'testing/UnitTestHelpers.cpp', 3654 'testing/UnitTestHelpers.cpp',
3653 'testing/UnitTestHelpers.h', 3655 'testing/UnitTestHelpers.h',
3654 'xml/parser/SharedBufferReaderTest.cpp', 3656 'xml/parser/SharedBufferReaderTest.cpp',
3655 ], 3657 ],
3656 } 3658 }
3657 } 3659 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/SVGInlineFlowBoxPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698