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

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

Issue 2617713002: [WIP] Add DCHECK for mojo::edk::Init().
Patch Set: test Created 3 years, 11 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
OLDNEW
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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//services/service_manager/public/service_manifest.gni") 6 import("//services/service_manager/public/service_manifest.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 source_set("mus_common") { 9 source_set("mus_common") {
10 sources = [ 10 sources = [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 source_set("run_all_service_tests") { 60 source_set("run_all_service_tests") {
61 testonly = true 61 testonly = true
62 62
63 sources = [ 63 sources = [
64 "run_all_service_tests.cc", 64 "run_all_service_tests.cc",
65 ] 65 ]
66 66
67 deps = [ 67 deps = [
68 "//base/test:test_support", 68 "//base/test:test_support",
69 "//mojo/edk/system", 69 "//mojo/edk/system",
70 "//mojo/edk/test:test_support",
70 "//services/service_manager/background:main", 71 "//services/service_manager/background:main",
71 ] 72 ]
72 73
73 if (use_ozone) { 74 if (use_ozone) {
74 deps += [ "//ui/ozone" ] 75 deps += [ "//ui/ozone" ]
75 } 76 }
76 } 77 }
77 78
78 source_set("task_runner_test_base") { 79 source_set("task_runner_test_base") {
79 testonly = true 80 testonly = true
80 81
81 sources = [ 82 sources = [
82 "task_runner_test_base.cc", 83 "task_runner_test_base.cc",
83 "task_runner_test_base.h", 84 "task_runner_test_base.h",
84 ] 85 ]
85 86
86 deps = [ 87 deps = [
87 "//base", 88 "//base",
88 "//base/test:test_support", 89 "//base/test:test_support",
89 "//testing/gtest", 90 "//testing/gtest",
90 ] 91 ]
91 } 92 }
OLDNEW
« no previous file with comments | « services/service_manager/runner/host/service_process_launcher_unittest.cc ('k') | services/ui/common/run_all_service_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698