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

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

Issue 379253002: Initial implementation of display list backed 2D canvases (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: compile error fix Created 6 years, 5 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/OpaqueRectTrackingContentLayerDelegate.cpp', 620 'graphics/OpaqueRectTrackingContentLayerDelegate.cpp',
621 'graphics/OpaqueRectTrackingContentLayerDelegate.h', 621 'graphics/OpaqueRectTrackingContentLayerDelegate.h',
622 'graphics/Path.cpp', 622 'graphics/Path.cpp',
623 'graphics/Path.h', 623 'graphics/Path.h',
624 'graphics/PathTraversalState.cpp', 624 'graphics/PathTraversalState.cpp',
625 'graphics/PathTraversalState.h', 625 'graphics/PathTraversalState.h',
626 'graphics/Pattern.cpp', 626 'graphics/Pattern.cpp',
627 'graphics/Pattern.h', 627 'graphics/Pattern.h',
628 'graphics/ProfilingCanvas.cpp', 628 'graphics/ProfilingCanvas.cpp',
629 'graphics/ProfilingCanvas.h', 629 'graphics/ProfilingCanvas.h',
630 'graphics/RecordingImageBufferSurface.cpp',
631 'graphics/RecordingImageBufferSurface.h',
630 'graphics/ReplayingCanvas.cpp', 632 'graphics/ReplayingCanvas.cpp',
631 'graphics/ReplayingCanvas.h', 633 'graphics/ReplayingCanvas.h',
632 'graphics/ScaledImageFragment.cpp', 634 'graphics/ScaledImageFragment.cpp',
633 'graphics/ScaledImageFragment.h', 635 'graphics/ScaledImageFragment.h',
634 'graphics/StrokeData.cpp', 636 'graphics/StrokeData.cpp',
635 'graphics/StrokeData.h', 637 'graphics/StrokeData.h',
636 'graphics/ThreadSafeDataTransport.cpp', 638 'graphics/ThreadSafeDataTransport.cpp',
637 'graphics/ThreadSafeDataTransport.h', 639 'graphics/ThreadSafeDataTransport.h',
638 'graphics/UnacceleratedImageBufferSurface.cpp', 640 'graphics/UnacceleratedImageBufferSurface.cpp',
639 'graphics/UnacceleratedImageBufferSurface.h', 641 'graphics/UnacceleratedImageBufferSurface.h',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 'graphics/ImageLayerChromiumTest.cpp', 952 'graphics/ImageLayerChromiumTest.cpp',
951 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 953 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
952 'graphics/test/MockImageDecoder.h', 954 'graphics/test/MockImageDecoder.h',
953 'graphics/test/MockWebGraphicsContext3D.h', 955 'graphics/test/MockWebGraphicsContext3D.h',
954 'image-decoders/gif/GIFImageDecoderTest.cpp', 956 'image-decoders/gif/GIFImageDecoderTest.cpp',
955 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 957 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
956 'image-decoders/webp/WEBPImageDecoderTest.cpp', 958 'image-decoders/webp/WEBPImageDecoderTest.cpp',
957 ], 959 ],
958 }, 960 },
959 } 961 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698