| Index: media/mojo/interfaces/demuxer.typemap
|
| diff --git a/media/mojo/interfaces/demuxer.typemap b/media/mojo/interfaces/demuxer.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3bb9cb5c133de42f31b55756d77e327875fc1130
|
| --- /dev/null
|
| +++ b/media/mojo/interfaces/demuxer.typemap
|
| @@ -0,0 +1,16 @@
|
| +# 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/demuxer.mojom"
|
| +
|
| +public_headers = [ "//media/base/demuxer.h" ]
|
| +
|
| +traits_headers = [ "//media/base/ipc/media_param_traits_macros.h" ]
|
| +
|
| +deps = [
|
| + "//media",
|
| + "//media/base/ipc",
|
| +]
|
| +
|
| +type_mappings = [ "media.mojom.Demuxer.LoadType=media::Demuxer::LoadType" ]
|
|
|