summaryrefslogtreecommitdiffstats
path: root/mojo/shell/public/interfaces/BUILD.gn
blob: 1aa7fc5e9e172f3eca59b6d6ed026571de3643c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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")

# GYP version: mojo/mojo_base.gyp:mojo_application_bindings
mojom("interfaces") {
  sources = [
    "application.mojom",
    "application_manager.mojom",
    "content_handler.mojom",
    "service_provider.mojom",
    "shell.mojom",
  ]

  import_dirs = [ "//mojo/services" ]

  deps = [
    "//mojo/services/network/public/interfaces",
  ]
}