| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 } | 73 } |
| 74 } | 74 } |
| 75 | 75 |
| 76 group("tests") { | 76 group("tests") { |
| 77 testonly = true | 77 testonly = true |
| 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/dart/dart_apptests", | |
| 84 "//services/http_server:apptests", | 83 "//services/http_server:apptests", |
| 85 "//services/native_support:apptests", | 84 "//services/native_support:apptests", |
| 86 "//services/prediction:apptests", | 85 "//services/prediction:apptests", |
| 87 ] | 86 ] |
| 88 | 87 |
| 89 if (is_linux && !is_fnl) { | 88 if (is_linux && !is_fnl) { |
| 90 deps += [ "//services/python:python_apptests" ] | 89 deps += [ "//services/python:python_apptests" ] |
| 91 } | 90 } |
| 92 | 91 |
| 93 if (is_android) { | 92 if (is_android) { |
| (...skipping 19 matching lines...) Expand all Loading... |
| 113 deps += [ | 112 deps += [ |
| 114 "//services/files:apptests", | 113 "//services/files:apptests", |
| 115 "//services/log:apptests", | 114 "//services/log:apptests", |
| 116 "//services/url_response_disk_cache:tests", | 115 "//services/url_response_disk_cache:tests", |
| 117 "//services/view_manager:mojo_view_manager_client_apptests", | 116 "//services/view_manager:mojo_view_manager_client_apptests", |
| 118 "//services/view_manager:view_manager_service_apptests", | 117 "//services/view_manager:view_manager_service_apptests", |
| 119 "//services/view_manager:view_manager_service_unittests", | 118 "//services/view_manager:view_manager_service_unittests", |
| 120 ] | 119 ] |
| 121 } | 120 } |
| 122 } | 121 } |
| OLD | NEW |