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

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

Issue 1970643002: ParamTraits version of https://codereview.chromium.org/1896883002/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 7 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/audio_parameters.mojom ('k') | content/common/media/media_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/media/audio_parameters.typemap
diff --git a/content/common/media/audio_parameters.typemap b/content/common/media/audio_parameters.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..691d5522e579a4e16bcfe7d9c546e85534ff4a85
--- /dev/null
+++ b/content/common/media/audio_parameters.typemap
@@ -0,0 +1,11 @@
+# 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/audio_parameters.mojom"
+public_headers = [ "//media/base/audio_parameters.h" ]
+traits_headers = [ "//content/common/media/media_param_traits.h" ]
+deps = [
+ "//media/mojo/interfaces",
+]
+type_mappings = [ "media.interfaces.AudioParameters=media::AudioParameters" ]
« no previous file with comments | « content/common/media/audio_parameters.mojom ('k') | content/common/media/media_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698