OLD | NEW |
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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
553 'graphics/ColorSpace.h', | 553 'graphics/ColorSpace.h', |
554 'graphics/CompositingReasons.h', | 554 'graphics/CompositingReasons.h', |
555 'graphics/CompositingReasons.cpp', | 555 'graphics/CompositingReasons.cpp', |
556 'graphics/CrossfadeGeneratedImage.cpp', | 556 'graphics/CrossfadeGeneratedImage.cpp', |
557 'graphics/CrossfadeGeneratedImage.h', | 557 'graphics/CrossfadeGeneratedImage.h', |
558 'graphics/DecodingImageGenerator.cpp', | 558 'graphics/DecodingImageGenerator.cpp', |
559 'graphics/DecodingImageGenerator.h', | 559 'graphics/DecodingImageGenerator.h', |
560 'graphics/DeferredImageDecoder.cpp', | 560 'graphics/DeferredImageDecoder.cpp', |
561 'graphics/DeferredImageDecoder.h', | 561 'graphics/DeferredImageDecoder.h', |
562 'graphics/DisplayList.h', | 562 'graphics/DisplayList.h', |
| 563 'graphics/DisplayListPattern.cpp', |
| 564 'graphics/DisplayListPattern.h', |
563 'graphics/DrawLooperBuilder.cpp', | 565 'graphics/DrawLooperBuilder.cpp', |
564 'graphics/DrawLooperBuilder.h', | 566 'graphics/DrawLooperBuilder.h', |
565 'graphics/FirstPaintInvalidationTracking.cpp', | 567 'graphics/FirstPaintInvalidationTracking.cpp', |
566 'graphics/FirstPaintInvalidationTracking.h', | 568 'graphics/FirstPaintInvalidationTracking.h', |
567 'graphics/FrameData.cpp', | 569 'graphics/FrameData.cpp', |
568 'graphics/FrameData.h', | 570 'graphics/FrameData.h', |
569 'graphics/GeneratedImage.cpp', | 571 'graphics/GeneratedImage.cpp', |
570 'graphics/GeneratedImage.h', | 572 'graphics/GeneratedImage.h', |
571 'graphics/Gradient.cpp', | 573 'graphics/Gradient.cpp', |
572 'graphics/Gradient.h', | 574 'graphics/Gradient.h', |
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
953 'graphics/ImageFrameGeneratorTest.cpp', | 955 'graphics/ImageFrameGeneratorTest.cpp', |
954 'graphics/ImageLayerChromiumTest.cpp', | 956 'graphics/ImageLayerChromiumTest.cpp', |
955 'graphics/test/MockImageDecoder.h', | 957 'graphics/test/MockImageDecoder.h', |
956 'graphics/test/MockWebGraphicsContext3D.h', | 958 'graphics/test/MockWebGraphicsContext3D.h', |
957 'image-decoders/gif/GIFImageDecoderTest.cpp', | 959 'image-decoders/gif/GIFImageDecoderTest.cpp', |
958 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 960 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
959 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 961 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
960 ], | 962 ], |
961 }, | 963 }, |
962 } | 964 } |
OLD | NEW |