| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 # Untrusted code | 5 # Untrusted code |
| 6 if (is_nacl) { | 6 if (is_nacl) { |
| 7 # Unit test for the Mojo public API. | 7 # Unit test for the Mojo public API. |
| 8 executable("monacl_test") { | 8 executable("monacl_test") { |
| 9 testonly = true | 9 testonly = true |
| 10 sources = [ | 10 sources = [ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 testonly = true | 24 testonly = true |
| 25 deps = [ | 25 deps = [ |
| 26 ":monacl_test", | 26 ":monacl_test", |
| 27 "//examples/apptest", | 27 "//examples/apptest", |
| 28 "//examples/wget", | 28 "//examples/wget", |
| 29 "//services/clipboard", | 29 "//services/clipboard", |
| 30 "//services/clipboard:apptests", | 30 "//services/clipboard:apptests", |
| 31 "//services/files:apptests", | 31 "//services/files:apptests", |
| 32 "//services/http_server", | 32 "//services/http_server", |
| 33 "//services/http_server:apptests", | 33 "//services/http_server:apptests", |
| 34 "//services/view_manager:mojo_view_manager_client_apptests", | |
| 35 "//services/view_manager:view_manager_service_apptests", | |
| 36 "//services/window_manager:window_manager_apptests", | |
| 37 "//shell:apptests", | 34 "//shell:apptests", |
| 38 ] | 35 ] |
| 39 } | 36 } |
| 40 } | 37 } |
| OLD | NEW |