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

Unified Diff: media/capture/mojo/video_capture_types.typemap

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
Index: media/capture/mojo/video_capture_types.typemap
diff --git a/media/capture/mojo/video_capture_types.typemap b/media/capture/mojo/video_capture_types.typemap
index e6c4c4489c4eb257a6579d1d703c7225c12df1d9..32ed58a78989f6152e027ad74ca9813ace1cf77b 100644
--- a/media/capture/mojo/video_capture_types.typemap
+++ b/media/capture/mojo/video_capture_types.typemap
@@ -4,7 +4,11 @@
mojom = "//media/capture/mojo/video_capture_types.mojom"
-public_headers = [ "//media/capture/video_capture_types.h" ]
+public_headers = [
+ "//media/capture/video_capture_types.h",
+ "//media/capture/video/video_capture_device_descriptor.h",
+ "//media/capture/video/video_capture_device_info.h",
+]
traits_headers = [
"//media/capture/ipc/capture_param_traits_macros.h",
@@ -29,4 +33,6 @@ type_mappings = [
"media.mojom.VideoCaptureFormat=media::VideoCaptureFormat",
"media.mojom.VideoPixelStorage=media::VideoPixelStorage",
"media.mojom.VideoCaptureParams=media::VideoCaptureParams",
+ "media.mojom.VideoCaptureDeviceDescriptor=media::VideoCaptureDeviceDescriptor",
+ "media.mojom.VideoCaptureDeviceInfo=media::VideoCaptureDeviceInfo",
]
« no previous file with comments | « media/capture/mojo/video_capture_types.mojom ('k') | media/capture/mojo/video_capture_types_typemap_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698