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 650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 'graphics/paint/ScrollDisplayItem.cpp', | 661 'graphics/paint/ScrollDisplayItem.cpp', |
662 'graphics/paint/ScrollDisplayItem.h', | 662 'graphics/paint/ScrollDisplayItem.h', |
663 'graphics/paint/SubtreeDisplayItem.cpp', | 663 'graphics/paint/SubtreeDisplayItem.cpp', |
664 'graphics/paint/SubtreeDisplayItem.h', | 664 'graphics/paint/SubtreeDisplayItem.h', |
665 'graphics/paint/Transform3DDisplayItem.cpp', | 665 'graphics/paint/Transform3DDisplayItem.cpp', |
666 'graphics/paint/Transform3DDisplayItem.h', | 666 'graphics/paint/Transform3DDisplayItem.h', |
667 'graphics/paint/TransformDisplayItem.cpp', | 667 'graphics/paint/TransformDisplayItem.cpp', |
668 'graphics/paint/TransformDisplayItem.h', | 668 'graphics/paint/TransformDisplayItem.h', |
669 'graphics/paint/CompositingDisplayItem.cpp', | 669 'graphics/paint/CompositingDisplayItem.cpp', |
670 'graphics/paint/CompositingDisplayItem.h', | 670 'graphics/paint/CompositingDisplayItem.h', |
671 'graphics/skia/NativeImageSkia.cpp', | |
672 'graphics/skia/NativeImageSkia.h', | |
673 'graphics/skia/SkSizeHash.h', | 671 'graphics/skia/SkSizeHash.h', |
674 'graphics/skia/SkiaUtils.cpp', | 672 'graphics/skia/SkiaUtils.cpp', |
675 'graphics/skia/SkiaUtils.h', | 673 'graphics/skia/SkiaUtils.h', |
676 'image-decoders/FastSharedBufferReader.cpp', | 674 'image-decoders/FastSharedBufferReader.cpp', |
677 'image-decoders/FastSharedBufferReader.h', | 675 'image-decoders/FastSharedBufferReader.h', |
678 'image-decoders/ImageAnimation.h', | 676 'image-decoders/ImageAnimation.h', |
679 'image-decoders/ImageDecoder.cpp', | 677 'image-decoders/ImageDecoder.cpp', |
680 'image-decoders/ImageDecoder.h', | 678 'image-decoders/ImageDecoder.h', |
681 'image-decoders/ImageFrame.cpp', | 679 'image-decoders/ImageFrame.cpp', |
682 'image-decoders/ImageFrame.h', | 680 'image-decoders/ImageFrame.h', |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
993 'graphics/ImageLayerChromiumTest.cpp', | 991 'graphics/ImageLayerChromiumTest.cpp', |
994 'graphics/test/MockImageDecoder.h', | 992 'graphics/test/MockImageDecoder.h', |
995 'graphics/test/MockWebGraphicsContext3D.h', | 993 'graphics/test/MockWebGraphicsContext3D.h', |
996 'image-decoders/bmp/BMPImageDecoderTest.cpp', | 994 'image-decoders/bmp/BMPImageDecoderTest.cpp', |
997 'image-decoders/gif/GIFImageDecoderTest.cpp', | 995 'image-decoders/gif/GIFImageDecoderTest.cpp', |
998 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 996 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
999 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 997 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
1000 ], | 998 ], |
1001 }, | 999 }, |
1002 } | 1000 } |
OLD | NEW |