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

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: Refactoring of VideoCaptureDeviceFactory interface 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
Index: media/capture/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index fc2b113eec50e082aff2672f039a51ce1baa2680..1159ab6fc4f2b7919649f0c9f02de552d3677d65 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -52,6 +52,8 @@ 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",

Powered by Google App Engine
This is Rietveld 408576698