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

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

Issue 547563002: [ServiceWorker] Add m_skipServiceWorker to CrossThreadResourceRequestData. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test Created 6 years, 3 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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 'graphics/GraphicsContextTest.cpp', 923 'graphics/GraphicsContextTest.cpp',
924 'graphics/RecordingImageBufferSurfaceTest.cpp', 924 'graphics/RecordingImageBufferSurfaceTest.cpp',
925 'graphics/ThreadSafeDataTransportTest.cpp', 925 'graphics/ThreadSafeDataTransportTest.cpp',
926 'graphics/filters/FilterOperationsTest.cpp', 926 'graphics/filters/FilterOperationsTest.cpp',
927 'graphics/filters/ImageFilterBuilderTest.cpp', 927 'graphics/filters/ImageFilterBuilderTest.cpp',
928 'graphics/gpu/DrawingBufferTest.cpp', 928 'graphics/gpu/DrawingBufferTest.cpp',
929 'graphics/test/MockDiscardablePixelRef.h', 929 'graphics/test/MockDiscardablePixelRef.h',
930 'image-decoders/ImageDecoderTest.cpp', 930 'image-decoders/ImageDecoderTest.cpp',
931 'mac/ScrollElasticityControllerTest.mm', 931 'mac/ScrollElasticityControllerTest.mm',
932 'network/HTTPParsersTest.cpp', 932 'network/HTTPParsersTest.cpp',
933 'network/ResourceRequestTest.cpp',
933 'scheduler/SchedulerTest.cpp', 934 'scheduler/SchedulerTest.cpp',
934 'testing/ArenaTestHelpers.h', 935 'testing/ArenaTestHelpers.h',
935 'testing/TreeTestHelpers.cpp', 936 'testing/TreeTestHelpers.cpp',
936 'testing/TreeTestHelpers.h', 937 'testing/TreeTestHelpers.h',
937 'transforms/TransformOperationsTest.cpp', 938 'transforms/TransformOperationsTest.cpp',
938 'transforms/TransformationMatrixTest.cpp', 939 'transforms/TransformationMatrixTest.cpp',
939 'text/BidiResolverTest.cpp', 940 'text/BidiResolverTest.cpp',
940 'text/DateTimeFormatTest.cpp', 941 'text/DateTimeFormatTest.cpp',
941 'text/SegmentedStringTest.cpp', 942 'text/SegmentedStringTest.cpp',
942 'text/UnicodeUtilitiesTest.cpp', 943 'text/UnicodeUtilitiesTest.cpp',
(...skipping 15 matching lines...) Expand all
958 'graphics/ImageLayerChromiumTest.cpp', 959 'graphics/ImageLayerChromiumTest.cpp',
959 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 960 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
960 'graphics/test/MockImageDecoder.h', 961 'graphics/test/MockImageDecoder.h',
961 'graphics/test/MockWebGraphicsContext3D.h', 962 'graphics/test/MockWebGraphicsContext3D.h',
962 'image-decoders/gif/GIFImageDecoderTest.cpp', 963 'image-decoders/gif/GIFImageDecoderTest.cpp',
963 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 964 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
964 'image-decoders/webp/WEBPImageDecoderTest.cpp', 965 'image-decoders/webp/WEBPImageDecoderTest.cpp',
965 ], 966 ],
966 }, 967 },
967 } 968 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/network/ResourceRequest.h » ('j') | Source/platform/network/ResourceRequestTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698