| 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/flog", |
| 16 "//services/gles2:lib", | 17 "//services/gles2:lib", |
| 17 "//services/http_server", | 18 "//services/http_server", |
| 18 "//services/icu_data", | 19 "//services/icu_data", |
| 19 "//services/log", | 20 "//services/log", |
| 20 "//services/native_support", | 21 "//services/native_support", |
| 21 "//services/prediction", | 22 "//services/prediction", |
| 22 "//services/test_service:bindings", | 23 "//services/test_service:bindings", |
| 23 "//services/tracing", | 24 "//services/tracing", |
| 24 ] | 25 ] |
| 25 | 26 |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 } | 116 } |
| 116 | 117 |
| 117 if (is_android || is_linux) { | 118 if (is_android || is_linux) { |
| 118 deps += [ | 119 deps += [ |
| 119 "//services/files:apptests", | 120 "//services/files:apptests", |
| 120 "//services/log:apptests", | 121 "//services/log:apptests", |
| 121 "//services/url_response_disk_cache:tests", | 122 "//services/url_response_disk_cache:tests", |
| 122 ] | 123 ] |
| 123 } | 124 } |
| 124 } | 125 } |
| OLD | NEW |