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

Side by Side Diff: services/service_manager/tests/shutdown/BUILD.gn

Issue 2645973006: [Service Manager] Get rid of dynamic service discovery (Closed)
Patch Set: . Created 3 years, 10 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/service_manager/tests/service_manager/BUILD.gn ('k') | services/tracing/BUILD.gn » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//services/catalog/public/tools/catalog.gni")
5 import("//services/service_manager/public/cpp/service.gni") 6 import("//services/service_manager/public/cpp/service.gni")
6 import("//services/service_manager/public/service_manifest.gni") 7 import("//services/service_manager/public/service_manifest.gni")
7 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
8 import("//testing/test.gni") 9 import("//testing/test.gni")
9 10
10 source_set("shutdown") { 11 source_set("shutdown") {
11 testonly = true 12 testonly = true
12 sources = [ 13 sources = [
13 "shutdown_unittest.cc", 14 "shutdown_unittest.cc",
14 ] 15 ]
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 deps = [ 77 deps = [
77 ":interfaces", 78 ":interfaces",
78 "//base", 79 "//base",
79 "//services/service_manager/public/cpp:sources", 80 "//services/service_manager/public/cpp:sources",
80 "//services/service_manager/public/interfaces", 81 "//services/service_manager/public/interfaces",
81 ] 82 ]
82 data_deps = [ 83 data_deps = [
83 ":shutdown_client_manifest", 84 ":shutdown_client_manifest",
84 ] 85 ]
85 } 86 }
87
88 catalog("catalog") {
89 embedded_services = [ ":shutdown_unittest_manifest" ]
90
91 standalone_services = [
92 ":shutdown_client_manifest",
93 ":shutdown_service_manifest",
94 ]
95 }
OLDNEW
« no previous file with comments | « services/service_manager/tests/service_manager/BUILD.gn ('k') | services/tracing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698