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

Unified Diff: media/media.gyp

Issue 616833004: chrome://media-internals: update MediaInternals when devices capabilities are enumerated. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: FakeVCDFactory needs to specify capture API for Win. Linux/CrOs MediaInternalsVideoCaptureDeviceTes… Created 6 years, 2 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 | « media/BUILD.gn ('k') | media/video/capture/fake_video_capture_device_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index e2f677fcad6f1a4eb7e046515982e29f32ea67a9..9b2b50fc4c1ff7c4b1fc9fadd23c3089cdc368ed 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -516,6 +516,8 @@
'video/capture/video_capture_device.h',
'video/capture/video_capture_device_factory.cc',
'video/capture/video_capture_device_factory.h',
+ 'video/capture/video_capture_device_info.cc',
+ 'video/capture/video_capture_device_info.h',
'video/capture/video_capture_types.cc',
'video/capture/video_capture_types.h',
'video/capture/win/capability_list_win.cc',
@@ -1028,7 +1030,7 @@
'mojo/interfaces/media_renderer.mojom',
'mojo/interfaces/demuxer_stream.mojom',
],
- 'includes': [
+ 'includes': [
'../mojo/public/tools/bindings/mojom_bindings_generator.gypi'
],
'export_dependent_settings': [
@@ -1123,7 +1125,7 @@
'sources': [
'mojo/services/renderer_unittest.cc',
],
- },
+ },
{
'target_name': 'media_mojo',
'type': 'none',
« no previous file with comments | « media/BUILD.gn ('k') | media/video/capture/fake_video_capture_device_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698