summaryrefslogtreecommitdiffstats
path: root/third_party/mojo_services/src/gpu/public/interfaces/BUILD.gn
blob: b782146c42e6aa07e669fd2ad969e1db041ba2c6 (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
# 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("//build/module_args/mojo.gni")
import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")

mojom("interfaces") {
  sources = [
    "command_buffer.mojom",
    "context_provider.mojom",
    "gpu.mojom",
    "gpu_capabilities.mojom",
    "viewport_parameter_listener.mojom",
  ]

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

  deps = [
    "../../../geometry/public/interfaces",
  ]

  import_from = mojo_root
}