Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(889)

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1811163002: Share link header parsing code between blink and content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base-optional
Patch Set: address mmenke's comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 'network/ContentSecurityPolicyResponseHeaders.cpp', 891 'network/ContentSecurityPolicyResponseHeaders.cpp',
892 'network/ContentSecurityPolicyResponseHeaders.h', 892 'network/ContentSecurityPolicyResponseHeaders.h',
893 'network/EncodedFormData.cpp', 893 'network/EncodedFormData.cpp',
894 'network/EncodedFormData.h', 894 'network/EncodedFormData.h',
895 'network/FormDataEncoder.cpp', 895 'network/FormDataEncoder.cpp',
896 'network/FormDataEncoder.h', 896 'network/FormDataEncoder.h',
897 'network/HTTPHeaderMap.cpp', 897 'network/HTTPHeaderMap.cpp',
898 'network/HTTPHeaderMap.h', 898 'network/HTTPHeaderMap.h',
899 'network/HTTPParsers.cpp', 899 'network/HTTPParsers.cpp',
900 'network/HTTPParsers.h', 900 'network/HTTPParsers.h',
901 'network/LinkHeader.cpp',
902 'network/LinkHeader.h',
901 'network/NetworkHints.cpp', 903 'network/NetworkHints.cpp',
902 'network/NetworkHints.h', 904 'network/NetworkHints.h',
903 'network/ParsedContentType.cpp', 905 'network/ParsedContentType.cpp',
904 'network/ParsedContentType.h', 906 'network/ParsedContentType.h',
905 'network/ResourceError.cpp', 907 'network/ResourceError.cpp',
906 'network/ResourceError.h', 908 'network/ResourceError.h',
907 'network/ResourceLoadTiming.cpp', 909 'network/ResourceLoadTiming.cpp',
908 'network/ResourceLoadTiming.h', 910 'network/ResourceLoadTiming.h',
909 'network/ResourceRequest.cpp', 911 'network/ResourceRequest.cpp',
910 'network/ResourceRequest.h', 912 'network/ResourceRequest.h',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 'image-decoders/ImageDecoderTestHelpers.cpp', 1204 'image-decoders/ImageDecoderTestHelpers.cpp',
1203 'image-decoders/ImageDecoderTestHelpers.h', 1205 'image-decoders/ImageDecoderTestHelpers.h',
1204 'image-decoders/bmp/BMPImageDecoderTest.cpp', 1206 'image-decoders/bmp/BMPImageDecoderTest.cpp',
1205 'image-decoders/gif/GIFImageDecoderTest.cpp', 1207 'image-decoders/gif/GIFImageDecoderTest.cpp',
1206 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1208 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
1207 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1209 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1208 'inspector_protocol/ParserTest.cpp', 1210 'inspector_protocol/ParserTest.cpp',
1209 'mac/VersionUtilMacTest.mm', 1211 'mac/VersionUtilMacTest.mm',
1210 'network/EncodedFormDataTest.cpp', 1212 'network/EncodedFormDataTest.cpp',
1211 'network/HTTPParsersTest.cpp', 1213 'network/HTTPParsersTest.cpp',
1214 'network/LinkHeaderTest.cpp',
1212 'network/ResourceRequestTest.cpp', 1215 'network/ResourceRequestTest.cpp',
1213 'scheduler/CancellableTaskFactoryTest.cpp', 1216 'scheduler/CancellableTaskFactoryTest.cpp',
1214 'scroll/ScrollableAreaTest.cpp', 1217 'scroll/ScrollableAreaTest.cpp',
1215 'testing/ArenaTestHelpers.h', 1218 'testing/ArenaTestHelpers.h',
1216 'testing/TreeTestHelpers.cpp', 1219 'testing/TreeTestHelpers.cpp',
1217 'testing/TreeTestHelpers.h', 1220 'testing/TreeTestHelpers.h',
1218 'text/BidiResolverTest.cpp', 1221 'text/BidiResolverTest.cpp',
1219 'text/CharacterTest.cpp', 1222 'text/CharacterTest.cpp',
1220 'text/DateTimeFormatTest.cpp', 1223 'text/DateTimeFormatTest.cpp',
1221 'text/LocaleToScriptMappingTest.cpp', 1224 'text/LocaleToScriptMappingTest.cpp',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1309 ['OS!="mac"', 1312 ['OS!="mac"',
1310 { 1313 {
1311 'platform_test_files': [ 1314 'platform_test_files': [
1312 'scroll/ScrollAnimatorTest.cpp', 1315 'scroll/ScrollAnimatorTest.cpp',
1313 ], 1316 ],
1314 } 1317 }
1315 ], 1318 ],
1316 ], 1319 ],
1317 }, 1320 },
1318 } 1321 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698