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

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

Issue 473743002: ServiceWorker: register() should return the existing registration object if available (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix Created 6 years, 4 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'exported/WebRTCVoidRequest.cpp', 310 'exported/WebRTCVoidRequest.cpp',
311 'exported/WebSchedulerProxy.cpp', 311 'exported/WebSchedulerProxy.cpp',
312 'exported/WebScrollbarImpl.cpp', 312 'exported/WebScrollbarImpl.cpp',
313 'exported/WebScrollbarImpl.h', 313 'exported/WebScrollbarImpl.h',
314 'exported/WebScrollbarThemeClientImpl.cpp', 314 'exported/WebScrollbarThemeClientImpl.cpp',
315 'exported/WebScrollbarThemeClientImpl.h', 315 'exported/WebScrollbarThemeClientImpl.h',
316 'exported/WebScrollbarThemeGeometryNative.cpp', 316 'exported/WebScrollbarThemeGeometryNative.cpp',
317 'exported/WebScrollbarThemeGeometryNative.h', 317 'exported/WebScrollbarThemeGeometryNative.h',
318 'exported/WebSerializedOrigin.cpp', 318 'exported/WebSerializedOrigin.cpp',
319 'exported/WebServiceWorkerProxy.cpp', 319 'exported/WebServiceWorkerProxy.cpp',
320 'exported/WebServiceWorkerRegistrationProxy.cpp',
320 'exported/WebServiceWorkerRequest.cpp', 321 'exported/WebServiceWorkerRequest.cpp',
321 'exported/WebServiceWorkerResponse.cpp', 322 'exported/WebServiceWorkerResponse.cpp',
322 'exported/WebSocketHandshakeRequestInfo.cpp', 323 'exported/WebSocketHandshakeRequestInfo.cpp',
323 'exported/WebSocketHandshakeResponseInfo.cpp', 324 'exported/WebSocketHandshakeResponseInfo.cpp',
324 'exported/WebSocketStreamError.cpp', 325 'exported/WebSocketStreamError.cpp',
325 'exported/WebSourceInfo.cpp', 326 'exported/WebSourceInfo.cpp',
326 'exported/WebSpeechSynthesisUtterance.cpp', 327 'exported/WebSpeechSynthesisUtterance.cpp',
327 'exported/WebSpeechSynthesisVoice.cpp', 328 'exported/WebSpeechSynthesisVoice.cpp',
328 'exported/WebSpeechSynthesizerClientImpl.cpp', 329 'exported/WebSpeechSynthesizerClientImpl.cpp',
329 'exported/WebSpeechSynthesizerClientImpl.h', 330 'exported/WebSpeechSynthesizerClientImpl.h',
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 'graphics/ImageLayerChromiumTest.cpp', 969 'graphics/ImageLayerChromiumTest.cpp',
969 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 970 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
970 'graphics/test/MockImageDecoder.h', 971 'graphics/test/MockImageDecoder.h',
971 'graphics/test/MockWebGraphicsContext3D.h', 972 'graphics/test/MockWebGraphicsContext3D.h',
972 'image-decoders/gif/GIFImageDecoderTest.cpp', 973 'image-decoders/gif/GIFImageDecoderTest.cpp',
973 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 974 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
974 'image-decoders/webp/WEBPImageDecoderTest.cpp', 975 'image-decoders/webp/WEBPImageDecoderTest.cpp',
975 ], 976 ],
976 }, 977 },
977 } 978 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698