| 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 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 653 'graphics/paint/DrawingDisplayItem.cpp', | 653 'graphics/paint/DrawingDisplayItem.cpp', |
| 654 'graphics/paint/DrawingDisplayItem.h', | 654 'graphics/paint/DrawingDisplayItem.h', |
| 655 'graphics/paint/DrawingRecorder.cpp', | 655 'graphics/paint/DrawingRecorder.cpp', |
| 656 'graphics/paint/DrawingRecorder.h', | 656 'graphics/paint/DrawingRecorder.h', |
| 657 'graphics/paint/FilterDisplayItem.cpp', | 657 'graphics/paint/FilterDisplayItem.cpp', |
| 658 'graphics/paint/FilterDisplayItem.h', | 658 'graphics/paint/FilterDisplayItem.h', |
| 659 'graphics/paint/FloatClipDisplayItem.cpp', | 659 'graphics/paint/FloatClipDisplayItem.cpp', |
| 660 'graphics/paint/FloatClipDisplayItem.h', | 660 'graphics/paint/FloatClipDisplayItem.h', |
| 661 'graphics/paint/ScrollDisplayItem.cpp', | 661 'graphics/paint/ScrollDisplayItem.cpp', |
| 662 'graphics/paint/ScrollDisplayItem.h', | 662 'graphics/paint/ScrollDisplayItem.h', |
| 663 'graphics/paint/SkPictureRecorder.h', |
| 663 'graphics/paint/SubtreeDisplayItem.cpp', | 664 'graphics/paint/SubtreeDisplayItem.cpp', |
| 664 'graphics/paint/SubtreeDisplayItem.h', | 665 'graphics/paint/SubtreeDisplayItem.h', |
| 665 'graphics/paint/Transform3DDisplayItem.cpp', | 666 'graphics/paint/Transform3DDisplayItem.cpp', |
| 666 'graphics/paint/Transform3DDisplayItem.h', | 667 'graphics/paint/Transform3DDisplayItem.h', |
| 667 'graphics/paint/TransformDisplayItem.cpp', | 668 'graphics/paint/TransformDisplayItem.cpp', |
| 668 'graphics/paint/TransformDisplayItem.h', | 669 'graphics/paint/TransformDisplayItem.h', |
| 669 'graphics/paint/CompositingDisplayItem.cpp', | 670 'graphics/paint/CompositingDisplayItem.cpp', |
| 670 'graphics/paint/CompositingDisplayItem.h', | 671 'graphics/paint/CompositingDisplayItem.h', |
| 671 'graphics/skia/SkSizeHash.h', | 672 'graphics/skia/SkSizeHash.h', |
| 672 'graphics/skia/SkiaUtils.cpp', | 673 'graphics/skia/SkiaUtils.cpp', |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 997 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 998 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
| 998 ], | 999 ], |
| 999 'platform_unittest_support_files': [ | 1000 'platform_unittest_support_files': [ |
| 1000 'testing/URLTestHelpers.cpp', | 1001 'testing/URLTestHelpers.cpp', |
| 1001 'testing/URLTestHelpers.h', | 1002 'testing/URLTestHelpers.h', |
| 1002 'testing/UnitTestHelpers.cpp', | 1003 'testing/UnitTestHelpers.cpp', |
| 1003 'testing/UnitTestHelpers.h', | 1004 'testing/UnitTestHelpers.h', |
| 1004 ], | 1005 ], |
| 1005 }, | 1006 }, |
| 1006 } | 1007 } |
| OLD | NEW |