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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 'graphics/paint/DisplayItemTransformTree.cpp', | 654 'graphics/paint/DisplayItemTransformTree.cpp', |
655 'graphics/paint/DisplayItemTransformTree.h', | 655 'graphics/paint/DisplayItemTransformTree.h', |
656 'graphics/paint/DisplayItemTransformTreeBuilder.cpp', | 656 'graphics/paint/DisplayItemTransformTreeBuilder.cpp', |
657 'graphics/paint/DisplayItemTransformTreeBuilder.h', | 657 'graphics/paint/DisplayItemTransformTreeBuilder.h', |
658 'graphics/paint/DrawingDisplayItem.cpp', | 658 'graphics/paint/DrawingDisplayItem.cpp', |
659 'graphics/paint/DrawingDisplayItem.h', | 659 'graphics/paint/DrawingDisplayItem.h', |
660 'graphics/paint/DrawingRecorder.cpp', | 660 'graphics/paint/DrawingRecorder.cpp', |
661 'graphics/paint/DrawingRecorder.h', | 661 'graphics/paint/DrawingRecorder.h', |
662 'graphics/paint/FilterDisplayItem.cpp', | 662 'graphics/paint/FilterDisplayItem.cpp', |
663 'graphics/paint/FilterDisplayItem.h', | 663 'graphics/paint/FilterDisplayItem.h', |
| 664 'graphics/paint/FixedPositionContainerDisplayItem.cpp', |
| 665 'graphics/paint/FixedPositionContainerDisplayItem.h', |
| 666 'graphics/paint/FixedPositionDisplayItem.cpp', |
| 667 'graphics/paint/FixedPositionDisplayItem.h', |
664 'graphics/paint/FloatClipDisplayItem.cpp', | 668 'graphics/paint/FloatClipDisplayItem.cpp', |
665 'graphics/paint/FloatClipDisplayItem.h', | 669 'graphics/paint/FloatClipDisplayItem.h', |
666 'graphics/paint/ScrollDisplayItem.cpp', | 670 'graphics/paint/ScrollDisplayItem.cpp', |
667 'graphics/paint/ScrollDisplayItem.h', | 671 'graphics/paint/ScrollDisplayItem.h', |
668 'graphics/paint/SkPictureRecorder.h', | 672 'graphics/paint/SkPictureRecorder.h', |
669 'graphics/paint/SubtreeDisplayItem.cpp', | 673 'graphics/paint/SubtreeDisplayItem.cpp', |
670 'graphics/paint/SubtreeDisplayItem.h', | 674 'graphics/paint/SubtreeDisplayItem.h', |
671 'graphics/paint/Transform3DDisplayItem.cpp', | 675 'graphics/paint/Transform3DDisplayItem.cpp', |
672 'graphics/paint/Transform3DDisplayItem.h', | 676 'graphics/paint/Transform3DDisplayItem.h', |
673 'graphics/paint/TransformDisplayItem.cpp', | 677 'graphics/paint/TransformDisplayItem.cpp', |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1002 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 1006 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
1003 ], | 1007 ], |
1004 'platform_unittest_support_files': [ | 1008 'platform_unittest_support_files': [ |
1005 'testing/URLTestHelpers.cpp', | 1009 'testing/URLTestHelpers.cpp', |
1006 'testing/URLTestHelpers.h', | 1010 'testing/URLTestHelpers.h', |
1007 'testing/UnitTestHelpers.cpp', | 1011 'testing/UnitTestHelpers.cpp', |
1008 'testing/UnitTestHelpers.h', | 1012 'testing/UnitTestHelpers.h', |
1009 ], | 1013 ], |
1010 }, | 1014 }, |
1011 } | 1015 } |
OLD | NEW |