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