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

Unified Diff: Source/modules/modules.gypi

Issue 135363004: MediaStream API: Patch #1 of implementing navigator.getMediaDevices (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed year 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 5e94e3892064b0c1b8301b02f8a32cd2155d79d6..889cbf760121b4e6d11eaccb6d462fbfbb5be1b9 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -418,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