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

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. 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') | 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 1484 matching lines...) Expand 10 before | Expand all | Expand 10 after
1495 'paint/BoxPainter.cpp', 1495 'paint/BoxPainter.cpp',
1496 'paint/BoxPainter.h', 1496 'paint/BoxPainter.h',
1497 'paint/BackgroundImageGeometry.cpp', 1497 'paint/BackgroundImageGeometry.cpp',
1498 'paint/BackgroundImageGeometry.h', 1498 'paint/BackgroundImageGeometry.h',
1499 'paint/DetailsMarkerPainter.cpp', 1499 'paint/DetailsMarkerPainter.cpp',
1500 'paint/DetailsMarkerPainter.h', 1500 'paint/DetailsMarkerPainter.h',
1501 'paint/EllipsisBoxPainter.cpp', 1501 'paint/EllipsisBoxPainter.cpp',
1502 'paint/EllipsisBoxPainter.h', 1502 'paint/EllipsisBoxPainter.h',
1503 'paint/FileUploadControlPainter.cpp', 1503 'paint/FileUploadControlPainter.cpp',
1504 'paint/FileUploadControlPainter.h', 1504 'paint/FileUploadControlPainter.h',
1505 'paint/FramePainter.cpp',
1506 'paint/FramePainter.h',
1505 'paint/GridPainter.cpp', 1507 'paint/GridPainter.cpp',
1506 'paint/GridPainter.h', 1508 'paint/GridPainter.h',
1507 'paint/HTMLCanvasPainter.cpp', 1509 'paint/HTMLCanvasPainter.cpp',
1508 'paint/HTMLCanvasPainter.h', 1510 'paint/HTMLCanvasPainter.h',
1509 'paint/ImagePainter.cpp', 1511 'paint/ImagePainter.cpp',
1510 'paint/ImagePainter.h', 1512 'paint/ImagePainter.h',
1511 'paint/InlineFlowBoxPainter.cpp', 1513 'paint/InlineFlowBoxPainter.cpp',
1512 'paint/InlineFlowBoxPainter.h', 1514 'paint/InlineFlowBoxPainter.h',
1513 'paint/InlinePainter.cpp', 1515 'paint/InlinePainter.cpp',
1514 'paint/InlinePainter.h', 1516 'paint/InlinePainter.h',
(...skipping 2089 matching lines...) Expand 10 before | Expand all | Expand 10 after
3604 'rendering/shapes/BoxShapeTest.cpp', 3606 'rendering/shapes/BoxShapeTest.cpp',
3605 'rendering/style/OutlineValueTest.cpp', 3607 'rendering/style/OutlineValueTest.cpp',
3606 'testing/PrivateScriptTestTest.cpp', 3608 'testing/PrivateScriptTestTest.cpp',
3607 'streams/ReadableStreamTest.cpp', 3609 'streams/ReadableStreamTest.cpp',
3608 'testing/UnitTestHelpers.cpp', 3610 'testing/UnitTestHelpers.cpp',
3609 'testing/UnitTestHelpers.h', 3611 'testing/UnitTestHelpers.h',
3610 'xml/parser/SharedBufferReaderTest.cpp', 3612 'xml/parser/SharedBufferReaderTest.cpp',
3611 ], 3613 ],
3612 } 3614 }
3613 } 3615 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/FrameView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698