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

Unified 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, 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 ec5b94de611ec49904a28fc438785bebf6c2e62c..025c0c14b0b508d7ecd56f8e9330acb48cf2a8cb 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -86,6 +86,7 @@
'mediastream/RTCStatsCallback.idl',
'mediastream/RTCStatsReport.idl',
'mediastream/RTCStatsResponse.idl',
+ 'mediastream/SourceInfo.idl',
'navigatorcontentutils/NavigatorContentUtils.idl',
'notifications/DOMWindowNotifications.idl',
'notifications/Notification.idl',
@@ -397,6 +398,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