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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 847783003: New display item caching (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: New method, supporting partial paint Created 5 years, 10 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
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 'graphics/gpu/DrawingBuffer.cpp', 621 'graphics/gpu/DrawingBuffer.cpp',
622 'graphics/gpu/DrawingBuffer.h', 622 'graphics/gpu/DrawingBuffer.h',
623 'graphics/gpu/Extensions3DUtil.cpp', 623 'graphics/gpu/Extensions3DUtil.cpp',
624 'graphics/gpu/Extensions3DUtil.h', 624 'graphics/gpu/Extensions3DUtil.h',
625 'graphics/gpu/WebGLImageBufferSurface.cpp', 625 'graphics/gpu/WebGLImageBufferSurface.cpp',
626 'graphics/gpu/WebGLImageBufferSurface.h', 626 'graphics/gpu/WebGLImageBufferSurface.h',
627 'graphics/gpu/WebGLImageConversion.cpp', 627 'graphics/gpu/WebGLImageConversion.cpp',
628 'graphics/gpu/WebGLImageConversion.h', 628 'graphics/gpu/WebGLImageConversion.h',
629 'graphics/media/MediaPlayer.cpp', 629 'graphics/media/MediaPlayer.cpp',
630 'graphics/media/MediaPlayer.h', 630 'graphics/media/MediaPlayer.h',
631 'graphics/paint/CachedDisplayItem.cpp',
631 'graphics/paint/CachedDisplayItem.h', 632 'graphics/paint/CachedDisplayItem.h',
632 'graphics/paint/ClipDisplayItem.cpp', 633 'graphics/paint/ClipDisplayItem.cpp',
633 'graphics/paint/ClipDisplayItem.h', 634 'graphics/paint/ClipDisplayItem.h',
634 'graphics/paint/ClipPathDisplayItem.cpp', 635 'graphics/paint/ClipPathDisplayItem.cpp',
635 'graphics/paint/ClipPathDisplayItem.h', 636 'graphics/paint/ClipPathDisplayItem.h',
636 'graphics/paint/ClipPathRecorder.cpp', 637 'graphics/paint/ClipPathRecorder.cpp',
637 'graphics/paint/ClipPathRecorder.h', 638 'graphics/paint/ClipPathRecorder.h',
638 'graphics/paint/ClipRecorder.cpp', 639 'graphics/paint/ClipRecorder.cpp',
639 'graphics/paint/ClipRecorder.h', 640 'graphics/paint/ClipRecorder.h',
640 'graphics/paint/ClipRecorderStack.cpp', 641 'graphics/paint/ClipRecorderStack.cpp',
641 'graphics/paint/ClipRecorderStack.h', 642 'graphics/paint/ClipRecorderStack.h',
642 'graphics/paint/DisplayItem.cpp', 643 'graphics/paint/DisplayItem.cpp',
643 'graphics/paint/DisplayItem.h', 644 'graphics/paint/DisplayItem.h',
644 'graphics/paint/DisplayItemList.cpp', 645 'graphics/paint/DisplayItemList.cpp',
645 'graphics/paint/DisplayItemList.h', 646 'graphics/paint/DisplayItemList.h',
646 'graphics/paint/DrawingDisplayItem.cpp', 647 'graphics/paint/DrawingDisplayItem.cpp',
647 'graphics/paint/DrawingDisplayItem.h', 648 'graphics/paint/DrawingDisplayItem.h',
648 'graphics/paint/DrawingRecorder.cpp', 649 'graphics/paint/DrawingRecorder.cpp',
649 'graphics/paint/DrawingRecorder.h', 650 'graphics/paint/DrawingRecorder.h',
650 'graphics/paint/FilterDisplayItem.cpp', 651 'graphics/paint/FilterDisplayItem.cpp',
651 'graphics/paint/FilterDisplayItem.h', 652 'graphics/paint/FilterDisplayItem.h',
652 'graphics/paint/FloatClipDisplayItem.cpp', 653 'graphics/paint/FloatClipDisplayItem.cpp',
653 'graphics/paint/FloatClipDisplayItem.h', 654 'graphics/paint/FloatClipDisplayItem.h',
655 'graphics/paint/SubtreeDisplayItem.h',
654 'graphics/paint/TransformDisplayItem.cpp', 656 'graphics/paint/TransformDisplayItem.cpp',
655 'graphics/paint/TransformDisplayItem.h', 657 'graphics/paint/TransformDisplayItem.h',
656 'graphics/paint/CompositingDisplayItem.cpp', 658 'graphics/paint/CompositingDisplayItem.cpp',
657 'graphics/paint/CompositingDisplayItem.h', 659 'graphics/paint/CompositingDisplayItem.h',
658 'graphics/skia/GaneshUtils.cpp', 660 'graphics/skia/GaneshUtils.cpp',
659 'graphics/skia/GaneshUtils.h', 661 'graphics/skia/GaneshUtils.h',
660 'graphics/skia/NativeImageSkia.cpp', 662 'graphics/skia/NativeImageSkia.cpp',
661 'graphics/skia/NativeImageSkia.h', 663 'graphics/skia/NativeImageSkia.h',
662 'graphics/skia/SkSizeHash.h', 664 'graphics/skia/SkSizeHash.h',
663 'graphics/skia/SkiaUtils.cpp', 665 'graphics/skia/SkiaUtils.cpp',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 'graphics/ImageFrameGeneratorTest.cpp', 974 'graphics/ImageFrameGeneratorTest.cpp',
973 'graphics/ImageLayerChromiumTest.cpp', 975 'graphics/ImageLayerChromiumTest.cpp',
974 'graphics/test/MockImageDecoder.h', 976 'graphics/test/MockImageDecoder.h',
975 'graphics/test/MockWebGraphicsContext3D.h', 977 'graphics/test/MockWebGraphicsContext3D.h',
976 'image-decoders/gif/GIFImageDecoderTest.cpp', 978 'image-decoders/gif/GIFImageDecoderTest.cpp',
977 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 979 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
978 'image-decoders/webp/WEBPImageDecoderTest.cpp', 980 'image-decoders/webp/WEBPImageDecoderTest.cpp',
979 ], 981 ],
980 }, 982 },
981 } 983 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698