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

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, 6 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
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 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 'graphics/paint/DrawingDisplayItem.h', 765 'graphics/paint/DrawingDisplayItem.h',
766 'graphics/paint/DrawingRecorder.cpp', 766 'graphics/paint/DrawingRecorder.cpp',
767 'graphics/paint/DrawingRecorder.h', 767 'graphics/paint/DrawingRecorder.h',
768 'graphics/paint/EffectPaintPropertyNode.h', 768 'graphics/paint/EffectPaintPropertyNode.h',
769 'graphics/paint/FilterDisplayItem.cpp', 769 'graphics/paint/FilterDisplayItem.cpp',
770 'graphics/paint/FilterDisplayItem.h', 770 'graphics/paint/FilterDisplayItem.h',
771 'graphics/paint/FloatClipDisplayItem.cpp', 771 'graphics/paint/FloatClipDisplayItem.cpp',
772 'graphics/paint/FloatClipDisplayItem.h', 772 'graphics/paint/FloatClipDisplayItem.h',
773 'graphics/paint/ForeignLayerDisplayItem.cpp', 773 'graphics/paint/ForeignLayerDisplayItem.cpp',
774 'graphics/paint/ForeignLayerDisplayItem.h', 774 'graphics/paint/ForeignLayerDisplayItem.h',
775 'graphics/paint/GeometryMapper.cpp',
776 'graphics/paint/GeometryMapper.h',
775 'graphics/paint/PaintArtifact.cpp', 777 'graphics/paint/PaintArtifact.cpp',
776 'graphics/paint/PaintArtifact.h', 778 'graphics/paint/PaintArtifact.h',
777 'graphics/paint/PaintArtifactToSkCanvas.cpp', 779 'graphics/paint/PaintArtifactToSkCanvas.cpp',
778 'graphics/paint/PaintArtifactToSkCanvas.h', 780 'graphics/paint/PaintArtifactToSkCanvas.h',
779 'graphics/paint/PaintChunkProperties.h', 781 'graphics/paint/PaintChunkProperties.h',
780 'graphics/paint/PaintChunk.h', 782 'graphics/paint/PaintChunk.h',
781 'graphics/paint/PaintChunker.cpp', 783 'graphics/paint/PaintChunker.cpp',
782 'graphics/paint/PaintChunker.h', 784 'graphics/paint/PaintChunker.h',
783 'graphics/paint/PaintController.cpp', 785 'graphics/paint/PaintController.cpp',
784 'graphics/paint/PaintController.h', 786 'graphics/paint/PaintController.h',
787 'graphics/paint/PropertyTreeState.h',
785 'graphics/paint/ScopedPaintChunkProperties.h', 788 'graphics/paint/ScopedPaintChunkProperties.h',
786 'graphics/paint/ScrollDisplayItem.cpp', 789 'graphics/paint/ScrollDisplayItem.cpp',
787 'graphics/paint/ScrollDisplayItem.h', 790 'graphics/paint/ScrollDisplayItem.h',
788 'graphics/paint/SkPictureBuilder.h', 791 'graphics/paint/SkPictureBuilder.h',
789 'graphics/paint/SkPictureBuilder.cpp', 792 'graphics/paint/SkPictureBuilder.cpp',
790 'graphics/paint/SubsequenceDisplayItem.h', 793 'graphics/paint/SubsequenceDisplayItem.h',
791 'graphics/paint/SubsequenceRecorder.cpp', 794 'graphics/paint/SubsequenceRecorder.cpp',
792 'graphics/paint/SubsequenceRecorder.h', 795 'graphics/paint/SubsequenceRecorder.h',
793 'graphics/paint/Transform3DDisplayItem.cpp', 796 'graphics/paint/Transform3DDisplayItem.cpp',
794 'graphics/paint/Transform3DDisplayItem.h', 797 'graphics/paint/Transform3DDisplayItem.h',
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
1200 'graphics/DeferredImageDecoderTestWoPlatform.cpp', 1203 'graphics/DeferredImageDecoderTestWoPlatform.cpp',
1201 'graphics/GraphicsContextTest.cpp', 1204 'graphics/GraphicsContextTest.cpp',
1202 'graphics/RecordingImageBufferSurfaceTest.cpp', 1205 'graphics/RecordingImageBufferSurfaceTest.cpp',
1203 'graphics/compositing/PaintArtifactCompositorTest.cpp', 1206 'graphics/compositing/PaintArtifactCompositorTest.cpp',
1204 'graphics/filters/FilterOperationsTest.cpp', 1207 'graphics/filters/FilterOperationsTest.cpp',
1205 'graphics/filters/ImageFilterBuilderTest.cpp', 1208 'graphics/filters/ImageFilterBuilderTest.cpp',
1206 'graphics/gpu/DrawingBufferTest.cpp', 1209 'graphics/gpu/DrawingBufferTest.cpp',
1207 'graphics/paint/DisplayItemClientTest.cpp', 1210 'graphics/paint/DisplayItemClientTest.cpp',
1208 'graphics/paint/DisplayItemListTest.cpp', 1211 'graphics/paint/DisplayItemListTest.cpp',
1209 'graphics/paint/DisplayItemTest.cpp', 1212 'graphics/paint/DisplayItemTest.cpp',
1213 'graphics/paint/GeometryMapperTest.cpp',
1210 'graphics/paint/PaintArtifactToSkCanvasTest.cpp', 1214 'graphics/paint/PaintArtifactToSkCanvasTest.cpp',
1211 'graphics/paint/PaintChunkerTest.cpp', 1215 'graphics/paint/PaintChunkerTest.cpp',
1212 'graphics/paint/PaintControllerTest.cpp', 1216 'graphics/paint/PaintControllerTest.cpp',
1213 'image-decoders/FastSharedBufferReaderTest.cpp', 1217 'image-decoders/FastSharedBufferReaderTest.cpp',
1214 'image-decoders/ImageDecoderTest.cpp', 1218 'image-decoders/ImageDecoderTest.cpp',
1215 'image-decoders/ImageDecoderTestHelpers.cpp', 1219 'image-decoders/ImageDecoderTestHelpers.cpp',
1216 'image-decoders/ImageDecoderTestHelpers.h', 1220 'image-decoders/ImageDecoderTestHelpers.h',
1217 'image-decoders/bmp/BMPImageDecoderTest.cpp', 1221 'image-decoders/bmp/BMPImageDecoderTest.cpp',
1218 'image-decoders/gif/GIFImageDecoderTest.cpp', 1222 'image-decoders/gif/GIFImageDecoderTest.cpp',
1219 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1223 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1335 ['use_default_render_theme==1', 1339 ['use_default_render_theme==1',
1336 { 1340 {
1337 'platform_test_files': [ 1341 'platform_test_files': [
1338 'scroll/ScrollbarThemeAuraTest.cpp', 1342 'scroll/ScrollbarThemeAuraTest.cpp',
1339 ], 1343 ],
1340 } 1344 }
1341 ], 1345 ],
1342 ], 1346 ],
1343 }, 1347 },
1344 } 1348 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698