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

Unified Diff: media/capture/BUILD.gn

Issue 2169013002: Change class VideoCaptureDevice::Name to struct VideoCaptureDeviceDescriptor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build errors Created 4 years, 5 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 | « content/browser/renderer_host/media/video_capture_manager.cc ('k') | media/capture/capture.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index fc2b113eec50e082aff2672f039a51ce1baa2680..64e30690cbede5a45dd844543df731069d18283e 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -52,10 +52,10 @@ component("capture") {
"video/scoped_result_callback.h",
"video/video_capture_device.cc",
"video/video_capture_device.h",
+ "video/video_capture_device_descriptor.cc",
+ "video/video_capture_device_descriptor.h",
"video/video_capture_device_factory.cc",
"video/video_capture_device_factory.h",
- "video/video_capture_device_info.cc",
- "video/video_capture_device_info.h",
"video/win/capability_list_win.cc",
"video/win/capability_list_win.h",
"video/win/filter_base_win.cc",
« no previous file with comments | « content/browser/renderer_host/media/video_capture_manager.cc ('k') | media/capture/capture.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698