blob: 0363d5c8500ce1460b7d4d7f510ec5d45434a62c [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",
"media_types.mojom",
"output_protection.mojom",
"renderer.mojom",
"service_factory.mojom",
"video_decoder.mojom",
]
if (is_chromeos) {
sources += [ "platform_verification.mojom" ]
}
if (is_android) {
sources += [ "provision_fetcher.mojom" ]
}
public_deps = [
"//ui/gfx/geometry/mojo",
"//url/mojo:url_mojom_gurl",
]
}
mojom("image_capture") {
sources = [
"image_capture.mojom",
]
}