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

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

Issue 638933002: Introduce SVGPaintServer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Pass GCSS only - not GCSS and GC. 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
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 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after
1537 'paint/ScrollbarPainter.cpp', 1537 'paint/ScrollbarPainter.cpp',
1538 'paint/ScrollbarPainter.h', 1538 'paint/ScrollbarPainter.h',
1539 'paint/SVGContainerPainter.cpp', 1539 'paint/SVGContainerPainter.cpp',
1540 'paint/SVGContainerPainter.h', 1540 'paint/SVGContainerPainter.h',
1541 'paint/SVGForeignObjectPainter.cpp', 1541 'paint/SVGForeignObjectPainter.cpp',
1542 'paint/SVGForeignObjectPainter.h', 1542 'paint/SVGForeignObjectPainter.h',
1543 'paint/SVGImagePainter.cpp', 1543 'paint/SVGImagePainter.cpp',
1544 'paint/SVGImagePainter.h', 1544 'paint/SVGImagePainter.h',
1545 'paint/SVGInlineTextBoxPainter.cpp', 1545 'paint/SVGInlineTextBoxPainter.cpp',
1546 'paint/SVGInlineTextBoxPainter.h', 1546 'paint/SVGInlineTextBoxPainter.h',
1547 'paint/SVGPaintServer.cpp',
1548 'paint/SVGPaintServer.h',
1547 'paint/SVGTextPainter.cpp', 1549 'paint/SVGTextPainter.cpp',
1548 'paint/SVGTextPainter.h', 1550 'paint/SVGTextPainter.h',
1549 'paint/TablePainter.cpp', 1551 'paint/TablePainter.cpp',
1550 'paint/TablePainter.h', 1552 'paint/TablePainter.h',
1551 'paint/TableRowPainter.cpp', 1553 'paint/TableRowPainter.cpp',
1552 'paint/TableRowPainter.h', 1554 'paint/TableRowPainter.h',
1553 'paint/TableSectionPainter.cpp', 1555 'paint/TableSectionPainter.cpp',
1554 'paint/TableSectionPainter.h', 1556 'paint/TableSectionPainter.h',
1555 'paint/VideoPainter.cpp', 1557 'paint/VideoPainter.cpp',
1556 'paint/VideoPainter.h', 1558 'paint/VideoPainter.h',
(...skipping 2050 matching lines...) Expand 10 before | Expand all | Expand 10 after
3607 'rendering/shapes/BoxShapeTest.cpp', 3609 'rendering/shapes/BoxShapeTest.cpp',
3608 'rendering/style/OutlineValueTest.cpp', 3610 'rendering/style/OutlineValueTest.cpp',
3609 'testing/PrivateScriptTestTest.cpp', 3611 'testing/PrivateScriptTestTest.cpp',
3610 'streams/ReadableStreamTest.cpp', 3612 'streams/ReadableStreamTest.cpp',
3611 'testing/UnitTestHelpers.cpp', 3613 'testing/UnitTestHelpers.cpp',
3612 'testing/UnitTestHelpers.h', 3614 'testing/UnitTestHelpers.h',
3613 'xml/parser/SharedBufferReaderTest.cpp', 3615 'xml/parser/SharedBufferReaderTest.cpp',
3614 ], 3616 ],
3615 } 3617 }
3616 } 3618 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/SVGInlineTextBoxPainter.cpp » ('j') | Source/core/paint/SVGInlineTextBoxPainter.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698