Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Side by Side Diff: services/ui/ws/BUILD.gn

Issue 2885193002: Move more mus tests to service_unittest. (Closed)
Patch Set: Rebase to tot Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « services/ui/public/interfaces/BUILD.gn ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//services/catalog/public/tools/catalog.gni") 7 import("//services/catalog/public/tools/catalog.gni")
8 import("//services/service_manager/public/cpp/service.gni") 8 import("//services/service_manager/public/cpp/service.gni")
9 import("//services/service_manager/public/service_manifest.gni") 9 import("//services/service_manager/public/service_manifest.gni")
10 import("//services/service_manager/public/tools/test/service_test.gni") 10 import("//services/service_manager/public/tools/test/service_test.gni")
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 "//ui/gl", 219 "//ui/gl",
220 "//ui/wm", 220 "//ui/wm",
221 ] 221 ]
222 } 222 }
223 223
224 group("tests") { 224 group("tests") {
225 testonly = true 225 testonly = true
226 deps = [ 226 deps = [
227 ":ui_service_unittests", 227 ":ui_service_unittests",
228 ] 228 ]
229 if (!is_android) {
230 deps += [ "//services/ui/public/cpp/tests:mus_public_unittests" ]
231 }
232 } 229 }
233 230
234 service_test("ui_service_unittests") { 231 service_test("ui_service_unittests") {
235 sources = [ 232 sources = [
236 "cursor_location_manager_unittest.cc", 233 "cursor_location_manager_unittest.cc",
237 "cursor_state_unittest.cc", 234 "cursor_state_unittest.cc",
238 "cursor_unittest.cc", 235 "cursor_unittest.cc",
239 "display_unittest.cc", 236 "display_unittest.cc",
240 "drag_controller_unittest.cc", 237 "drag_controller_unittest.cc",
241 "event_dispatcher_unittest.cc", 238 "event_dispatcher_unittest.cc",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 service_manifest("ui_service_unittests_app_manifest") { 303 service_manifest("ui_service_unittests_app_manifest") {
307 name = "ui_service_unittests_app" 304 name = "ui_service_unittests_app"
308 source = "ui_service_unittests_app_manifest.json" 305 source = "ui_service_unittests_app_manifest.json"
309 } 306 }
310 307
311 catalog("ui_service_unittests_catalog") { 308 catalog("ui_service_unittests_catalog") {
312 embedded_services = [ ":ui_service_unittests_app_manifest" ] 309 embedded_services = [ ":ui_service_unittests_app_manifest" ]
313 310
314 standalone_services = [ "//services/ui:manifest" ] 311 standalone_services = [ "//services/ui:manifest" ]
315 } 312 }
OLDNEW
« no previous file with comments | « services/ui/public/interfaces/BUILD.gn ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698