| 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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 'graphics/paint/FixedPositionContainerDisplayItem.cpp', | 672 'graphics/paint/FixedPositionContainerDisplayItem.cpp', |
| 673 'graphics/paint/FixedPositionContainerDisplayItem.h', | 673 'graphics/paint/FixedPositionContainerDisplayItem.h', |
| 674 'graphics/paint/FixedPositionDisplayItem.cpp', | 674 'graphics/paint/FixedPositionDisplayItem.cpp', |
| 675 'graphics/paint/FixedPositionDisplayItem.h', | 675 'graphics/paint/FixedPositionDisplayItem.h', |
| 676 'graphics/paint/FloatClipDisplayItem.cpp', | 676 'graphics/paint/FloatClipDisplayItem.cpp', |
| 677 'graphics/paint/FloatClipDisplayItem.h', | 677 'graphics/paint/FloatClipDisplayItem.h', |
| 678 'graphics/paint/ScrollDisplayItem.cpp', | 678 'graphics/paint/ScrollDisplayItem.cpp', |
| 679 'graphics/paint/ScrollDisplayItem.h', | 679 'graphics/paint/ScrollDisplayItem.h', |
| 680 'graphics/paint/SkPictureBuilder.h', | 680 'graphics/paint/SkPictureBuilder.h', |
| 681 'graphics/paint/SubtreeDisplayItem.h', | 681 'graphics/paint/SubtreeDisplayItem.h', |
| 682 'graphics/paint/SubtreeRecorder.cpp', | |
| 683 'graphics/paint/SubtreeRecorder.h', | |
| 684 'graphics/paint/Transform3DDisplayItem.cpp', | 682 'graphics/paint/Transform3DDisplayItem.cpp', |
| 685 'graphics/paint/Transform3DDisplayItem.h', | 683 'graphics/paint/Transform3DDisplayItem.h', |
| 686 'graphics/paint/TransformDisplayItem.cpp', | 684 'graphics/paint/TransformDisplayItem.cpp', |
| 687 'graphics/paint/TransformDisplayItem.h', | 685 'graphics/paint/TransformDisplayItem.h', |
| 688 'graphics/paint/CompositingDisplayItem.cpp', | 686 'graphics/paint/CompositingDisplayItem.cpp', |
| 689 'graphics/paint/CompositingDisplayItem.h', | 687 'graphics/paint/CompositingDisplayItem.h', |
| 690 'graphics/skia/SkSizeHash.h', | 688 'graphics/skia/SkSizeHash.h', |
| 691 'graphics/skia/SkiaUtils.cpp', | 689 'graphics/skia/SkiaUtils.cpp', |
| 692 'graphics/skia/SkiaUtils.h', | 690 'graphics/skia/SkiaUtils.h', |
| 693 'image-decoders/FastSharedBufferReader.cpp', | 691 'image-decoders/FastSharedBufferReader.cpp', |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1057 ['os_posix==1 and OS!="mac"', | 1055 ['os_posix==1 and OS!="mac"', |
| 1058 { | 1056 { |
| 1059 'platform_test_files': [ | 1057 'platform_test_files': [ |
| 1060 'text/LocaleICUTest.cpp', | 1058 'text/LocaleICUTest.cpp', |
| 1061 ], | 1059 ], |
| 1062 } | 1060 } |
| 1063 ], | 1061 ], |
| 1064 ], | 1062 ], |
| 1065 }, | 1063 }, |
| 1066 } | 1064 } |
| OLD | NEW |