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

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

Issue 232993004: Reland "Allow cache reuse of some requests with Cache-Control headers" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/fetch/ResourceFetcher.cpp ('k') | Source/platform/network/HTTPParsers.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 'geometry/RegionTest.cpp', 897 'geometry/RegionTest.cpp',
898 'geometry/RoundedRectTest.cpp', 898 'geometry/RoundedRectTest.cpp',
899 'graphics/GraphicsContextTest.cpp', 899 'graphics/GraphicsContextTest.cpp',
900 'graphics/ThreadSafeDataTransportTest.cpp', 900 'graphics/ThreadSafeDataTransportTest.cpp',
901 'graphics/filters/FilterOperationsTest.cpp', 901 'graphics/filters/FilterOperationsTest.cpp',
902 'graphics/filters/ImageFilterBuilderTest.cpp', 902 'graphics/filters/ImageFilterBuilderTest.cpp',
903 'graphics/gpu/DrawingBufferTest.cpp', 903 'graphics/gpu/DrawingBufferTest.cpp',
904 'graphics/test/MockDiscardablePixelRef.h', 904 'graphics/test/MockDiscardablePixelRef.h',
905 'mac/ScrollElasticityControllerTest.mm', 905 'mac/ScrollElasticityControllerTest.mm',
906 'image-decoders/ImageDecoderTest.cpp', 906 'image-decoders/ImageDecoderTest.cpp',
907 'network/HTTPParsersTest.cpp',
907 'testing/ArenaTestHelpers.h', 908 'testing/ArenaTestHelpers.h',
908 'testing/TreeTestHelpers.cpp', 909 'testing/TreeTestHelpers.cpp',
909 'testing/TreeTestHelpers.h', 910 'testing/TreeTestHelpers.h',
910 'text/BidiResolverTest.cpp', 911 'text/BidiResolverTest.cpp',
911 'text/DateTimeFormatTest.cpp', 912 'text/DateTimeFormatTest.cpp',
912 'text/SegmentedStringTest.cpp', 913 'text/SegmentedStringTest.cpp',
913 'text/UnicodeUtilitiesTest.cpp', 914 'text/UnicodeUtilitiesTest.cpp',
914 'weborigin/DatabaseIdentifierTest.cpp', 915 'weborigin/DatabaseIdentifierTest.cpp',
915 'weborigin/KURLTest.cpp', 916 'weborigin/KURLTest.cpp',
916 'weborigin/OriginAccessEntryTest.cpp', 917 'weborigin/OriginAccessEntryTest.cpp',
(...skipping 12 matching lines...) Expand all
929 'graphics/ImageLayerChromiumTest.cpp', 930 'graphics/ImageLayerChromiumTest.cpp',
930 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 931 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
931 'graphics/test/MockImageDecoder.h', 932 'graphics/test/MockImageDecoder.h',
932 'graphics/test/MockWebGraphicsContext3D.h', 933 'graphics/test/MockWebGraphicsContext3D.h',
933 'image-decoders/gif/GIFImageDecoderTest.cpp', 934 'image-decoders/gif/GIFImageDecoderTest.cpp',
934 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 935 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
935 'image-decoders/webp/WEBPImageDecoderTest.cpp', 936 'image-decoders/webp/WEBPImageDecoderTest.cpp',
936 ], 937 ],
937 }, 938 },
938 } 939 }
OLDNEW
« no previous file with comments | « Source/core/fetch/ResourceFetcher.cpp ('k') | Source/platform/network/HTTPParsers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698