blob: 619a9f9fcc1c651cdb1e3ab15190bb9bcdc8494d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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/content_handler",
"//mojo/services/public/interfaces/input_events",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/interfaces/native_viewport",
"//mojo/services/public/interfaces/navigation",
"//mojo/services/public/interfaces/network",
"//mojo/services/public/interfaces/launcher",
"//mojo/services/public/interfaces/view_manager",
"//mojo/services/public/interfaces/surfaces",
"//mojo/services/public/interfaces/window_manager",
"//mojo/services/test_service:bindings",
]
}
|