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

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

Issue 620243002: Move painting code from InlineTextBox to InlineTextBoxPainter. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Final version. 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.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 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 'paint/DetailsMarkerPainter.cpp', 1501 'paint/DetailsMarkerPainter.cpp',
1502 'paint/DetailsMarkerPainter.h', 1502 'paint/DetailsMarkerPainter.h',
1503 'paint/HTMLCanvasPainter.cpp', 1503 'paint/HTMLCanvasPainter.cpp',
1504 'paint/HTMLCanvasPainter.h', 1504 'paint/HTMLCanvasPainter.h',
1505 'paint/ImagePainter.cpp', 1505 'paint/ImagePainter.cpp',
1506 'paint/ImagePainter.h', 1506 'paint/ImagePainter.h',
1507 'paint/InlineFlowBoxPainter.cpp', 1507 'paint/InlineFlowBoxPainter.cpp',
1508 'paint/InlineFlowBoxPainter.h', 1508 'paint/InlineFlowBoxPainter.h',
1509 'paint/InlinePainter.cpp', 1509 'paint/InlinePainter.cpp',
1510 'paint/InlinePainter.h', 1510 'paint/InlinePainter.h',
1511 'paint/InlineTextBoxPainter.cpp',
1512 'paint/InlineTextBoxPainter.h',
1511 'paint/LayerPainter.cpp', 1513 'paint/LayerPainter.cpp',
1512 'paint/LayerPainter.h', 1514 'paint/LayerPainter.h',
1513 'paint/LineBoxListPainter.cpp', 1515 'paint/LineBoxListPainter.cpp',
1514 'paint/LineBoxListPainter.h', 1516 'paint/LineBoxListPainter.h',
1515 'paint/ListMarkerPainter.cpp', 1517 'paint/ListMarkerPainter.cpp',
1516 'paint/ListMarkerPainter.h', 1518 'paint/ListMarkerPainter.h',
1517 'paint/ListItemPainter.cpp', 1519 'paint/ListItemPainter.cpp',
1518 'paint/ListItemPainter.h', 1520 'paint/ListItemPainter.h',
1519 'paint/ObjectPainter.cpp', 1521 'paint/ObjectPainter.cpp',
1520 'paint/ObjectPainter.h', 1522 'paint/ObjectPainter.h',
(...skipping 2063 matching lines...) Expand 10 before | Expand all | Expand 10 after
3584 'rendering/shapes/BoxShapeTest.cpp', 3586 'rendering/shapes/BoxShapeTest.cpp',
3585 'rendering/style/OutlineValueTest.cpp', 3587 'rendering/style/OutlineValueTest.cpp',
3586 'testing/PrivateScriptTestTest.cpp', 3588 'testing/PrivateScriptTestTest.cpp',
3587 'streams/ReadableStreamTest.cpp', 3589 'streams/ReadableStreamTest.cpp',
3588 'testing/UnitTestHelpers.cpp', 3590 'testing/UnitTestHelpers.cpp',
3589 'testing/UnitTestHelpers.h', 3591 'testing/UnitTestHelpers.h',
3590 'xml/parser/SharedBufferReaderTest.cpp', 3592 'xml/parser/SharedBufferReaderTest.cpp',
3591 ], 3593 ],
3592 } 3594 }
3593 } 3595 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/InlineTextBoxPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698