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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 'graphics/ColorSpace.cpp', | 560 'graphics/ColorSpace.cpp', |
561 'graphics/ColorSpace.h', | 561 'graphics/ColorSpace.h', |
562 'graphics/CompositingReasons.h', | 562 'graphics/CompositingReasons.h', |
563 'graphics/CompositingReasons.cpp', | 563 'graphics/CompositingReasons.cpp', |
564 'graphics/CrossfadeGeneratedImage.cpp', | 564 'graphics/CrossfadeGeneratedImage.cpp', |
565 'graphics/CrossfadeGeneratedImage.h', | 565 'graphics/CrossfadeGeneratedImage.h', |
566 'graphics/DecodingImageGenerator.cpp', | 566 'graphics/DecodingImageGenerator.cpp', |
567 'graphics/DecodingImageGenerator.h', | 567 'graphics/DecodingImageGenerator.h', |
568 'graphics/DeferredImageDecoder.cpp', | 568 'graphics/DeferredImageDecoder.cpp', |
569 'graphics/DeferredImageDecoder.h', | 569 'graphics/DeferredImageDecoder.h', |
570 'graphics/DisplayList.cpp', | |
571 'graphics/DisplayList.h', | 570 'graphics/DisplayList.h', |
572 'graphics/DrawLooperBuilder.cpp', | 571 'graphics/DrawLooperBuilder.cpp', |
573 'graphics/DrawLooperBuilder.h', | 572 'graphics/DrawLooperBuilder.h', |
574 'graphics/FrameData.cpp', | 573 'graphics/FrameData.cpp', |
575 'graphics/FrameData.h', | 574 'graphics/FrameData.h', |
576 'graphics/GeneratedImage.cpp', | 575 'graphics/GeneratedImage.cpp', |
577 'graphics/GeneratedImage.h', | 576 'graphics/GeneratedImage.h', |
578 'graphics/Gradient.cpp', | 577 'graphics/Gradient.cpp', |
579 'graphics/Gradient.h', | 578 'graphics/Gradient.h', |
580 'graphics/GradientGeneratedImage.cpp', | 579 'graphics/GradientGeneratedImage.cpp', |
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
959 'graphics/ImageLayerChromiumTest.cpp', | 958 'graphics/ImageLayerChromiumTest.cpp', |
960 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', | 959 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', |
961 'graphics/test/MockImageDecoder.h', | 960 'graphics/test/MockImageDecoder.h', |
962 'graphics/test/MockWebGraphicsContext3D.h', | 961 'graphics/test/MockWebGraphicsContext3D.h', |
963 'image-decoders/gif/GIFImageDecoderTest.cpp', | 962 'image-decoders/gif/GIFImageDecoderTest.cpp', |
964 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 963 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
965 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 964 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
966 ], | 965 ], |
967 }, | 966 }, |
968 } | 967 } |
OLD | NEW |