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 testonly = true | 6 testonly = true |
7 | 7 |
8 deps = [ | 8 deps = [ |
9 ":tests", | 9 ":tests", |
10 "//services/asset_bundle", | 10 "//services/asset_bundle", |
11 "//services/authenticating_url_loader_interceptor", | 11 "//services/authenticating_url_loader_interceptor", |
12 "//services/authentication", | 12 "//services/authentication", |
13 "//services/clipboard", | 13 "//services/clipboard", |
14 "//services/dart", | 14 "//services/dart", |
15 "//services/debugger", | |
16 "//services/fake_surfaces", | 15 "//services/fake_surfaces", |
17 "//services/gles2:lib", | 16 "//services/gles2:lib", |
18 "//services/http_server", | 17 "//services/http_server", |
19 "//services/icu_data", | 18 "//services/icu_data", |
20 "//services/media", | 19 "//services/media", |
21 "//services/native_support", | 20 "//services/native_support", |
22 "//services/prediction", | 21 "//services/prediction", |
23 "//services/test_service:bindings", | 22 "//services/test_service:bindings", |
24 "//services/tracing", | 23 "//services/tracing", |
25 ] | 24 ] |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 if (is_android || is_linux) { | 110 if (is_android || is_linux) { |
112 deps += [ | 111 deps += [ |
113 "//services/files:apptests", | 112 "//services/files:apptests", |
114 "//services/url_response_disk_cache:tests", | 113 "//services/url_response_disk_cache:tests", |
115 "//services/view_manager:mojo_view_manager_client_apptests", | 114 "//services/view_manager:mojo_view_manager_client_apptests", |
116 "//services/view_manager:view_manager_service_apptests", | 115 "//services/view_manager:view_manager_service_apptests", |
117 "//services/view_manager:view_manager_service_unittests", | 116 "//services/view_manager:view_manager_service_unittests", |
118 ] | 117 ] |
119 } | 118 } |
120 } | 119 } |
OLD | NEW |