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 'ContentDecryptionModuleResult.h', | 10 'ContentDecryptionModuleResult.h', |
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
887 'network/ContentSecurityPolicyResponseHeaders.cpp', | 887 'network/ContentSecurityPolicyResponseHeaders.cpp', |
888 'network/ContentSecurityPolicyResponseHeaders.h', | 888 'network/ContentSecurityPolicyResponseHeaders.h', |
889 'network/EncodedFormData.cpp', | 889 'network/EncodedFormData.cpp', |
890 'network/EncodedFormData.h', | 890 'network/EncodedFormData.h', |
891 'network/FormDataEncoder.cpp', | 891 'network/FormDataEncoder.cpp', |
892 'network/FormDataEncoder.h', | 892 'network/FormDataEncoder.h', |
893 'network/HTTPHeaderMap.cpp', | 893 'network/HTTPHeaderMap.cpp', |
894 'network/HTTPHeaderMap.h', | 894 'network/HTTPHeaderMap.h', |
895 'network/HTTPParsers.cpp', | 895 'network/HTTPParsers.cpp', |
896 'network/HTTPParsers.h', | 896 'network/HTTPParsers.h', |
| 897 'network/LinkHeader.cpp', |
| 898 'network/LinkHeader.h', |
897 'network/NetworkHints.cpp', | 899 'network/NetworkHints.cpp', |
898 'network/NetworkHints.h', | 900 'network/NetworkHints.h', |
899 'network/ParsedContentType.cpp', | 901 'network/ParsedContentType.cpp', |
900 'network/ParsedContentType.h', | 902 'network/ParsedContentType.h', |
901 'network/ResourceError.cpp', | 903 'network/ResourceError.cpp', |
902 'network/ResourceError.h', | 904 'network/ResourceError.h', |
903 'network/ResourceLoadTiming.cpp', | 905 'network/ResourceLoadTiming.cpp', |
904 'network/ResourceLoadTiming.h', | 906 'network/ResourceLoadTiming.h', |
905 'network/ResourceRequest.cpp', | 907 'network/ResourceRequest.cpp', |
906 'network/ResourceRequest.h', | 908 'network/ResourceRequest.h', |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1194 'image-decoders/ImageDecoderTestHelpers.cpp', | 1196 'image-decoders/ImageDecoderTestHelpers.cpp', |
1195 'image-decoders/ImageDecoderTestHelpers.h', | 1197 'image-decoders/ImageDecoderTestHelpers.h', |
1196 'image-decoders/bmp/BMPImageDecoderTest.cpp', | 1198 'image-decoders/bmp/BMPImageDecoderTest.cpp', |
1197 'image-decoders/gif/GIFImageDecoderTest.cpp', | 1199 'image-decoders/gif/GIFImageDecoderTest.cpp', |
1198 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 1200 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
1199 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 1201 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
1200 'inspector_protocol/ParserTest.cpp', | 1202 'inspector_protocol/ParserTest.cpp', |
1201 'mac/VersionUtilMacTest.mm', | 1203 'mac/VersionUtilMacTest.mm', |
1202 'network/EncodedFormDataTest.cpp', | 1204 'network/EncodedFormDataTest.cpp', |
1203 'network/HTTPParsersTest.cpp', | 1205 'network/HTTPParsersTest.cpp', |
| 1206 'network/LinkHeaderTest.cpp', |
1204 'network/ResourceRequestTest.cpp', | 1207 'network/ResourceRequestTest.cpp', |
1205 'scheduler/CancellableTaskFactoryTest.cpp', | 1208 'scheduler/CancellableTaskFactoryTest.cpp', |
1206 'scroll/ScrollableAreaTest.cpp', | 1209 'scroll/ScrollableAreaTest.cpp', |
1207 'testing/ArenaTestHelpers.h', | 1210 'testing/ArenaTestHelpers.h', |
1208 'testing/TreeTestHelpers.cpp', | 1211 'testing/TreeTestHelpers.cpp', |
1209 'testing/TreeTestHelpers.h', | 1212 'testing/TreeTestHelpers.h', |
1210 'text/BidiResolverTest.cpp', | 1213 'text/BidiResolverTest.cpp', |
1211 'text/DateTimeFormatTest.cpp', | 1214 'text/DateTimeFormatTest.cpp', |
1212 'text/LocaleToScriptMappingTest.cpp', | 1215 'text/LocaleToScriptMappingTest.cpp', |
1213 'text/SegmentedStringTest.cpp', | 1216 'text/SegmentedStringTest.cpp', |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1289 ['OS!="mac"', | 1292 ['OS!="mac"', |
1290 { | 1293 { |
1291 'platform_test_files': [ | 1294 'platform_test_files': [ |
1292 'scroll/ScrollAnimatorTest.cpp', | 1295 'scroll/ScrollAnimatorTest.cpp', |
1293 ], | 1296 ], |
1294 } | 1297 } |
1295 ], | 1298 ], |
1296 ], | 1299 ], |
1297 }, | 1300 }, |
1298 } | 1301 } |
OLD | NEW |