| Index: media/mojo/interfaces/source_buffer.typemap
|
| diff --git a/media/mojo/interfaces/source_buffer.typemap b/media/mojo/interfaces/source_buffer.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5928063e10d6cafd1a0f00499e8a640f369d99d7
|
| --- /dev/null
|
| +++ b/media/mojo/interfaces/source_buffer.typemap
|
| @@ -0,0 +1,17 @@
|
| +# Copyright 2017 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/source_buffer.mojom"
|
| +
|
| +public_headers = [ "//media/base/source_buffer.h" ]
|
| +
|
| +traits_headers = [ "//media/base/ipc/media_param_traits_macros.h" ]
|
| +
|
| +deps = [
|
| + "//media",
|
| + "//media/base/ipc",
|
| +]
|
| +
|
| +type_mappings =
|
| + [ "media.mojom.SourceBuffer.Status=media::SourceBuffer::Status" ]
|
|
|