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

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: Test flakiness removed 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'mediastream/RTCSessionDescriptionRequestImpl.cpp', 391 'mediastream/RTCSessionDescriptionRequestImpl.cpp',
391 'mediastream/RTCSessionDescriptionRequestImpl.h', 392 'mediastream/RTCSessionDescriptionRequestImpl.h',
392 'mediastream/RTCStatsReport.cpp', 393 'mediastream/RTCStatsReport.cpp',
393 'mediastream/RTCStatsReport.h', 394 'mediastream/RTCStatsReport.h',
394 'mediastream/RTCStatsRequestImpl.cpp', 395 'mediastream/RTCStatsRequestImpl.cpp',
395 'mediastream/RTCStatsRequestImpl.h', 396 'mediastream/RTCStatsRequestImpl.h',
396 'mediastream/RTCStatsResponse.cpp', 397 'mediastream/RTCStatsResponse.cpp',
397 'mediastream/RTCStatsResponse.h', 398 'mediastream/RTCStatsResponse.h',
398 'mediastream/RTCVoidRequestImpl.cpp', 399 'mediastream/RTCVoidRequestImpl.cpp',
399 'mediastream/RTCVoidRequestImpl.h', 400 'mediastream/RTCVoidRequestImpl.h',
401 'mediastream/SourceInfo.cpp',
402 'mediastream/SourceInfo.h',
400 'mediastream/UserMediaClient.h', 403 'mediastream/UserMediaClient.h',
401 'mediastream/UserMediaController.cpp', 404 'mediastream/UserMediaController.cpp',
402 'mediastream/UserMediaController.h', 405 'mediastream/UserMediaController.h',
403 'mediastream/UserMediaRequest.cpp', 406 'mediastream/UserMediaRequest.cpp',
404 'mediastream/UserMediaRequest.h', 407 'mediastream/UserMediaRequest.h',
405 'navigatorcontentutils/NavigatorContentUtils.cpp', 408 'navigatorcontentutils/NavigatorContentUtils.cpp',
406 'navigatorcontentutils/NavigatorContentUtils.h', 409 'navigatorcontentutils/NavigatorContentUtils.h',
407 'navigatorcontentutils/NavigatorContentUtilsClient.h', 410 'navigatorcontentutils/NavigatorContentUtilsClient.h',
408 'notifications/DOMWindowNotifications.cpp', 411 'notifications/DOMWindowNotifications.cpp',
409 'notifications/DOMWindowNotifications.h', 412 'notifications/DOMWindowNotifications.h',
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 'websockets/WebSocketHandshakeRequest.h', 657 'websockets/WebSocketHandshakeRequest.h',
655 'websockets/WebSocketHandshakeResponse.cpp', 658 'websockets/WebSocketHandshakeResponse.cpp',
656 'websockets/WebSocketHandshakeResponse.h', 659 'websockets/WebSocketHandshakeResponse.h',
657 'websockets/WebSocketPerMessageDeflate.cpp', 660 'websockets/WebSocketPerMessageDeflate.cpp',
658 'websockets/WebSocketPerMessageDeflate.h', 661 'websockets/WebSocketPerMessageDeflate.h',
659 'websockets/WorkerThreadableWebSocketChannel.cpp', 662 'websockets/WorkerThreadableWebSocketChannel.cpp',
660 'websockets/WorkerThreadableWebSocketChannel.h', 663 'websockets/WorkerThreadableWebSocketChannel.h',
661 ], 664 ],
662 }, 665 },
663 } 666 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698