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