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

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

Issue 865353002: Implement clip and scroll DisplayItems for PartPainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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.cpp » ('j') | Source/core/frame/FrameView.cpp » ('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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1477 matching lines...) Expand 10 before | Expand all | Expand 10 after
1488 'paint/BlockPainter.cpp', 1488 'paint/BlockPainter.cpp',
1489 'paint/BlockPainter.h', 1489 'paint/BlockPainter.h',
1490 'paint/BoxClipper.cpp', 1490 'paint/BoxClipper.cpp',
1491 'paint/BoxClipper.h', 1491 'paint/BoxClipper.h',
1492 'paint/BoxDecorationData.cpp', 1492 'paint/BoxDecorationData.cpp',
1493 'paint/BoxDecorationData.h', 1493 'paint/BoxDecorationData.h',
1494 'paint/BoxPainter.cpp', 1494 'paint/BoxPainter.cpp',
1495 'paint/BoxPainter.h', 1495 'paint/BoxPainter.h',
1496 'paint/CompositingRecorder.cpp', 1496 'paint/CompositingRecorder.cpp',
1497 'paint/CompositingRecorder.h', 1497 'paint/CompositingRecorder.h',
1498 'paint/ContentBoxRadiusClipper.cpp',
1499 'paint/ContentBoxRadiusClipper.h',
1498 'paint/DetailsMarkerPainter.cpp', 1500 'paint/DetailsMarkerPainter.cpp',
1499 'paint/DetailsMarkerPainter.h', 1501 'paint/DetailsMarkerPainter.h',
1500 'paint/RenderDrawingRecorder.cpp', 1502 'paint/RenderDrawingRecorder.cpp',
1501 'paint/RenderDrawingRecorder.h', 1503 'paint/RenderDrawingRecorder.h',
1502 'paint/EllipsisBoxPainter.cpp', 1504 'paint/EllipsisBoxPainter.cpp',
1503 'paint/EllipsisBoxPainter.h', 1505 'paint/EllipsisBoxPainter.h',
1504 'paint/FieldsetPainter.cpp', 1506 'paint/FieldsetPainter.cpp',
1505 'paint/FieldsetPainter.h', 1507 'paint/FieldsetPainter.h',
1506 'paint/FileUploadControlPainter.cpp', 1508 'paint/FileUploadControlPainter.cpp',
1507 'paint/FileUploadControlPainter.h', 1509 'paint/FileUploadControlPainter.h',
(...skipping 2246 matching lines...) Expand 10 before | Expand all | Expand 10 after
3754 'rendering/style/RenderStyleTest.cpp', 3756 'rendering/style/RenderStyleTest.cpp',
3755 'rendering/style/SVGRenderStyleTest.cpp', 3757 'rendering/style/SVGRenderStyleTest.cpp',
3756 'streams/ReadableStreamTest.cpp', 3758 'streams/ReadableStreamTest.cpp',
3757 'testing/PrivateScriptTestTest.cpp', 3759 'testing/PrivateScriptTestTest.cpp',
3758 'testing/UnitTestHelpers.cpp', 3760 'testing/UnitTestHelpers.cpp',
3759 'testing/UnitTestHelpers.h', 3761 'testing/UnitTestHelpers.h',
3760 'xml/parser/SharedBufferReaderTest.cpp', 3762 'xml/parser/SharedBufferReaderTest.cpp',
3761 ], 3763 ],
3762 } 3764 }
3763 } 3765 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | Source/core/frame/FrameView.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698