summaryrefslogtreecommitdiff
path: root/chromium/media/mojo/interfaces/BUILD.gn
blob: 3d818274e8b09c7bedada78b1a6544a33af2164c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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",
  ]
}