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

Unified Diff: media/capture/BUILD.gn

Issue 2813343002: [Mojo Video Capture] Switch to using Mojo structs in media/capture/mojo (Closed)
Patch Set: Removed extraneous AtLeast Created 3 years, 8 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 | « no previous file | media/capture/mojo/video_capture_types.mojom » ('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 66ab1978d42449464772458b03ce352265c0e39d..a48ceee7daf6945b405bff3add3bb56e5010dece 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -19,6 +19,10 @@ component("capture_base") {
defines = [ "CAPTURE_IMPLEMENTATION" ]
sources = [
"capture_export.h",
+ "video/video_capture_device_descriptor.cc",
+ "video/video_capture_device_descriptor.h",
+ "video/video_capture_device_info.cc",
+ "video/video_capture_device_info.h",
"video_capture_types.cc",
"video_capture_types.h",
]
@@ -86,12 +90,8 @@ component("capture_lib") {
"video/video_capture_device.h",
"video/video_capture_device_client.cc",
"video/video_capture_device_client.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/video_capture_jpeg_decoder.h",
"video/video_capture_system.h",
"video/video_capture_system_impl.cc",
« no previous file with comments | « no previous file | media/capture/mojo/video_capture_types.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698