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

Unified 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 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 8aa9e0e085fba0d59c4c4cc9bac2a07a207a8be9..93eda61c101d9dc507abbec34ad2937e08a4708d 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',
@@ -384,6 +385,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',
« 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