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

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

Issue 304053003: ServiceWorker: support Request.{url,method,origin,headers} [blink] (1/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test for Request. Created 6 years, 6 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 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.h', 5 'CalculationValue.h',
6 'CheckedInt.h', 6 'CheckedInt.h',
7 'Clock.cpp', 7 'Clock.cpp',
8 'Clock.h', 8 'Clock.h',
9 'ColorChooser.cpp', 9 'ColorChooser.cpp',
10 'ColorChooser.h', 10 'ColorChooser.h',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'exported/WebRTCStatsRequest.cpp', 292 'exported/WebRTCStatsRequest.cpp',
293 'exported/WebRTCStatsResponse.cpp', 293 'exported/WebRTCStatsResponse.cpp',
294 'exported/WebRTCVoidRequest.cpp', 294 'exported/WebRTCVoidRequest.cpp',
295 'exported/WebScrollbarImpl.cpp', 295 'exported/WebScrollbarImpl.cpp',
296 'exported/WebScrollbarImpl.h', 296 'exported/WebScrollbarImpl.h',
297 'exported/WebScrollbarThemeClientImpl.cpp', 297 'exported/WebScrollbarThemeClientImpl.cpp',
298 'exported/WebScrollbarThemeClientImpl.h', 298 'exported/WebScrollbarThemeClientImpl.h',
299 'exported/WebScrollbarThemeGeometryNative.cpp', 299 'exported/WebScrollbarThemeGeometryNative.cpp',
300 'exported/WebScrollbarThemeGeometryNative.h', 300 'exported/WebScrollbarThemeGeometryNative.h',
301 'exported/WebSerializedOrigin.cpp', 301 'exported/WebSerializedOrigin.cpp',
302 'exported/WebServiceWorkerRequest.cpp',
302 'exported/WebServiceWorkerResponse.cpp', 303 'exported/WebServiceWorkerResponse.cpp',
303 'exported/WebSocketHandshakeRequestInfo.cpp', 304 'exported/WebSocketHandshakeRequestInfo.cpp',
304 'exported/WebSocketHandshakeResponseInfo.cpp', 305 'exported/WebSocketHandshakeResponseInfo.cpp',
305 'exported/WebSocketStreamError.cpp', 306 'exported/WebSocketStreamError.cpp',
306 'exported/WebSourceInfo.cpp', 307 'exported/WebSourceInfo.cpp',
307 'exported/WebSpeechSynthesisUtterance.cpp', 308 'exported/WebSpeechSynthesisUtterance.cpp',
308 'exported/WebSpeechSynthesisVoice.cpp', 309 'exported/WebSpeechSynthesisVoice.cpp',
309 'exported/WebSpeechSynthesizerClientImpl.cpp', 310 'exported/WebSpeechSynthesizerClientImpl.cpp',
310 'exported/WebSpeechSynthesizerClientImpl.h', 311 'exported/WebSpeechSynthesizerClientImpl.h',
311 'exported/WebStorageQuotaCallbacks.cpp', 312 'exported/WebStorageQuotaCallbacks.cpp',
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 'graphics/ImageLayerChromiumTest.cpp', 929 'graphics/ImageLayerChromiumTest.cpp',
929 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 930 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
930 'graphics/test/MockImageDecoder.h', 931 'graphics/test/MockImageDecoder.h',
931 'graphics/test/MockWebGraphicsContext3D.h', 932 'graphics/test/MockWebGraphicsContext3D.h',
932 'image-decoders/gif/GIFImageDecoderTest.cpp', 933 'image-decoders/gif/GIFImageDecoderTest.cpp',
933 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 934 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
934 'image-decoders/webp/WEBPImageDecoderTest.cpp', 935 'image-decoders/webp/WEBPImageDecoderTest.cpp',
935 ], 936 ],
936 }, 937 },
937 } 938 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698