blob: 5a77e92fbe4dc0400dcd256115ae7fc268f6d0f1 [file] [log] [blame]
# 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/media_types.mojom"
public_headers = [
"//media/base/encryption_scheme.h",
"//media/base/encryption_pattern.h",
]
traits_headers = [ "//media/mojo/interfaces/encryption_scheme_struct_traits.h" ]
sources = [
"//media/mojo/interfaces/encryption_scheme_struct_traits.cc",
]
public_deps = [
"//media",
]
deps = [
"//media/base/ipc",
]
# See media_types.typemap for enum mappings.
type_mappings = [
"media.mojom.EncryptionPattern=media::EncryptionPattern",
"media.mojom.EncryptionScheme=media::EncryptionScheme",
]