summaryrefslogtreecommitdiffstats
path: root/mojo/services/BUILD.gn
blob: ec44710481982c4dab64ba9f0f9e280ae288b6fe (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.

group("services") {
  deps = [
    "//mojo/services/dbus_echo:bindings",
    "//mojo/services/gles2:bindings",
    "//mojo/services/public/interfaces/input_events:bindings",
    "//mojo/services/public/interfaces/geometry:bindings",
    "//mojo/services/public/interfaces/native_viewport:bindings",
    "//mojo/services/public/interfaces/navigation:bindings",
    "//mojo/services/public/interfaces/network:bindings",
    "//mojo/services/public/interfaces/launcher:bindings",
    "//mojo/services/public/interfaces/view_manager:bindings",
    "//mojo/services/public/interfaces/surfaces:bindings",
    "//mojo/services/public/interfaces/window_manager:core_bindings",
    "//mojo/services/test_service:bindings",
  ]
}