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

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

Issue 682003003: Simplify WebServiceWorker{Registration}Proxy interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove incorrect FIXME Created 6 years, 1 month 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'exported/WebRTCStatsRequest.cpp', 304 'exported/WebRTCStatsRequest.cpp',
305 'exported/WebRTCStatsResponse.cpp', 305 'exported/WebRTCStatsResponse.cpp',
306 'exported/WebRTCVoidRequest.cpp', 306 'exported/WebRTCVoidRequest.cpp',
307 'exported/WebScrollbarImpl.cpp', 307 'exported/WebScrollbarImpl.cpp',
308 'exported/WebScrollbarImpl.h', 308 'exported/WebScrollbarImpl.h',
309 'exported/WebScrollbarThemeClientImpl.cpp', 309 'exported/WebScrollbarThemeClientImpl.cpp',
310 'exported/WebScrollbarThemeClientImpl.h', 310 'exported/WebScrollbarThemeClientImpl.h',
311 'exported/WebScrollbarThemeGeometryNative.cpp', 311 'exported/WebScrollbarThemeGeometryNative.cpp',
312 'exported/WebScrollbarThemeGeometryNative.h', 312 'exported/WebScrollbarThemeGeometryNative.h',
313 'exported/WebSerializedOrigin.cpp', 313 'exported/WebSerializedOrigin.cpp',
314 'exported/WebServiceWorkerProxy.cpp',
315 'exported/WebServiceWorkerRegistrationProxy.cpp',
316 'exported/WebServiceWorkerRequest.cpp', 314 'exported/WebServiceWorkerRequest.cpp',
317 'exported/WebServiceWorkerResponse.cpp', 315 'exported/WebServiceWorkerResponse.cpp',
318 'exported/WebSocketHandshakeRequestInfo.cpp', 316 'exported/WebSocketHandshakeRequestInfo.cpp',
319 'exported/WebSocketHandshakeResponseInfo.cpp', 317 'exported/WebSocketHandshakeResponseInfo.cpp',
320 'exported/WebSourceInfo.cpp', 318 'exported/WebSourceInfo.cpp',
321 'exported/WebSpeechSynthesisUtterance.cpp', 319 'exported/WebSpeechSynthesisUtterance.cpp',
322 'exported/WebSpeechSynthesisVoice.cpp', 320 'exported/WebSpeechSynthesisVoice.cpp',
323 'exported/WebSpeechSynthesizerClientImpl.cpp', 321 'exported/WebSpeechSynthesizerClientImpl.cpp',
324 'exported/WebSpeechSynthesizerClientImpl.h', 322 'exported/WebSpeechSynthesizerClientImpl.h',
325 'exported/WebStorageQuotaCallbacks.cpp', 323 'exported/WebStorageQuotaCallbacks.cpp',
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 'graphics/ImageFrameGeneratorTest.cpp', 946 'graphics/ImageFrameGeneratorTest.cpp',
949 'graphics/ImageLayerChromiumTest.cpp', 947 'graphics/ImageLayerChromiumTest.cpp',
950 'graphics/test/MockImageDecoder.h', 948 'graphics/test/MockImageDecoder.h',
951 'graphics/test/MockWebGraphicsContext3D.h', 949 'graphics/test/MockWebGraphicsContext3D.h',
952 'image-decoders/gif/GIFImageDecoderTest.cpp', 950 'image-decoders/gif/GIFImageDecoderTest.cpp',
953 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 951 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
954 'image-decoders/webp/WEBPImageDecoderTest.cpp', 952 'image-decoders/webp/WEBPImageDecoderTest.cpp',
955 ], 953 ],
956 }, 954 },
957 } 955 }
OLDNEW
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerRegistration.cpp ('k') | Source/platform/exported/WebServiceWorkerProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698