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