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

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

Issue 554183004: Add an alternate paintContents method to WebContentLayerClient. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: opaquerecttracking: . Created 6 years, 3 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 | « LayoutTests/TestExpectations ('k') | Source/platform/graphics/ContentLayerDelegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 'graphics/ImageFrameGenerator.cpp', 612 'graphics/ImageFrameGenerator.cpp',
613 'graphics/ImageFrameGenerator.h', 613 'graphics/ImageFrameGenerator.h',
614 'graphics/ImageObserver.cpp', 614 'graphics/ImageObserver.cpp',
615 'graphics/ImageObserver.h', 615 'graphics/ImageObserver.h',
616 'graphics/ImageOrientation.cpp', 616 'graphics/ImageOrientation.cpp',
617 'graphics/ImageOrientation.h', 617 'graphics/ImageOrientation.h',
618 'graphics/ImageSource.cpp', 618 'graphics/ImageSource.cpp',
619 'graphics/ImageSource.h', 619 'graphics/ImageSource.h',
620 'graphics/LoggingCanvas.cpp', 620 'graphics/LoggingCanvas.cpp',
621 'graphics/LoggingCanvas.h', 621 'graphics/LoggingCanvas.h',
622 'graphics/OpaqueRectTrackingContentLayerDelegate.cpp', 622 'graphics/ContentLayerDelegate.cpp',
623 'graphics/OpaqueRectTrackingContentLayerDelegate.h', 623 'graphics/ContentLayerDelegate.h',
624 'graphics/Path.cpp', 624 'graphics/Path.cpp',
625 'graphics/Path.h', 625 'graphics/Path.h',
626 'graphics/PathTraversalState.cpp', 626 'graphics/PathTraversalState.cpp',
627 'graphics/PathTraversalState.h', 627 'graphics/PathTraversalState.h',
628 'graphics/Pattern.cpp', 628 'graphics/Pattern.cpp',
629 'graphics/Pattern.h', 629 'graphics/Pattern.h',
630 'graphics/ProfilingCanvas.cpp', 630 'graphics/ProfilingCanvas.cpp',
631 'graphics/ProfilingCanvas.h', 631 'graphics/ProfilingCanvas.h',
632 'graphics/RecordingImageBufferSurface.cpp', 632 'graphics/RecordingImageBufferSurface.cpp',
633 'graphics/RecordingImageBufferSurface.h', 633 'graphics/RecordingImageBufferSurface.h',
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 # NOTE: these are legacy unit tests, do not add more! 949 # NOTE: these are legacy unit tests, do not add more!
950 'platform_web_unittest_files': [ 950 'platform_web_unittest_files': [
951 'graphics/BitmapImageTest.cpp', 951 'graphics/BitmapImageTest.cpp',
952 'graphics/Canvas2DLayerBridgeTest.cpp', 952 'graphics/Canvas2DLayerBridgeTest.cpp',
953 'graphics/Canvas2DLayerManagerTest.cpp', 953 'graphics/Canvas2DLayerManagerTest.cpp',
954 'graphics/DeferredImageDecoderTest.cpp', 954 'graphics/DeferredImageDecoderTest.cpp',
955 'graphics/GraphicsLayerTest.cpp', 955 'graphics/GraphicsLayerTest.cpp',
956 'graphics/ImageDecodingStoreTest.cpp', 956 'graphics/ImageDecodingStoreTest.cpp',
957 'graphics/ImageFrameGeneratorTest.cpp', 957 'graphics/ImageFrameGeneratorTest.cpp',
958 'graphics/ImageLayerChromiumTest.cpp', 958 'graphics/ImageLayerChromiumTest.cpp',
959 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
960 'graphics/test/MockImageDecoder.h', 959 'graphics/test/MockImageDecoder.h',
961 'graphics/test/MockWebGraphicsContext3D.h', 960 'graphics/test/MockWebGraphicsContext3D.h',
962 'image-decoders/gif/GIFImageDecoderTest.cpp', 961 'image-decoders/gif/GIFImageDecoderTest.cpp',
963 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 962 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
964 'image-decoders/webp/WEBPImageDecoderTest.cpp', 963 'image-decoders/webp/WEBPImageDecoderTest.cpp',
965 ], 964 ],
966 }, 965 },
967 } 966 }
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/platform/graphics/ContentLayerDelegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698