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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f7fdb1d95ec430fe53c967a397f0a574796fb82f |
--- /dev/null |
+++ b/media/capture/mojo/video_capture_types.typemap |
@@ -0,0 +1,30 @@ |
+# Copyright 2016 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+mojom = "//media/capture/mojo/video_capture_types.mojom" |
+ |
+public_headers = [ "//media/capture/video_capture_types.h" ] |
+ |
+traits_headers = [ |
+ "//media/capture/ipc/capture_param_traits_macros.h", |
+ "//media/capture/ipc/capture_param_traits.h", |
+ "//media/capture/mojo/video_capture_types_typemap_traits.h", |
+] |
+ |
+sources = [ |
+ "//media/capture/mojo/video_capture_types_typemap_traits.cc", |
+] |
+ |
+deps = [ |
+ "//media", |
+ "//media/capture/ipc", |
+] |
+ |
+type_mappings = [ |
+ "media.mojom.ResolutionChangePolicy=media::ResolutionChangePolicy", |
+ "media.mojom.PowerLineFrequency=media::PowerLineFrequency", |
+ "media.mojom.VideoCaptureFormat=media::VideoCaptureFormat", |
+ "media.mojom.VideoPixelStorage=media::VideoPixelStorage", |
+ "media.mojom.VideoCaptureParams=media::VideoCaptureParams", |
+] |