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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 deps = [ | 79 deps = [ |
80 "//services/asset_bundle:apptests", | 80 "//services/asset_bundle:apptests", |
81 "//services/authenticating_url_loader_interceptor:apptests", | 81 "//services/authenticating_url_loader_interceptor:apptests", |
82 "//services/clipboard:apptests", | 82 "//services/clipboard:apptests", |
83 "//services/gfx/compositor:apptests", | 83 "//services/gfx/compositor:apptests", |
84 "//services/http_server:apptests", | 84 "//services/http_server:apptests", |
85 "//services/media/common:apptests", | 85 "//services/media/common:apptests", |
86 "//services/native_support:apptests", | 86 "//services/native_support:apptests", |
87 "//services/prediction:apptests", | 87 "//services/prediction:apptests", |
88 "//services/ui/view_manager:view_manager_apptests", | 88 "//services/ui/view_manager:view_manager_apptests", |
| 89 "//services/util/cpp:apptests", |
89 ] | 90 ] |
90 | 91 |
91 # TODO: fix ffmpeg build | 92 # TODO: fix ffmpeg build |
92 if (!is_fnl) { | 93 if (!is_fnl) { |
93 deps += [ "//services/media/framework:apptests" ] | 94 deps += [ "//services/media/framework:apptests" ] |
94 } | 95 } |
95 | 96 |
96 if (!is_android) { | 97 if (!is_android) { |
97 deps += [ "//services/authentication:apptests" ] | 98 deps += [ "//services/authentication:apptests" ] |
98 } | 99 } |
(...skipping 15 matching lines...) Expand all Loading... |
114 } | 115 } |
115 | 116 |
116 if (is_android || is_linux) { | 117 if (is_android || is_linux) { |
117 deps += [ | 118 deps += [ |
118 "//services/files:apptests", | 119 "//services/files:apptests", |
119 "//services/log:apptests", | 120 "//services/log:apptests", |
120 "//services/url_response_disk_cache:tests", | 121 "//services/url_response_disk_cache:tests", |
121 ] | 122 ] |
122 } | 123 } |
123 } | 124 } |
OLD | NEW |