1# Copyright 2016 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5mojom = "//media/mojo/mojom/decryptor.mojom"
6
7public_headers = [ "//media/base/decryptor.h" ]
8
9traits_headers = [ "//media/base/ipc/media_param_traits_macros.h" ]
10
11deps = [
12  "//media",
13  "//media/base/ipc",
14]
15
16type_mappings = [
17  "media.mojom.Decryptor.Status=::media::Decryptor::Status",
18  "media.mojom.Decryptor.StreamType=::media::Decryptor::StreamType",
19]
20