| 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 963 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 974 'graphics/RecordingImageBufferSurfaceTest.cpp', | 974 'graphics/RecordingImageBufferSurfaceTest.cpp', |
| 975 'graphics/ThreadSafeDataTransportTest.cpp', | 975 'graphics/ThreadSafeDataTransportTest.cpp', |
| 976 'graphics/filters/FilterOperationsTest.cpp', | 976 'graphics/filters/FilterOperationsTest.cpp', |
| 977 'graphics/filters/ImageFilterBuilderTest.cpp', | 977 'graphics/filters/ImageFilterBuilderTest.cpp', |
| 978 'graphics/gpu/DrawingBufferTest.cpp', | 978 'graphics/gpu/DrawingBufferTest.cpp', |
| 979 'graphics/paint/DisplayItemListTest.cpp', | 979 'graphics/paint/DisplayItemListTest.cpp', |
| 980 'graphics/paint/DisplayItemTest.cpp', | 980 'graphics/paint/DisplayItemTest.cpp', |
| 981 'graphics/paint/DisplayItemTransformTreeBuilderTest.cpp', | 981 'graphics/paint/DisplayItemTransformTreeBuilderTest.cpp', |
| 982 'image-decoders/FastSharedBufferReaderTest.cpp', | 982 'image-decoders/FastSharedBufferReaderTest.cpp', |
| 983 'image-decoders/ImageDecoderTest.cpp', | 983 'image-decoders/ImageDecoderTest.cpp', |
| 984 'mac/VersionUtilMacTest.mm', | |
| 985 'network/FormDataTest.cpp', | 984 'network/FormDataTest.cpp', |
| 986 'network/HTTPParsersTest.cpp', | 985 'network/HTTPParsersTest.cpp', |
| 987 'network/ResourceRequestTest.cpp', | 986 'network/ResourceRequestTest.cpp', |
| 988 'scheduler/CancellableTaskFactoryTest.cpp', | 987 'scheduler/CancellableTaskFactoryTest.cpp', |
| 989 'scroll/ScrollableAreaTest.cpp', | 988 'scroll/ScrollableAreaTest.cpp', |
| 990 'testing/ArenaTestHelpers.h', | 989 'testing/ArenaTestHelpers.h', |
| 991 'testing/TreeTestHelpers.cpp', | 990 'testing/TreeTestHelpers.cpp', |
| 992 'testing/TreeTestHelpers.h', | 991 'testing/TreeTestHelpers.h', |
| 993 'text/BidiResolverTest.cpp', | 992 'text/BidiResolverTest.cpp', |
| 994 'text/DateTimeFormatTest.cpp', | 993 'text/DateTimeFormatTest.cpp', |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1050 ['os_posix==1 and OS!="mac"', | 1049 ['os_posix==1 and OS!="mac"', |
| 1051 { | 1050 { |
| 1052 'platform_test_files': [ | 1051 'platform_test_files': [ |
| 1053 'text/LocaleICUTest.cpp', | 1052 'text/LocaleICUTest.cpp', |
| 1054 ], | 1053 ], |
| 1055 } | 1054 } |
| 1056 ], | 1055 ], |
| 1057 ], | 1056 ], |
| 1058 }, | 1057 }, |
| 1059 } | 1058 } |
| OLD | NEW |