| 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" ]
|
|
|