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

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

Issue 2405423002: [Video Capture Service] Move Mojo structs and enums to media/capture/mojo (Closed)
Patch Set: Revert Mojo enum VideoPixelFormat to native Created 4 years, 2 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
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",
+]
« 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