blob: 3d818274e8b09c7bedada78b1a6544a33af2164c [file] [log] [blame]
# Copyright 2014 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.
import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
"audio_decoder.mojom",
"audio_output.mojom",
"audio_parameters.mojom",
"content_decryption_module.mojom",
"decryptor.mojom",
"demuxer_stream.mojom",
"interface_factory.mojom",
"media_service.mojom",
"media_types.mojom",
"output_protection.mojom",
"provision_fetcher.mojom",
"renderer.mojom",
"video_decoder.mojom",
]
if (is_chromeos) {
sources += [ "platform_verification.mojom" ]
}
public_deps = [
"//gpu/ipc/common:interfaces",
"//mojo/common:common_custom_types",
"//services/service_manager/public/interfaces",
"//ui/gfx/geometry/mojo",
"//url/mojo:url_mojom_gurl",
]
}
mojom("remoting") {
sources = [
"remoting.mojom",
]
}