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", | 15 "//services/debugger", |
16 "//services/fake_surfaces", | 16 "//services/fake_surfaces", |
17 "//services/gles2:lib", | 17 "//services/gles2:lib", |
18 "//services/http_server", | 18 "//services/http_server", |
19 "//services/icu_data", | 19 "//services/icu_data", |
20 "//services/keyboard_native", | 20 "//services/keyboard_native", |
21 "//services/prediction", | 21 "//services/prediction", |
22 "//services/reaper", | 22 "//services/reaper", |
23 "//services/test_service:bindings", | 23 "//services/test_service:bindings", |
24 "//services/tracing", | 24 "//services/tracing", |
25 ] | 25 ] |
26 | 26 |
27 if (is_android) { | 27 if (is_android) { |
28 deps += [ | 28 deps += [ |
29 "//services/android:java_handler", | 29 "//services/android:java_handler", |
30 "//services/camera_roll", | 30 "//services/camera", |
31 "//services/contacts", | 31 "//services/contacts", |
32 "//services/location", | 32 "//services/location", |
33 "//services/notifications", | 33 "//services/notifications", |
34 "//services/sensors", | 34 "//services/sensors", |
35 "//services/speech_recognizer", | 35 "//services/speech_recognizer", |
36 "//services/sharing:android_sharing", | 36 "//services/sharing:android_sharing", |
37 ] | 37 ] |
38 if (defined(go_build_tool) && go_build_tool != "") { | 38 if (defined(go_build_tool) && go_build_tool != "") { |
39 deps += [ "//services/vanadium/security:principal_service" ] | 39 deps += [ "//services/vanadium/security:principal_service" ] |
40 } | 40 } |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 if (is_android || is_linux) { | 103 if (is_android || is_linux) { |
104 deps += [ | 104 deps += [ |
105 "//services/files:apptests", | 105 "//services/files:apptests", |
106 "//services/url_response_disk_cache:tests", | 106 "//services/url_response_disk_cache:tests", |
107 "//services/view_manager:mojo_view_manager_client_apptests", | 107 "//services/view_manager:mojo_view_manager_client_apptests", |
108 "//services/view_manager:view_manager_service_apptests", | 108 "//services/view_manager:view_manager_service_apptests", |
109 "//services/view_manager:view_manager_service_unittests", | 109 "//services/view_manager:view_manager_service_unittests", |
110 ] | 110 ] |
111 } | 111 } |
112 } | 112 } |
OLD | NEW |