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

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

Issue 744163002: Enable fast/images with slimming paint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix compile Created 6 years 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
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 1454 matching lines...) Expand 10 before | Expand all | Expand 10 after
1465 'paint/HTMLCanvasPainter.cpp', 1465 'paint/HTMLCanvasPainter.cpp',
1466 'paint/HTMLCanvasPainter.h', 1466 'paint/HTMLCanvasPainter.h',
1467 'paint/ImagePainter.cpp', 1467 'paint/ImagePainter.cpp',
1468 'paint/ImagePainter.h', 1468 'paint/ImagePainter.h',
1469 'paint/InlineFlowBoxPainter.cpp', 1469 'paint/InlineFlowBoxPainter.cpp',
1470 'paint/InlineFlowBoxPainter.h', 1470 'paint/InlineFlowBoxPainter.h',
1471 'paint/InlinePainter.cpp', 1471 'paint/InlinePainter.cpp',
1472 'paint/InlinePainter.h', 1472 'paint/InlinePainter.h',
1473 'paint/InlineTextBoxPainter.cpp', 1473 'paint/InlineTextBoxPainter.cpp',
1474 'paint/InlineTextBoxPainter.h', 1474 'paint/InlineTextBoxPainter.h',
1475 'paint/LayerClipRecorder.cpp',
1476 'paint/LayerClipRecorder.h',
1475 'paint/LayerPainter.cpp', 1477 'paint/LayerPainter.cpp',
1476 'paint/LayerPainter.h', 1478 'paint/LayerPainter.h',
1477 'paint/LineBoxListPainter.cpp', 1479 'paint/LineBoxListPainter.cpp',
1478 'paint/LineBoxListPainter.h', 1480 'paint/LineBoxListPainter.h',
1479 'paint/ListMarkerPainter.cpp', 1481 'paint/ListMarkerPainter.cpp',
1480 'paint/ListMarkerPainter.h', 1482 'paint/ListMarkerPainter.h',
1481 'paint/ListItemPainter.cpp', 1483 'paint/ListItemPainter.cpp',
1482 'paint/ListItemPainter.h', 1484 'paint/ListItemPainter.h',
1483 'paint/ObjectPainter.cpp', 1485 'paint/ObjectPainter.cpp',
1484 'paint/ObjectPainter.h', 1486 'paint/ObjectPainter.h',
(...skipping 2079 matching lines...) Expand 10 before | Expand all | Expand 10 after
3564 'html/LinkRelAttributeTest.cpp', 3566 'html/LinkRelAttributeTest.cpp',
3565 'html/TimeRangesTest.cpp', 3567 'html/TimeRangesTest.cpp',
3566 'html/forms/FileInputTypeTest.cpp', 3568 'html/forms/FileInputTypeTest.cpp',
3567 'html/parser/HTMLParserThreadTest.cpp', 3569 'html/parser/HTMLParserThreadTest.cpp',
3568 'html/parser/HTMLSrcsetParserTest.cpp', 3570 'html/parser/HTMLSrcsetParserTest.cpp',
3569 'html/track/vtt/BufferedLineReaderTest.cpp', 3571 'html/track/vtt/BufferedLineReaderTest.cpp',
3570 'html/track/vtt/VTTScannerTest.cpp', 3572 'html/track/vtt/VTTScannerTest.cpp',
3571 'loader/MixedContentCheckerTest.cpp', 3573 'loader/MixedContentCheckerTest.cpp',
3572 'page/NetworkStateNotifierTest.cpp', 3574 'page/NetworkStateNotifierTest.cpp',
3573 'page/PrintContextTest.cpp', 3575 'page/PrintContextTest.cpp',
3574 'paint/ClipRecorderTest.cpp',
3575 'paint/DrawingRecorderTest.cpp', 3576 'paint/DrawingRecorderTest.cpp',
3577 'paint/LayerClipRecorderTest.cpp',
3576 'paint/TextPainterTest.cpp', 3578 'paint/TextPainterTest.cpp',
3577 'paint/ViewDisplayListTest.cpp', 3579 'paint/ViewDisplayListTest.cpp',
3578 'rendering/RenderBlockTest.cpp', 3580 'rendering/RenderBlockTest.cpp',
3579 'rendering/RenderInlineTest.cpp', 3581 'rendering/RenderInlineTest.cpp',
3580 'rendering/RenderOverflowTest.cpp', 3582 'rendering/RenderOverflowTest.cpp',
3581 'rendering/RenderMultiColumnFlowThreadTest.cpp', 3583 'rendering/RenderMultiColumnFlowThreadTest.cpp',
3582 'rendering/RenderPartTest.cpp', 3584 'rendering/RenderPartTest.cpp',
3583 'rendering/RenderTableCellTest.cpp', 3585 'rendering/RenderTableCellTest.cpp',
3584 'rendering/RenderTableRowTest.cpp', 3586 'rendering/RenderTableRowTest.cpp',
3585 'rendering/shapes/BoxShapeTest.cpp', 3587 'rendering/shapes/BoxShapeTest.cpp',
3586 'rendering/style/OutlineValueTest.cpp', 3588 'rendering/style/OutlineValueTest.cpp',
3587 'rendering/style/RenderStyleTest.cpp', 3589 'rendering/style/RenderStyleTest.cpp',
3588 'testing/PrivateScriptTestTest.cpp', 3590 'testing/PrivateScriptTestTest.cpp',
3589 'streams/ReadableStreamTest.cpp', 3591 'streams/ReadableStreamTest.cpp',
3590 'testing/UnitTestHelpers.cpp', 3592 'testing/UnitTestHelpers.cpp',
3591 'testing/UnitTestHelpers.h', 3593 'testing/UnitTestHelpers.h',
3592 'xml/parser/SharedBufferReaderTest.cpp', 3594 'xml/parser/SharedBufferReaderTest.cpp',
3593 ], 3595 ],
3594 } 3596 }
3595 } 3597 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698