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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
651 'graphics/paint/DrawingDisplayItem.cpp', | 651 'graphics/paint/DrawingDisplayItem.cpp', |
652 'graphics/paint/DrawingDisplayItem.h', | 652 'graphics/paint/DrawingDisplayItem.h', |
653 'graphics/paint/DrawingRecorder.cpp', | 653 'graphics/paint/DrawingRecorder.cpp', |
654 'graphics/paint/DrawingRecorder.h', | 654 'graphics/paint/DrawingRecorder.h', |
655 'graphics/paint/FilterDisplayItem.cpp', | 655 'graphics/paint/FilterDisplayItem.cpp', |
656 'graphics/paint/FilterDisplayItem.h', | 656 'graphics/paint/FilterDisplayItem.h', |
657 'graphics/paint/FloatClipDisplayItem.cpp', | 657 'graphics/paint/FloatClipDisplayItem.cpp', |
658 'graphics/paint/FloatClipDisplayItem.h', | 658 'graphics/paint/FloatClipDisplayItem.h', |
659 'graphics/paint/ScrollDisplayItem.cpp', | 659 'graphics/paint/ScrollDisplayItem.cpp', |
660 'graphics/paint/ScrollDisplayItem.h', | 660 'graphics/paint/ScrollDisplayItem.h', |
| 661 'graphics/paint/SubtreeDisplayItem.cpp', |
| 662 'graphics/paint/SubtreeDisplayItem.h', |
661 'graphics/paint/Transform3DDisplayItem.cpp', | 663 'graphics/paint/Transform3DDisplayItem.cpp', |
662 'graphics/paint/Transform3DDisplayItem.h', | 664 'graphics/paint/Transform3DDisplayItem.h', |
663 'graphics/paint/TransformDisplayItem.cpp', | 665 'graphics/paint/TransformDisplayItem.cpp', |
664 'graphics/paint/TransformDisplayItem.h', | 666 'graphics/paint/TransformDisplayItem.h', |
665 'graphics/paint/CompositingDisplayItem.cpp', | 667 'graphics/paint/CompositingDisplayItem.cpp', |
666 'graphics/paint/CompositingDisplayItem.h', | 668 'graphics/paint/CompositingDisplayItem.h', |
667 'graphics/skia/GaneshUtils.cpp', | 669 'graphics/skia/GaneshUtils.cpp', |
668 'graphics/skia/GaneshUtils.h', | 670 'graphics/skia/GaneshUtils.h', |
669 'graphics/skia/NativeImageSkia.cpp', | 671 'graphics/skia/NativeImageSkia.cpp', |
670 'graphics/skia/NativeImageSkia.h', | 672 'graphics/skia/NativeImageSkia.h', |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
988 'graphics/ImageLayerChromiumTest.cpp', | 990 'graphics/ImageLayerChromiumTest.cpp', |
989 'graphics/test/MockImageDecoder.h', | 991 'graphics/test/MockImageDecoder.h', |
990 'graphics/test/MockWebGraphicsContext3D.h', | 992 'graphics/test/MockWebGraphicsContext3D.h', |
991 'image-decoders/bmp/BMPImageDecoderTest.cpp', | 993 'image-decoders/bmp/BMPImageDecoderTest.cpp', |
992 'image-decoders/gif/GIFImageDecoderTest.cpp', | 994 'image-decoders/gif/GIFImageDecoderTest.cpp', |
993 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 995 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
994 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 996 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
995 ], | 997 ], |
996 }, | 998 }, |
997 } | 999 } |
OLD | NEW |