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 import("//build/module_args/mojo.gni") | 5 import("//build/module_args/mojo.gni") |
6 import("//mojo/public/mojo.gni") | 6 import("//mojo/public/mojo.gni") |
7 | 7 |
8 group("mojo") { | 8 group("mojo") { |
9 # Meta-target, don't link into production code. | 9 # Meta-target, don't link into production code. |
10 testonly = true | 10 testonly = true |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 "//mojo/common:mojo_common_unittests", | 60 "//mojo/common:mojo_common_unittests", |
61 "//mojo/edk/system:tests", | 61 "//mojo/edk/system:tests", |
62 "//mojo/edk/test:public_tests", | 62 "//mojo/edk/test:public_tests", |
63 "//mojo/dart/embedder/test:dart_unittests", | 63 "//mojo/dart/embedder/test:dart_unittests", |
64 "//mojo/public/cpp/bindings/tests:versioning_apptests", | 64 "//mojo/public/cpp/bindings/tests:versioning_apptests", |
65 "//mojo/services/view_manager/public/cpp/tests:mojo_view_manager_lib_unittes
ts", | 65 "//mojo/services/view_manager/public/cpp/tests:mojo_view_manager_lib_unittes
ts", |
66 "//mojo/tests:mojo_task_tracker_perftests", | 66 "//mojo/tests:mojo_task_tracker_perftests", |
67 "//mojo/tools:message_generator", | 67 "//mojo/tools:message_generator", |
68 "//mojo/gles2:mgl_unittests", | 68 "//mojo/gles2:mgl_unittests", |
69 "//mojo/gpu:apptests", | 69 "//mojo/gpu:apptests", |
70 "//mojo/services/files/public/c:apptests", | 70 "//mojo/services/files/c:apptests", |
71 "//mojo/services/files/public/cpp:files_impl_apptests", | 71 "//mojo/services/files/cpp:files_impl_apptests", |
72 ] | 72 ] |
73 | 73 |
74 if (is_linux || is_android) { | 74 if (is_linux || is_android) { |
75 deps += [ "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests" ] | 75 deps += [ "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests" ] |
76 } | 76 } |
77 | 77 |
78 if (mojo_use_prebuilt_network_service) { | 78 if (mojo_use_prebuilt_network_service) { |
79 deps += [ "//mojo/public/tools:copy_network_service_apptests" ] | 79 deps += [ "//mojo/public/tools:copy_network_service_apptests" ] |
80 } | 80 } |
81 } | 81 } |
OLD | NEW |