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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 | 78 |
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 ] | 89 ] |
89 | 90 |
90 # TODO: fix ffmpeg build | 91 # TODO: fix ffmpeg build |
91 if (!is_fnl) { | 92 if (!is_fnl) { |
92 deps += [ "//services/media/framework:apptests" ] | 93 deps += [ "//services/media/framework:apptests" ] |
93 } | 94 } |
94 | 95 |
95 if (!is_android) { | 96 if (!is_android) { |
96 deps += [ "//services/authentication:apptests" ] | 97 deps += [ "//services/authentication:apptests" ] |
97 } | 98 } |
(...skipping 15 matching lines...) Expand all Loading... |
113 } | 114 } |
114 | 115 |
115 if (is_android || is_linux) { | 116 if (is_android || is_linux) { |
116 deps += [ | 117 deps += [ |
117 "//services/files:apptests", | 118 "//services/files:apptests", |
118 "//services/log:apptests", | 119 "//services/log:apptests", |
119 "//services/url_response_disk_cache:tests", | 120 "//services/url_response_disk_cache:tests", |
120 ] | 121 ] |
121 } | 122 } |
122 } | 123 } |
OLD | NEW |