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

Unified Diff: Source/modules/modules.gypi

Issue 15796004: [MediaStream API] Adding MediaStreamTrack::getSourceInfos (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index d821606d891b101df88ad181f99430162a466646..10c6d8a18fff427bb0578b91bda416d3d01d8c3a 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -82,6 +82,7 @@
'mediastream/RTCStatsCallback.idl',
'mediastream/RTCStatsReport.idl',
'mediastream/RTCStatsResponse.idl',
+ 'mediastream/SourceInfo.idl',
'navigatorcontentutils/NavigatorContentUtils.idl',
'notifications/DOMWindowNotifications.idl',
'notifications/Notification.idl',
@@ -383,6 +384,8 @@
'mediastream/RTCStatsResponse.h',
'mediastream/RTCVoidRequestImpl.cpp',
'mediastream/RTCVoidRequestImpl.h',
+ 'mediastream/SourceInfo.cpp',
+ 'mediastream/SourceInfo.h',
'mediastream/UserMediaClient.h',
'mediastream/UserMediaController.cpp',
'mediastream/UserMediaController.h',

Powered by Google App Engine
This is Rietveld 408576698