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

Side by Side Diff: Source/modules/modules.gypi

Issue 15796004: [MediaStream API] Adding MediaStreamTrack::getSourceInfos (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed review comments and merge Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'modules_idl_files': [ 3 'modules_idl_files': [
4 'battery/BatteryManager.idl', 4 'battery/BatteryManager.idl',
5 'battery/NavigatorBattery.idl', 5 'battery/NavigatorBattery.idl',
6 'device_orientation/DeviceAcceleration.idl', 6 'device_orientation/DeviceAcceleration.idl',
7 'device_orientation/DeviceMotionEvent.idl', 7 'device_orientation/DeviceMotionEvent.idl',
8 'device_orientation/DeviceRotationRate.idl', 8 'device_orientation/DeviceRotationRate.idl',
9 'donottrack/NavigatorDoNotTrack.idl', 9 'donottrack/NavigatorDoNotTrack.idl',
10 'encryptedmedia/MediaKeyMessageEvent.idl', 10 'encryptedmedia/MediaKeyMessageEvent.idl',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'mediastream/RTCDataChannelEvent.idl', 79 'mediastream/RTCDataChannelEvent.idl',
80 'mediastream/RTCErrorCallback.idl', 80 'mediastream/RTCErrorCallback.idl',
81 'mediastream/RTCIceCandidate.idl', 81 'mediastream/RTCIceCandidate.idl',
82 'mediastream/RTCIceCandidateEvent.idl', 82 'mediastream/RTCIceCandidateEvent.idl',
83 'mediastream/RTCPeerConnection.idl', 83 'mediastream/RTCPeerConnection.idl',
84 'mediastream/RTCSessionDescription.idl', 84 'mediastream/RTCSessionDescription.idl',
85 'mediastream/RTCSessionDescriptionCallback.idl', 85 'mediastream/RTCSessionDescriptionCallback.idl',
86 'mediastream/RTCStatsCallback.idl', 86 'mediastream/RTCStatsCallback.idl',
87 'mediastream/RTCStatsReport.idl', 87 'mediastream/RTCStatsReport.idl',
88 'mediastream/RTCStatsResponse.idl', 88 'mediastream/RTCStatsResponse.idl',
89 'mediastream/SourceInfo.idl',
89 'navigatorcontentutils/NavigatorContentUtils.idl', 90 'navigatorcontentutils/NavigatorContentUtils.idl',
90 'notifications/DOMWindowNotifications.idl', 91 'notifications/DOMWindowNotifications.idl',
91 'notifications/Notification.idl', 92 'notifications/Notification.idl',
92 'notifications/NotificationCenter.idl', 93 'notifications/NotificationCenter.idl',
93 'notifications/NotificationPermissionCallback.idl', 94 'notifications/NotificationPermissionCallback.idl',
94 'notifications/WorkerContextNotifications.idl', 95 'notifications/WorkerContextNotifications.idl',
95 'quota/DOMWindowQuota.idl', 96 'quota/DOMWindowQuota.idl',
96 'quota/NavigatorStorageQuota.idl', 97 'quota/NavigatorStorageQuota.idl',
97 'quota/StorageErrorCallback.idl', 98 'quota/StorageErrorCallback.idl',
98 'quota/StorageInfo.idl', 99 'quota/StorageInfo.idl',
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 'mediastream/RTCSessionDescriptionRequestImpl.cpp', 378 'mediastream/RTCSessionDescriptionRequestImpl.cpp',
378 'mediastream/RTCSessionDescriptionRequestImpl.h', 379 'mediastream/RTCSessionDescriptionRequestImpl.h',
379 'mediastream/RTCStatsReport.cpp', 380 'mediastream/RTCStatsReport.cpp',
380 'mediastream/RTCStatsReport.h', 381 'mediastream/RTCStatsReport.h',
381 'mediastream/RTCStatsRequestImpl.cpp', 382 'mediastream/RTCStatsRequestImpl.cpp',
382 'mediastream/RTCStatsRequestImpl.h', 383 'mediastream/RTCStatsRequestImpl.h',
383 'mediastream/RTCStatsResponse.cpp', 384 'mediastream/RTCStatsResponse.cpp',
384 'mediastream/RTCStatsResponse.h', 385 'mediastream/RTCStatsResponse.h',
385 'mediastream/RTCVoidRequestImpl.cpp', 386 'mediastream/RTCVoidRequestImpl.cpp',
386 'mediastream/RTCVoidRequestImpl.h', 387 'mediastream/RTCVoidRequestImpl.h',
388 'mediastream/SourceInfo.cpp',
389 'mediastream/SourceInfo.h',
387 'mediastream/UserMediaClient.h', 390 'mediastream/UserMediaClient.h',
388 'mediastream/UserMediaController.cpp', 391 'mediastream/UserMediaController.cpp',
389 'mediastream/UserMediaController.h', 392 'mediastream/UserMediaController.h',
390 'mediastream/UserMediaRequest.cpp', 393 'mediastream/UserMediaRequest.cpp',
391 'mediastream/UserMediaRequest.h', 394 'mediastream/UserMediaRequest.h',
392 'navigatorcontentutils/NavigatorContentUtils.cpp', 395 'navigatorcontentutils/NavigatorContentUtils.cpp',
393 'navigatorcontentutils/NavigatorContentUtils.h', 396 'navigatorcontentutils/NavigatorContentUtils.h',
394 'navigatorcontentutils/NavigatorContentUtilsClient.h', 397 'navigatorcontentutils/NavigatorContentUtilsClient.h',
395 'notifications/DOMWindowNotifications.cpp', 398 'notifications/DOMWindowNotifications.cpp',
396 'notifications/DOMWindowNotifications.h', 399 'notifications/DOMWindowNotifications.h',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 'websockets/WorkerThreadableWebSocketChannel.cpp', 651 'websockets/WorkerThreadableWebSocketChannel.cpp',
649 'websockets/WorkerThreadableWebSocketChannel.h', 652 'websockets/WorkerThreadableWebSocketChannel.h',
650 ], 653 ],
651 'modules_unittest_files': [ 654 'modules_unittest_files': [
652 'websockets/WebSocketDeflaterTest.cpp', 655 'websockets/WebSocketDeflaterTest.cpp',
653 'websockets/WebSocketExtensionDispatcherTest.cpp', 656 'websockets/WebSocketExtensionDispatcherTest.cpp',
654 'websockets/WebSocketPerMessageDeflateTest.cpp', 657 'websockets/WebSocketPerMessageDeflateTest.cpp',
655 ], 658 ],
656 }, 659 },
657 } 660 }
OLDNEW
« no previous file with comments | « Source/modules/mediastream/SourceInfo.idl ('k') | Tools/DumpRenderTree/chromium/TestRunner/src/MockWebMediaStreamCenter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698