| Index: media/mojo/interfaces/pipeline_statistics.typemap
|
| diff --git a/media/mojo/interfaces/pipeline_statistics.typemap b/media/mojo/interfaces/pipeline_statistics.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b70584430ecc5bed34d313bc2f0a59e03a1f0913
|
| --- /dev/null
|
| +++ b/media/mojo/interfaces/pipeline_statistics.typemap
|
| @@ -0,0 +1,8 @@
|
| +# 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/media_types.mojom"
|
| +public_headers = [ "//media/base/pipeline_status.h" ]
|
| +traits_headers = [ "//media/mojo/common/pipeline_statistics_struct_traits.h" ]
|
| +type_mappings = [ "media.mojom.PipelineStatistics=media::PipelineStatistics" ]
|
|
|