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

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

Issue 729823002: Move painting code from RenderFieldset to FieldsetPainter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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/paint/FieldsetPainter.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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 'paint/BackgroundImageGeometry.cpp', 1443 'paint/BackgroundImageGeometry.cpp',
1444 'paint/BackgroundImageGeometry.h', 1444 'paint/BackgroundImageGeometry.h',
1445 'paint/ClipRecorder.cpp', 1445 'paint/ClipRecorder.cpp',
1446 'paint/ClipRecorder.h', 1446 'paint/ClipRecorder.h',
1447 'paint/DetailsMarkerPainter.cpp', 1447 'paint/DetailsMarkerPainter.cpp',
1448 'paint/DetailsMarkerPainter.h', 1448 'paint/DetailsMarkerPainter.h',
1449 'paint/DrawingRecorder.cpp', 1449 'paint/DrawingRecorder.cpp',
1450 'paint/DrawingRecorder.h', 1450 'paint/DrawingRecorder.h',
1451 'paint/EllipsisBoxPainter.cpp', 1451 'paint/EllipsisBoxPainter.cpp',
1452 'paint/EllipsisBoxPainter.h', 1452 'paint/EllipsisBoxPainter.h',
1453 'paint/FieldsetPainter.h',
1454 'paint/FieldsetPainter.cpp',
1453 'paint/FileUploadControlPainter.cpp', 1455 'paint/FileUploadControlPainter.cpp',
1454 'paint/FileUploadControlPainter.h', 1456 'paint/FileUploadControlPainter.h',
1455 'paint/FilterPainter.cpp', 1457 'paint/FilterPainter.cpp',
1456 'paint/FilterPainter.h', 1458 'paint/FilterPainter.h',
1457 'paint/FramePainter.cpp', 1459 'paint/FramePainter.cpp',
1458 'paint/FramePainter.h', 1460 'paint/FramePainter.h',
1459 'paint/GridPainter.cpp', 1461 'paint/GridPainter.cpp',
1460 'paint/GridPainter.h', 1462 'paint/GridPainter.h',
1461 'paint/HTMLCanvasPainter.cpp', 1463 'paint/HTMLCanvasPainter.cpp',
1462 'paint/HTMLCanvasPainter.h', 1464 'paint/HTMLCanvasPainter.h',
(...skipping 2098 matching lines...) Expand 10 before | Expand all | Expand 10 after
3561 'rendering/style/OutlineValueTest.cpp', 3563 'rendering/style/OutlineValueTest.cpp',
3562 'rendering/style/RenderStyleTest.cpp', 3564 'rendering/style/RenderStyleTest.cpp',
3563 'testing/PrivateScriptTestTest.cpp', 3565 'testing/PrivateScriptTestTest.cpp',
3564 'streams/ReadableStreamTest.cpp', 3566 'streams/ReadableStreamTest.cpp',
3565 'testing/UnitTestHelpers.cpp', 3567 'testing/UnitTestHelpers.cpp',
3566 'testing/UnitTestHelpers.h', 3568 'testing/UnitTestHelpers.h',
3567 'xml/parser/SharedBufferReaderTest.cpp', 3569 'xml/parser/SharedBufferReaderTest.cpp',
3568 ], 3570 ],
3569 } 3571 }
3570 } 3572 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/paint/FieldsetPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698