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

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

Issue 1973343003: Initial implementation of GeometryMapper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 'graphics/paint/DrawingDisplayItem.h', 767 'graphics/paint/DrawingDisplayItem.h',
768 'graphics/paint/DrawingRecorder.cpp', 768 'graphics/paint/DrawingRecorder.cpp',
769 'graphics/paint/DrawingRecorder.h', 769 'graphics/paint/DrawingRecorder.h',
770 'graphics/paint/EffectPaintPropertyNode.h', 770 'graphics/paint/EffectPaintPropertyNode.h',
771 'graphics/paint/FilterDisplayItem.cpp', 771 'graphics/paint/FilterDisplayItem.cpp',
772 'graphics/paint/FilterDisplayItem.h', 772 'graphics/paint/FilterDisplayItem.h',
773 'graphics/paint/FloatClipDisplayItem.cpp', 773 'graphics/paint/FloatClipDisplayItem.cpp',
774 'graphics/paint/FloatClipDisplayItem.h', 774 'graphics/paint/FloatClipDisplayItem.h',
775 'graphics/paint/ForeignLayerDisplayItem.cpp', 775 'graphics/paint/ForeignLayerDisplayItem.cpp',
776 'graphics/paint/ForeignLayerDisplayItem.h', 776 'graphics/paint/ForeignLayerDisplayItem.h',
777 'graphics/paint/GeometryMapper.cpp',
778 'graphics/paint/GeometryMapper.h',
777 'graphics/paint/PaintArtifact.cpp', 779 'graphics/paint/PaintArtifact.cpp',
778 'graphics/paint/PaintArtifact.h', 780 'graphics/paint/PaintArtifact.h',
779 'graphics/paint/PaintArtifactToSkCanvas.cpp', 781 'graphics/paint/PaintArtifactToSkCanvas.cpp',
780 'graphics/paint/PaintArtifactToSkCanvas.h', 782 'graphics/paint/PaintArtifactToSkCanvas.h',
781 'graphics/paint/PaintChunkProperties.h', 783 'graphics/paint/PaintChunkProperties.h',
782 'graphics/paint/PaintChunk.h', 784 'graphics/paint/PaintChunk.h',
783 'graphics/paint/PaintChunker.cpp', 785 'graphics/paint/PaintChunker.cpp',
784 'graphics/paint/PaintChunker.h', 786 'graphics/paint/PaintChunker.h',
785 'graphics/paint/PaintController.cpp', 787 'graphics/paint/PaintController.cpp',
786 'graphics/paint/PaintController.h', 788 'graphics/paint/PaintController.h',
789 'graphics/paint/PropertyTreeState.h',
787 'graphics/paint/ScopedPaintChunkProperties.h', 790 'graphics/paint/ScopedPaintChunkProperties.h',
788 'graphics/paint/ScrollDisplayItem.cpp', 791 'graphics/paint/ScrollDisplayItem.cpp',
789 'graphics/paint/ScrollDisplayItem.h', 792 'graphics/paint/ScrollDisplayItem.h',
790 'graphics/paint/SkPictureBuilder.h', 793 'graphics/paint/SkPictureBuilder.h',
791 'graphics/paint/SkPictureBuilder.cpp', 794 'graphics/paint/SkPictureBuilder.cpp',
792 'graphics/paint/SubsequenceDisplayItem.h', 795 'graphics/paint/SubsequenceDisplayItem.h',
793 'graphics/paint/SubsequenceRecorder.cpp', 796 'graphics/paint/SubsequenceRecorder.cpp',
794 'graphics/paint/SubsequenceRecorder.h', 797 'graphics/paint/SubsequenceRecorder.h',
795 'graphics/paint/Transform3DDisplayItem.cpp', 798 'graphics/paint/Transform3DDisplayItem.cpp',
796 'graphics/paint/Transform3DDisplayItem.h', 799 'graphics/paint/Transform3DDisplayItem.h',
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 'graphics/DeferredImageDecoderTestWoPlatform.cpp', 1205 'graphics/DeferredImageDecoderTestWoPlatform.cpp',
1203 'graphics/GraphicsContextTest.cpp', 1206 'graphics/GraphicsContextTest.cpp',
1204 'graphics/RecordingImageBufferSurfaceTest.cpp', 1207 'graphics/RecordingImageBufferSurfaceTest.cpp',
1205 'graphics/compositing/PaintArtifactCompositorTest.cpp', 1208 'graphics/compositing/PaintArtifactCompositorTest.cpp',
1206 'graphics/filters/FilterOperationsTest.cpp', 1209 'graphics/filters/FilterOperationsTest.cpp',
1207 'graphics/filters/ImageFilterBuilderTest.cpp', 1210 'graphics/filters/ImageFilterBuilderTest.cpp',
1208 'graphics/gpu/DrawingBufferTest.cpp', 1211 'graphics/gpu/DrawingBufferTest.cpp',
1209 'graphics/paint/DisplayItemClientTest.cpp', 1212 'graphics/paint/DisplayItemClientTest.cpp',
1210 'graphics/paint/DisplayItemListTest.cpp', 1213 'graphics/paint/DisplayItemListTest.cpp',
1211 'graphics/paint/DisplayItemTest.cpp', 1214 'graphics/paint/DisplayItemTest.cpp',
1215 'graphics/paint/GeometryMapperTest.cpp',
1212 'graphics/paint/PaintArtifactToSkCanvasTest.cpp', 1216 'graphics/paint/PaintArtifactToSkCanvasTest.cpp',
1213 'graphics/paint/PaintChunkerTest.cpp', 1217 'graphics/paint/PaintChunkerTest.cpp',
1214 'graphics/paint/PaintControllerTest.cpp', 1218 'graphics/paint/PaintControllerTest.cpp',
1215 'image-decoders/FastSharedBufferReaderTest.cpp', 1219 'image-decoders/FastSharedBufferReaderTest.cpp',
1216 'image-decoders/ImageDecoderTest.cpp', 1220 'image-decoders/ImageDecoderTest.cpp',
1217 'image-decoders/ImageDecoderTestHelpers.cpp', 1221 'image-decoders/ImageDecoderTestHelpers.cpp',
1218 'image-decoders/ImageDecoderTestHelpers.h', 1222 'image-decoders/ImageDecoderTestHelpers.h',
1219 'image-decoders/bmp/BMPImageDecoderTest.cpp', 1223 'image-decoders/bmp/BMPImageDecoderTest.cpp',
1220 'image-decoders/gif/GIFImageDecoderTest.cpp', 1224 'image-decoders/gif/GIFImageDecoderTest.cpp',
1221 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1225 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1338 ['use_default_render_theme==1', 1342 ['use_default_render_theme==1',
1339 { 1343 {
1340 'platform_test_files': [ 1344 'platform_test_files': [
1341 'scroll/ScrollbarThemeAuraTest.cpp', 1345 'scroll/ScrollbarThemeAuraTest.cpp',
1342 ], 1346 ],
1343 } 1347 }
1344 ], 1348 ],
1345 ], 1349 ],
1346 }, 1350 },
1347 } 1351 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698