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

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

Issue 2651953002: Revert of [Service Manager] Get rid of dynamic service discovery (Closed)
Patch Set: 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
« no previous file with comments | « services/service_manager/tests/service_manager/BUILD.gn ('k') | services/ui/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")
6 import("//services/service_manager/public/cpp/service.gni") 5 import("//services/service_manager/public/cpp/service.gni")
7 import("//services/service_manager/public/service_manifest.gni") 6 import("//services/service_manager/public/service_manifest.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//testing/test.gni") 8 import("//testing/test.gni")
10 9
11 source_set("shutdown") { 10 source_set("shutdown") {
12 testonly = true 11 testonly = true
13 sources = [ 12 sources = [
14 "shutdown_unittest.cc", 13 "shutdown_unittest.cc",
15 ] 14 ]
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 deps = [ 76 deps = [
78 ":interfaces", 77 ":interfaces",
79 "//base", 78 "//base",
80 "//services/service_manager/public/cpp:sources", 79 "//services/service_manager/public/cpp:sources",
81 "//services/service_manager/public/interfaces", 80 "//services/service_manager/public/interfaces",
82 ] 81 ]
83 data_deps = [ 82 data_deps = [
84 ":shutdown_client_manifest", 83 ":shutdown_client_manifest",
85 ] 84 ]
86 } 85 }
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/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698