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

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: Update comments 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
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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 'graphics/gpu/DrawingBuffer.cpp', 620 'graphics/gpu/DrawingBuffer.cpp',
621 'graphics/gpu/DrawingBuffer.h', 621 'graphics/gpu/DrawingBuffer.h',
622 'graphics/gpu/Extensions3DUtil.cpp', 622 'graphics/gpu/Extensions3DUtil.cpp',
623 'graphics/gpu/Extensions3DUtil.h', 623 'graphics/gpu/Extensions3DUtil.h',
624 'graphics/gpu/WebGLImageBufferSurface.cpp', 624 'graphics/gpu/WebGLImageBufferSurface.cpp',
625 'graphics/gpu/WebGLImageBufferSurface.h', 625 'graphics/gpu/WebGLImageBufferSurface.h',
626 'graphics/gpu/WebGLImageConversion.cpp', 626 'graphics/gpu/WebGLImageConversion.cpp',
627 'graphics/gpu/WebGLImageConversion.h', 627 'graphics/gpu/WebGLImageConversion.h',
628 'graphics/media/MediaPlayer.cpp', 628 'graphics/media/MediaPlayer.cpp',
629 'graphics/media/MediaPlayer.h', 629 'graphics/media/MediaPlayer.h',
630 'graphics/paint/CachedDisplayItem.cpp',
630 'graphics/paint/CachedDisplayItem.h', 631 'graphics/paint/CachedDisplayItem.h',
631 'graphics/paint/ClipDisplayItem.cpp', 632 'graphics/paint/ClipDisplayItem.cpp',
632 'graphics/paint/ClipDisplayItem.h', 633 'graphics/paint/ClipDisplayItem.h',
633 'graphics/paint/ClipPathDisplayItem.cpp', 634 'graphics/paint/ClipPathDisplayItem.cpp',
634 'graphics/paint/ClipPathDisplayItem.h', 635 'graphics/paint/ClipPathDisplayItem.h',
635 'graphics/paint/ClipPathRecorder.cpp', 636 'graphics/paint/ClipPathRecorder.cpp',
636 'graphics/paint/ClipPathRecorder.h', 637 'graphics/paint/ClipPathRecorder.h',
637 'graphics/paint/ClipRecorder.cpp', 638 'graphics/paint/ClipRecorder.cpp',
638 'graphics/paint/ClipRecorder.h', 639 'graphics/paint/ClipRecorder.h',
639 'graphics/paint/ClipRecorderStack.cpp', 640 'graphics/paint/ClipRecorderStack.cpp',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 'graphics/ImageFrameGeneratorTest.cpp', 972 'graphics/ImageFrameGeneratorTest.cpp',
972 'graphics/ImageLayerChromiumTest.cpp', 973 'graphics/ImageLayerChromiumTest.cpp',
973 'graphics/test/MockImageDecoder.h', 974 'graphics/test/MockImageDecoder.h',
974 'graphics/test/MockWebGraphicsContext3D.h', 975 'graphics/test/MockWebGraphicsContext3D.h',
975 'image-decoders/gif/GIFImageDecoderTest.cpp', 976 'image-decoders/gif/GIFImageDecoderTest.cpp',
976 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 977 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
977 'image-decoders/webp/WEBPImageDecoderTest.cpp', 978 'image-decoders/webp/WEBPImageDecoderTest.cpp',
978 ], 979 ],
979 }, 980 },
980 } 981 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698