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

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

Issue 201593002: Add WebSerializedOrigin to represent a serialized Web Origin. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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.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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'exported/WebRTCSessionDescriptionRequest.cpp', 288 'exported/WebRTCSessionDescriptionRequest.cpp',
289 'exported/WebRTCStatsRequest.cpp', 289 'exported/WebRTCStatsRequest.cpp',
290 'exported/WebRTCStatsResponse.cpp', 290 'exported/WebRTCStatsResponse.cpp',
291 'exported/WebRTCVoidRequest.cpp', 291 'exported/WebRTCVoidRequest.cpp',
292 'exported/WebScrollbarImpl.cpp', 292 'exported/WebScrollbarImpl.cpp',
293 'exported/WebScrollbarImpl.h', 293 'exported/WebScrollbarImpl.h',
294 'exported/WebScrollbarThemeClientImpl.cpp', 294 'exported/WebScrollbarThemeClientImpl.cpp',
295 'exported/WebScrollbarThemeClientImpl.h', 295 'exported/WebScrollbarThemeClientImpl.h',
296 'exported/WebScrollbarThemeGeometryNative.cpp', 296 'exported/WebScrollbarThemeGeometryNative.cpp',
297 'exported/WebScrollbarThemeGeometryNative.h', 297 'exported/WebScrollbarThemeGeometryNative.h',
298 'exported/WebSerializedOrigin.cpp',
298 'exported/WebServiceWorkerResponse.cpp', 299 'exported/WebServiceWorkerResponse.cpp',
299 'exported/WebSocketHandshakeRequestInfo.cpp', 300 'exported/WebSocketHandshakeRequestInfo.cpp',
300 'exported/WebSocketHandshakeResponseInfo.cpp', 301 'exported/WebSocketHandshakeResponseInfo.cpp',
301 'exported/WebSocketStreamError.cpp', 302 'exported/WebSocketStreamError.cpp',
302 'exported/WebSourceInfo.cpp', 303 'exported/WebSourceInfo.cpp',
303 'exported/WebSpeechSynthesisUtterance.cpp', 304 'exported/WebSpeechSynthesisUtterance.cpp',
304 'exported/WebSpeechSynthesisVoice.cpp', 305 'exported/WebSpeechSynthesisVoice.cpp',
305 'exported/WebSpeechSynthesizerClientImpl.cpp', 306 'exported/WebSpeechSynthesizerClientImpl.cpp',
306 'exported/WebSpeechSynthesizerClientImpl.h', 307 'exported/WebSpeechSynthesizerClientImpl.h',
307 'exported/WebStorageQuotaCallbacks.cpp', 308 'exported/WebStorageQuotaCallbacks.cpp',
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 'graphics/Canvas2DLayerManagerTest.cpp', 918 'graphics/Canvas2DLayerManagerTest.cpp',
918 'graphics/DeferredImageDecoderTest.cpp', 919 'graphics/DeferredImageDecoderTest.cpp',
919 'graphics/ImageDecodingStoreTest.cpp', 920 'graphics/ImageDecodingStoreTest.cpp',
920 'graphics/ImageFrameGeneratorTest.cpp', 921 'graphics/ImageFrameGeneratorTest.cpp',
921 'graphics/gpu/DrawingBufferTest.cpp', 922 'graphics/gpu/DrawingBufferTest.cpp',
922 'graphics/test/MockImageDecoder.h', 923 'graphics/test/MockImageDecoder.h',
923 'graphics/test/MockWebGraphicsContext3D.h', 924 'graphics/test/MockWebGraphicsContext3D.h',
924 ], 925 ],
925 }, 926 },
926 } 927 }
OLDNEW
« no previous file with comments | « Source/modules/websockets/NewWebSocketChannelImpl.cpp ('k') | Source/platform/exported/WebSerializedOrigin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698