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

Unified Diff: content/common/media/media_devices.typemap

Issue 2380793002: Migrate MediaDevices.enumerateDevices to Mojo (Closed)
Patch Set: rebase 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
« no previous file with comments | « content/common/media/media_devices.mojom ('k') | content/common/media/media_devices_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/media/media_devices.typemap
diff --git a/content/common/media/media_devices.typemap b/content/common/media/media_devices.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..586b971d7b12c850a99764c62065fb447c7f89c7
--- /dev/null
+++ b/content/common/media/media_devices.typemap
@@ -0,0 +1,14 @@
+# 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 = "//content/common/media/media_devices.mojom"
+public_headers = [ "//content/common/media/media_devices.h" ]
+traits_headers = [ "//content/common/media/media_devices_param_traits.h" ]
+deps = [
+ "//content:export",
+]
+type_mappings = [
+ "mojom.MediaDeviceType=::content::MediaDeviceType",
+ "mojom.MediaDeviceInfo=::content::MediaDeviceInfo",
+]
« no previous file with comments | « content/common/media/media_devices.mojom ('k') | content/common/media/media_devices_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698