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

Unified Diff: media/mojo/interfaces/decryptor.typemap

Issue 2416373002: media: Use native Decryptor enum types in media mojo interfaces (Closed)
Patch Set: 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/mojo/interfaces/decryptor.typemap
diff --git a/media/mojo/interfaces/decryptor.typemap b/media/mojo/interfaces/decryptor.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..0d2977f0071eb0f08d82f9cfaec0b7b5f42619c8
--- /dev/null
+++ b/media/mojo/interfaces/decryptor.typemap
@@ -0,0 +1,19 @@
+# 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/mojo/interfaces/decryptor.mojom"
+
+public_headers = [ "//media/base/decryptor.h" ]
+
+traits_headers = [ "//media/base/ipc/media_param_traits_macros.h" ]
+
+deps = [
+ "//media",
+ "//media/base/ipc",
+]
+
+type_mappings = [
+ "media.mojom.Decryptor.Status=media::Decryptor::Status",
+ "media.mojom.Decryptor.StreamType=media::Decryptor::StreamType",
+]

Powered by Google App Engine
This is Rietveld 408576698