OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 group("services") { | 5 group("services") { |
6 deps = [ | 6 deps = [ |
7 "//services/authenticating_url_loader", | 7 "//services/authenticating_url_loader", |
8 "//services/clipboard", | 8 "//services/clipboard", |
9 "//services/dart", | 9 "//services/dart", |
| 10 "//services/debugger", |
10 "//services/device_info", | 11 "//services/device_info", |
11 "//services/fake_surfaces", | 12 "//services/fake_surfaces", |
12 "//services/files", | 13 "//services/files", |
13 "//services/gles2:lib", | 14 "//services/gles2:lib", |
14 "//services/http_server", | 15 "//services/http_server", |
15 "//services/icu_data", | 16 "//services/icu_data", |
16 "//services/keyboard_native", | 17 "//services/keyboard_native", |
17 "//services/kiosk_wm", | 18 "//services/kiosk_wm", |
18 "//services/native_viewport", | 19 "//services/native_viewport", |
19 "//services/reaper", | 20 "//services/reaper", |
(...skipping 17 matching lines...) Expand all Loading... |
37 if (is_linux) { | 38 if (is_linux) { |
38 deps += [ "//services/python" ] | 39 deps += [ "//services/python" ] |
39 } | 40 } |
40 | 41 |
41 # TODO(jamesr): We only support building V8 snapshot data on a linux host sinc
e it | 42 # TODO(jamesr): We only support building V8 snapshot data on a linux host sinc
e it |
42 # needs a 32 bit toolchain and we don't have one configured for mac hosts. | 43 # needs a 32 bit toolchain and we don't have one configured for mac hosts. |
43 if (host_os == "linux") { | 44 if (host_os == "linux") { |
44 deps += [ "//services/js" ] | 45 deps += [ "//services/js" ] |
45 } | 46 } |
46 } | 47 } |
OLD | NEW |