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', | |
Nico
2015/08/18 00:11:27
This file is read by gn too, yes?
erikchen
2015/08/18 00:14:03
That's right. https://code.google.com/p/chromium/c
| |
984 'network/FormDataTest.cpp', | 985 'network/FormDataTest.cpp', |
985 'network/HTTPParsersTest.cpp', | 986 'network/HTTPParsersTest.cpp', |
986 'network/ResourceRequestTest.cpp', | 987 'network/ResourceRequestTest.cpp', |
987 'scheduler/CancellableTaskFactoryTest.cpp', | 988 'scheduler/CancellableTaskFactoryTest.cpp', |
988 'scroll/ScrollableAreaTest.cpp', | 989 'scroll/ScrollableAreaTest.cpp', |
989 'testing/ArenaTestHelpers.h', | 990 'testing/ArenaTestHelpers.h', |
990 'testing/TreeTestHelpers.cpp', | 991 'testing/TreeTestHelpers.cpp', |
991 'testing/TreeTestHelpers.h', | 992 'testing/TreeTestHelpers.h', |
992 'text/BidiResolverTest.cpp', | 993 'text/BidiResolverTest.cpp', |
993 'text/DateTimeFormatTest.cpp', | 994 'text/DateTimeFormatTest.cpp', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1049 ['os_posix==1 and OS!="mac"', | 1050 ['os_posix==1 and OS!="mac"', |
1050 { | 1051 { |
1051 'platform_test_files': [ | 1052 'platform_test_files': [ |
1052 'text/LocaleICUTest.cpp', | 1053 'text/LocaleICUTest.cpp', |
1053 ], | 1054 ], |
1054 } | 1055 } |
1055 ], | 1056 ], |
1056 ], | 1057 ], |
1057 }, | 1058 }, |
1058 } | 1059 } |
OLD | NEW |