summaryrefslogtreecommitdiffstats
path: root/mandoline/ui/browser/public/interfaces/BUILD.gn
blob: ffb04c133c4835dbeb9f5f8859f27a5f3619a161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 = [
    "launch_handler.mojom",
    "omnibox.mojom",
    "view_embedder.mojom",
  ]

  import_dirs = [ "//mojo/services" ]

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