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

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

Issue 1467103003: Basic use implementation for MediaStream from Canvas: captureStream() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added new interface to LayoutTests. Created 5 years 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'credentialmanager/PlatformFederatedCredential.cpp', 256 'credentialmanager/PlatformFederatedCredential.cpp',
257 'credentialmanager/PlatformFederatedCredential.h', 257 'credentialmanager/PlatformFederatedCredential.h',
258 'credentialmanager/PlatformPasswordCredential.cpp', 258 'credentialmanager/PlatformPasswordCredential.cpp',
259 'credentialmanager/PlatformPasswordCredential.h', 259 'credentialmanager/PlatformPasswordCredential.h',
260 'exported/Platform.cpp', 260 'exported/Platform.cpp',
261 'exported/WebActiveGestureAnimation.cpp', 261 'exported/WebActiveGestureAnimation.cpp',
262 'exported/WebActiveGestureAnimation.h', 262 'exported/WebActiveGestureAnimation.h',
263 'exported/WebAudioBus.cpp', 263 'exported/WebAudioBus.cpp',
264 'exported/WebAudioDevice.cpp', 264 'exported/WebAudioDevice.cpp',
265 'exported/WebBlobData.cpp', 265 'exported/WebBlobData.cpp',
266 'exported/WebCanvasCaptureHandler.cpp',
266 'exported/WebCompositorAnimationPlayerClient.cpp', 267 'exported/WebCompositorAnimationPlayerClient.cpp',
267 'exported/WebContentDecryptionModule.cpp', 268 'exported/WebContentDecryptionModule.cpp',
268 'exported/WebContentDecryptionModuleAccess.cpp', 269 'exported/WebContentDecryptionModuleAccess.cpp',
269 'exported/WebContentDecryptionModuleResult.cpp', 270 'exported/WebContentDecryptionModuleResult.cpp',
270 'exported/WebContentDecryptionModuleSession.cpp', 271 'exported/WebContentDecryptionModuleSession.cpp',
271 'exported/WebContentSettingCallbacks.cpp', 272 'exported/WebContentSettingCallbacks.cpp',
272 'exported/WebConvertableToTraceFormat.cpp', 273 'exported/WebConvertableToTraceFormat.cpp',
273 'exported/WebCredential.cpp', 274 'exported/WebCredential.cpp',
274 'exported/WebCryptoAlgorithm.cpp', 275 'exported/WebCryptoAlgorithm.cpp',
275 'exported/WebCryptoKey.cpp', 276 'exported/WebCryptoKey.cpp',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'exported/WebScrollbarThemePainter.cpp', 328 'exported/WebScrollbarThemePainter.cpp',
328 'exported/WebSecurityOrigin.cpp', 329 'exported/WebSecurityOrigin.cpp',
329 'exported/WebServicePortProviderClient.cpp', 330 'exported/WebServicePortProviderClient.cpp',
330 'exported/WebServiceWorkerProviderClient.cpp', 331 'exported/WebServiceWorkerProviderClient.cpp',
331 'exported/WebServiceWorkerProxy.cpp', 332 'exported/WebServiceWorkerProxy.cpp',
332 'exported/WebServiceWorkerRequest.cpp', 333 'exported/WebServiceWorkerRequest.cpp',
333 'exported/WebServiceWorkerResponse.cpp', 334 'exported/WebServiceWorkerResponse.cpp',
334 'exported/WebSocketHandshakeRequestInfo.cpp', 335 'exported/WebSocketHandshakeRequestInfo.cpp',
335 'exported/WebSocketHandshakeResponseInfo.cpp', 336 'exported/WebSocketHandshakeResponseInfo.cpp',
336 'exported/WebSourceInfo.cpp', 337 'exported/WebSourceInfo.cpp',
338 'exported/WebSkImage.cpp',
337 'exported/WebSpeechSynthesisUtterance.cpp', 339 'exported/WebSpeechSynthesisUtterance.cpp',
338 'exported/WebSpeechSynthesisVoice.cpp', 340 'exported/WebSpeechSynthesisVoice.cpp',
339 'exported/WebSpeechSynthesizerClientImpl.cpp', 341 'exported/WebSpeechSynthesizerClientImpl.cpp',
340 'exported/WebSpeechSynthesizerClientImpl.h', 342 'exported/WebSpeechSynthesizerClientImpl.h',
341 'exported/WebStorageQuotaCallbacks.cpp', 343 'exported/WebStorageQuotaCallbacks.cpp',
342 'exported/WebThreadSafeData.cpp', 344 'exported/WebThreadSafeData.cpp',
343 'exported/WebThreadedDataReceiver.cpp', 345 'exported/WebThreadedDataReceiver.cpp',
344 'exported/WebTraceLocation.cpp', 346 'exported/WebTraceLocation.cpp',
345 'exported/WebTransformKeyframe.cpp', 347 'exported/WebTransformKeyframe.cpp',
346 'exported/WebURL.cpp', 348 'exported/WebURL.cpp',
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 ['OS!="mac"', 1110 ['OS!="mac"',
1109 { 1111 {
1110 'platform_test_files': [ 1112 'platform_test_files': [
1111 'scroll/ScrollAnimatorTest.cpp', 1113 'scroll/ScrollAnimatorTest.cpp',
1112 ], 1114 ],
1113 } 1115 }
1114 ], 1116 ],
1115 ], 1117 ],
1116 }, 1118 },
1117 } 1119 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698