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

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

Issue 627773002: Move painting code from SVGInlineTextBox to SVGInlineTextBoxPainter. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix debug build. 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
« no previous file with comments | « no previous file | Source/core/paint/InlineTextBoxPainter.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 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 'paint/ReplacedPainter.cpp', 1525 'paint/ReplacedPainter.cpp',
1526 'paint/ReplacedPainter.h', 1526 'paint/ReplacedPainter.h',
1527 'paint/ReplicaPainter.cpp', 1527 'paint/ReplicaPainter.cpp',
1528 'paint/ReplicaPainter.h', 1528 'paint/ReplicaPainter.h',
1529 'paint/ScrollbarPainter.cpp', 1529 'paint/ScrollbarPainter.cpp',
1530 'paint/ScrollbarPainter.h', 1530 'paint/ScrollbarPainter.h',
1531 'paint/SVGForeignObjectPainter.cpp', 1531 'paint/SVGForeignObjectPainter.cpp',
1532 'paint/SVGForeignObjectPainter.h', 1532 'paint/SVGForeignObjectPainter.h',
1533 'paint/SVGImagePainter.cpp', 1533 'paint/SVGImagePainter.cpp',
1534 'paint/SVGImagePainter.h', 1534 'paint/SVGImagePainter.h',
1535 'paint/SVGInlineTextBoxPainter.cpp',
1536 'paint/SVGInlineTextBoxPainter.h',
1535 'paint/SVGTextPainter.cpp', 1537 'paint/SVGTextPainter.cpp',
1536 'paint/SVGTextPainter.h', 1538 'paint/SVGTextPainter.h',
1537 'paint/TablePainter.cpp', 1539 'paint/TablePainter.cpp',
1538 'paint/TablePainter.h', 1540 'paint/TablePainter.h',
1539 'paint/TableRowPainter.cpp', 1541 'paint/TableRowPainter.cpp',
1540 'paint/TableRowPainter.h', 1542 'paint/TableRowPainter.h',
1541 'paint/TableSectionPainter.cpp', 1543 'paint/TableSectionPainter.cpp',
1542 'paint/TableSectionPainter.h', 1544 'paint/TableSectionPainter.h',
1543 'paint/VideoPainter.cpp', 1545 'paint/VideoPainter.cpp',
1544 'paint/VideoPainter.h', 1546 'paint/VideoPainter.h',
(...skipping 2043 matching lines...) Expand 10 before | Expand all | Expand 10 after
3588 'rendering/shapes/BoxShapeTest.cpp', 3590 'rendering/shapes/BoxShapeTest.cpp',
3589 'rendering/style/OutlineValueTest.cpp', 3591 'rendering/style/OutlineValueTest.cpp',
3590 'testing/PrivateScriptTestTest.cpp', 3592 'testing/PrivateScriptTestTest.cpp',
3591 'streams/ReadableStreamTest.cpp', 3593 'streams/ReadableStreamTest.cpp',
3592 'testing/UnitTestHelpers.cpp', 3594 'testing/UnitTestHelpers.cpp',
3593 'testing/UnitTestHelpers.h', 3595 'testing/UnitTestHelpers.h',
3594 'xml/parser/SharedBufferReaderTest.cpp', 3596 'xml/parser/SharedBufferReaderTest.cpp',
3595 ], 3597 ],
3596 } 3598 }
3597 } 3599 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/InlineTextBoxPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698