summaryrefslogtreecommitdiffstats
path: root/components/mus/public/interfaces/BUILD.gn
blob: 80d443b86d0c80eb6c5c088428e2cd04204e0907 (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
# 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("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")

mojom("interfaces") {
  sources = [
    "command_buffer.mojom",
    "compositor_frame.mojom",
    "gpu.mojom",
    "gpu_capabilities.mojom",
    "mus_constants.mojom",
    "quads.mojom",
    "surface_id.mojom",
    "view_tree.mojom",
    "view_tree_host.mojom",
  ]

  import_dirs = [
    get_path_info("../../../..", "abspath"),
    "//mojo/services",
  ]

  deps = [
    "//mojo/application/public/interfaces",
    "//mojo/services/network/public/interfaces",
    "//ui/mojo/events:interfaces",
    "//ui/mojo/ime:interfaces",
    "//ui/mojo/geometry:interfaces",
  ]
}