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 601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
612 'graphics/ImageFrameGenerator.cpp', | 612 'graphics/ImageFrameGenerator.cpp', |
613 'graphics/ImageFrameGenerator.h', | 613 'graphics/ImageFrameGenerator.h', |
614 'graphics/ImageObserver.cpp', | 614 'graphics/ImageObserver.cpp', |
615 'graphics/ImageObserver.h', | 615 'graphics/ImageObserver.h', |
616 'graphics/ImageOrientation.cpp', | 616 'graphics/ImageOrientation.cpp', |
617 'graphics/ImageOrientation.h', | 617 'graphics/ImageOrientation.h', |
618 'graphics/ImageSource.cpp', | 618 'graphics/ImageSource.cpp', |
619 'graphics/ImageSource.h', | 619 'graphics/ImageSource.h', |
620 'graphics/LoggingCanvas.cpp', | 620 'graphics/LoggingCanvas.cpp', |
621 'graphics/LoggingCanvas.h', | 621 'graphics/LoggingCanvas.h', |
622 'graphics/OpaqueRectTrackingContentLayerDelegate.cpp', | 622 'graphics/ContentLayerDelegate.cpp', |
623 'graphics/OpaqueRectTrackingContentLayerDelegate.h', | 623 'graphics/ContentLayerDelegate.h', |
624 'graphics/Path.cpp', | 624 'graphics/Path.cpp', |
625 'graphics/Path.h', | 625 'graphics/Path.h', |
626 'graphics/PathTraversalState.cpp', | 626 'graphics/PathTraversalState.cpp', |
627 'graphics/PathTraversalState.h', | 627 'graphics/PathTraversalState.h', |
628 'graphics/Pattern.cpp', | 628 'graphics/Pattern.cpp', |
629 'graphics/Pattern.h', | 629 'graphics/Pattern.h', |
630 'graphics/ProfilingCanvas.cpp', | 630 'graphics/ProfilingCanvas.cpp', |
631 'graphics/ProfilingCanvas.h', | 631 'graphics/ProfilingCanvas.h', |
632 'graphics/RecordingImageBufferSurface.cpp', | 632 'graphics/RecordingImageBufferSurface.cpp', |
633 'graphics/RecordingImageBufferSurface.h', | 633 'graphics/RecordingImageBufferSurface.h', |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
949 # NOTE: these are legacy unit tests, do not add more! | 949 # NOTE: these are legacy unit tests, do not add more! |
950 'platform_web_unittest_files': [ | 950 'platform_web_unittest_files': [ |
951 'graphics/BitmapImageTest.cpp', | 951 'graphics/BitmapImageTest.cpp', |
952 'graphics/Canvas2DLayerBridgeTest.cpp', | 952 'graphics/Canvas2DLayerBridgeTest.cpp', |
953 'graphics/Canvas2DLayerManagerTest.cpp', | 953 'graphics/Canvas2DLayerManagerTest.cpp', |
954 'graphics/DeferredImageDecoderTest.cpp', | 954 'graphics/DeferredImageDecoderTest.cpp', |
955 'graphics/GraphicsLayerTest.cpp', | 955 'graphics/GraphicsLayerTest.cpp', |
956 'graphics/ImageDecodingStoreTest.cpp', | 956 'graphics/ImageDecodingStoreTest.cpp', |
957 'graphics/ImageFrameGeneratorTest.cpp', | 957 'graphics/ImageFrameGeneratorTest.cpp', |
958 'graphics/ImageLayerChromiumTest.cpp', | 958 'graphics/ImageLayerChromiumTest.cpp', |
959 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', | |
960 'graphics/test/MockImageDecoder.h', | 959 'graphics/test/MockImageDecoder.h', |
961 'graphics/test/MockWebGraphicsContext3D.h', | 960 'graphics/test/MockWebGraphicsContext3D.h', |
962 'image-decoders/gif/GIFImageDecoderTest.cpp', | 961 'image-decoders/gif/GIFImageDecoderTest.cpp', |
963 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 962 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
964 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 963 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
965 ], | 964 ], |
966 }, | 965 }, |
967 } | 966 } |
OLD | NEW |