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

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

Issue 453653003: [SVG] DisplayList-based patterns. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 1 month 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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 'graphics/ColorSpace.h', 552 'graphics/ColorSpace.h',
553 'graphics/CompositingReasons.h', 553 'graphics/CompositingReasons.h',
554 'graphics/CompositingReasons.cpp', 554 'graphics/CompositingReasons.cpp',
555 'graphics/CrossfadeGeneratedImage.cpp', 555 'graphics/CrossfadeGeneratedImage.cpp',
556 'graphics/CrossfadeGeneratedImage.h', 556 'graphics/CrossfadeGeneratedImage.h',
557 'graphics/DecodingImageGenerator.cpp', 557 'graphics/DecodingImageGenerator.cpp',
558 'graphics/DecodingImageGenerator.h', 558 'graphics/DecodingImageGenerator.h',
559 'graphics/DeferredImageDecoder.cpp', 559 'graphics/DeferredImageDecoder.cpp',
560 'graphics/DeferredImageDecoder.h', 560 'graphics/DeferredImageDecoder.h',
561 'graphics/DisplayList.h', 561 'graphics/DisplayList.h',
562 'graphics/DisplayListPattern.cpp',
563 'graphics/DisplayListPattern.h',
562 'graphics/DrawLooperBuilder.cpp', 564 'graphics/DrawLooperBuilder.cpp',
563 'graphics/DrawLooperBuilder.h', 565 'graphics/DrawLooperBuilder.h',
564 'graphics/FirstPaintInvalidationTracking.cpp', 566 'graphics/FirstPaintInvalidationTracking.cpp',
565 'graphics/FirstPaintInvalidationTracking.h', 567 'graphics/FirstPaintInvalidationTracking.h',
566 'graphics/FrameData.cpp', 568 'graphics/FrameData.cpp',
567 'graphics/FrameData.h', 569 'graphics/FrameData.h',
568 'graphics/GeneratedImage.cpp', 570 'graphics/GeneratedImage.cpp',
569 'graphics/GeneratedImage.h', 571 'graphics/GeneratedImage.h',
570 'graphics/Gradient.cpp', 572 'graphics/Gradient.cpp',
571 'graphics/Gradient.h', 573 'graphics/Gradient.h',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 'graphics/ImageFrameGeneratorTest.cpp', 954 'graphics/ImageFrameGeneratorTest.cpp',
953 'graphics/ImageLayerChromiumTest.cpp', 955 'graphics/ImageLayerChromiumTest.cpp',
954 'graphics/test/MockImageDecoder.h', 956 'graphics/test/MockImageDecoder.h',
955 'graphics/test/MockWebGraphicsContext3D.h', 957 'graphics/test/MockWebGraphicsContext3D.h',
956 'image-decoders/gif/GIFImageDecoderTest.cpp', 958 'image-decoders/gif/GIFImageDecoderTest.cpp',
957 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 959 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
958 'image-decoders/webp/WEBPImageDecoderTest.cpp', 960 'image-decoders/webp/WEBPImageDecoderTest.cpp',
959 ], 961 ],
960 }, 962 },
961 } 963 }
OLDNEW
« no previous file with comments | « Source/core/rendering/svg/SVGRenderingContext.cpp ('k') | Source/platform/graphics/BitmapPattern.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698