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

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

Issue 648423002: Move painting code from FrameView to FramePainter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/frame/FrameView.h » ('j') | Source/core/frame/FrameView.h » ('J')
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 1486 matching lines...) Expand 10 before | Expand all | Expand 10 after
1497 'paint/BoxPainter.cpp', 1497 'paint/BoxPainter.cpp',
1498 'paint/BoxPainter.h', 1498 'paint/BoxPainter.h',
1499 'paint/BackgroundImageGeometry.cpp', 1499 'paint/BackgroundImageGeometry.cpp',
1500 'paint/BackgroundImageGeometry.h', 1500 'paint/BackgroundImageGeometry.h',
1501 'paint/DetailsMarkerPainter.cpp', 1501 'paint/DetailsMarkerPainter.cpp',
1502 'paint/DetailsMarkerPainter.h', 1502 'paint/DetailsMarkerPainter.h',
1503 'paint/EllipsisBoxPainter.cpp', 1503 'paint/EllipsisBoxPainter.cpp',
1504 'paint/EllipsisBoxPainter.h', 1504 'paint/EllipsisBoxPainter.h',
1505 'paint/FileUploadControlPainter.cpp', 1505 'paint/FileUploadControlPainter.cpp',
1506 'paint/FileUploadControlPainter.h', 1506 'paint/FileUploadControlPainter.h',
1507 'paint/FramePainter.cpp',
1508 'paint/FramePainter.h',
1507 'paint/GridPainter.cpp', 1509 'paint/GridPainter.cpp',
1508 'paint/GridPainter.h', 1510 'paint/GridPainter.h',
1509 'paint/HTMLCanvasPainter.cpp', 1511 'paint/HTMLCanvasPainter.cpp',
1510 'paint/HTMLCanvasPainter.h', 1512 'paint/HTMLCanvasPainter.h',
1511 'paint/ImagePainter.cpp', 1513 'paint/ImagePainter.cpp',
1512 'paint/ImagePainter.h', 1514 'paint/ImagePainter.h',
1513 'paint/InlineFlowBoxPainter.cpp', 1515 'paint/InlineFlowBoxPainter.cpp',
1514 'paint/InlineFlowBoxPainter.h', 1516 'paint/InlineFlowBoxPainter.h',
1515 'paint/InlinePainter.cpp', 1517 'paint/InlinePainter.cpp',
1516 'paint/InlinePainter.h', 1518 'paint/InlinePainter.h',
(...skipping 2089 matching lines...) Expand 10 before | Expand all | Expand 10 after
3606 'rendering/shapes/BoxShapeTest.cpp', 3608 'rendering/shapes/BoxShapeTest.cpp',
3607 'rendering/style/OutlineValueTest.cpp', 3609 'rendering/style/OutlineValueTest.cpp',
3608 'testing/PrivateScriptTestTest.cpp', 3610 'testing/PrivateScriptTestTest.cpp',
3609 'streams/ReadableStreamTest.cpp', 3611 'streams/ReadableStreamTest.cpp',
3610 'testing/UnitTestHelpers.cpp', 3612 'testing/UnitTestHelpers.cpp',
3611 'testing/UnitTestHelpers.h', 3613 'testing/UnitTestHelpers.h',
3612 'xml/parser/SharedBufferReaderTest.cpp', 3614 'xml/parser/SharedBufferReaderTest.cpp',
3613 ], 3615 ],
3614 } 3616 }
3615 } 3617 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/FrameView.h » ('j') | Source/core/frame/FrameView.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698