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

Unified Diff: Source/modules/modules.gypi

Issue 145583015: MediaStream API: Implement Navigator.getMediaDevices Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed review comments and added a simple test Created 6 years, 11 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
« no previous file with comments | « Source/modules/mediastream/UserMediaController.h ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index db435775ee6729e54a124afc4cb88f804e49d6c5..12ffa5f3ad4a7511013514cdaf3b4445cbff9c76 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -72,6 +72,8 @@
'mediasource/WebKitMediaSource.idl',
'mediasource/WebKitSourceBuffer.idl',
'mediasource/WebKitSourceBufferList.idl',
+ 'mediastream/MediaDeviceInfo.idl',
+ 'mediastream/MediaDeviceInfoCallback.idl',
'mediastream/MediaStream.idl',
'mediastream/MediaStreamEvent.idl',
'mediastream/MediaStreamTrack.idl',
@@ -416,6 +418,11 @@
'mediasource/WebKitSourceBufferList.h',
'mediastream/MediaConstraintsImpl.cpp',
'mediastream/MediaConstraintsImpl.h',
+ 'mediastream/MediaDeviceInfo.cpp',
+ 'mediastream/MediaDeviceInfo.h',
+ 'mediastream/MediaDeviceInfoCallback.h',
+ 'mediastream/MediaDevicesRequest.cpp',
+ 'mediastream/MediaDevicesRequest.h',
'mediastream/MediaStream.cpp',
'mediastream/MediaStream.h',
'mediastream/MediaStreamEvent.cpp',
« no previous file with comments | « Source/modules/mediastream/UserMediaController.h ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698