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

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: Rebase 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'exported/WebScrollbarThemePainter.cpp', 327 'exported/WebScrollbarThemePainter.cpp',
328 'exported/WebSecurityOrigin.cpp', 328 'exported/WebSecurityOrigin.cpp',
329 'exported/WebServicePortProviderClient.cpp', 329 'exported/WebServicePortProviderClient.cpp',
330 'exported/WebServiceWorkerProviderClient.cpp', 330 'exported/WebServiceWorkerProviderClient.cpp',
331 'exported/WebServiceWorkerProxy.cpp', 331 'exported/WebServiceWorkerProxy.cpp',
332 'exported/WebServiceWorkerRequest.cpp', 332 'exported/WebServiceWorkerRequest.cpp',
333 'exported/WebServiceWorkerResponse.cpp', 333 'exported/WebServiceWorkerResponse.cpp',
334 'exported/WebSocketHandshakeRequestInfo.cpp', 334 'exported/WebSocketHandshakeRequestInfo.cpp',
335 'exported/WebSocketHandshakeResponseInfo.cpp', 335 'exported/WebSocketHandshakeResponseInfo.cpp',
336 'exported/WebSourceInfo.cpp', 336 'exported/WebSourceInfo.cpp',
337 'exported/WebSkImage.cpp',
337 'exported/WebSpeechSynthesisUtterance.cpp', 338 'exported/WebSpeechSynthesisUtterance.cpp',
338 'exported/WebSpeechSynthesisVoice.cpp', 339 'exported/WebSpeechSynthesisVoice.cpp',
339 'exported/WebSpeechSynthesizerClientImpl.cpp', 340 'exported/WebSpeechSynthesizerClientImpl.cpp',
340 'exported/WebSpeechSynthesizerClientImpl.h', 341 'exported/WebSpeechSynthesizerClientImpl.h',
341 'exported/WebStorageQuotaCallbacks.cpp', 342 'exported/WebStorageQuotaCallbacks.cpp',
342 'exported/WebThreadSafeData.cpp', 343 'exported/WebThreadSafeData.cpp',
343 'exported/WebThreadedDataReceiver.cpp', 344 'exported/WebThreadedDataReceiver.cpp',
344 'exported/WebTraceLocation.cpp', 345 'exported/WebTraceLocation.cpp',
345 'exported/WebTransformKeyframe.cpp', 346 'exported/WebTransformKeyframe.cpp',
346 'exported/WebURL.cpp', 347 'exported/WebURL.cpp',
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 ['OS!="mac"', 1107 ['OS!="mac"',
1107 { 1108 {
1108 'platform_test_files': [ 1109 'platform_test_files': [
1109 'scroll/ScrollAnimatorTest.cpp', 1110 'scroll/ScrollAnimatorTest.cpp',
1110 ], 1111 ],
1111 } 1112 }
1112 ], 1113 ],
1113 ], 1114 ],
1114 }, 1115 },
1115 } 1116 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698