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/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//build/module_args/mojo.gni") | 6 import("//build/module_args/mojo.gni") |
7 import("//mojo/public/mojo.gni") | 7 import("//mojo/public/mojo.gni") |
8 | 8 |
9 # TODO(beng): this meta target should probably move to the root dir's BUILD.gn. | 9 # TODO(beng): this meta target should probably move to the root dir's BUILD.gn. |
10 group("mojo") { | 10 group("mojo") { |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 "//services/view_manager:view_manager_service_unittests", | 72 "//services/view_manager:view_manager_service_unittests", |
73 "//services/window_manager:window_manager_apptests", | 73 "//services/window_manager:window_manager_apptests", |
74 "//services/window_manager:window_manager_unittests", | 74 "//services/window_manager:window_manager_unittests", |
75 "//shell:apptests", | 75 "//shell:apptests", |
76 ] | 76 ] |
77 | 77 |
78 if (is_linux) { | 78 if (is_linux) { |
79 deps += [ "//services/python:python_apptests" ] | 79 deps += [ "//services/python:python_apptests" ] |
80 } | 80 } |
81 | 81 |
82 if (use_prebuilt_network_service) { | 82 if (mojo_use_prebuilt_network_service) { |
83 deps += [ "//mojo/public/tools:copy_network_service_apptests" ] | 83 deps += [ "//mojo/public/tools:copy_network_service_apptests" ] |
84 } | 84 } |
85 } | 85 } |
OLD | NEW |