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

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

Issue 2892493002: Replace sanitizers:deps with exe_and_shlib_deps (Chromium repo only) (Closed)
Patch Set: Fix find/replace error in nacl 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/service_manager/tests/lifecycle/BUILD.gn ('k') | skia/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/catalog/public/tools/catalog.gni")
6 import("//services/service_manager/public/cpp/service.gni") 6 import("//services/service_manager/public/cpp/service.gni")
7 import("//services/service_manager/public/service_manifest.gni") 7 import("//services/service_manager/public/service_manifest.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 executable("service_manager_unittest_target") { 50 executable("service_manager_unittest_target") {
51 testonly = true 51 testonly = true
52 52
53 sources = [ 53 sources = [
54 "target.cc", 54 "target.cc",
55 ] 55 ]
56 56
57 deps = [ 57 deps = [
58 ":interfaces", 58 ":interfaces",
59 "//base", 59 "//base",
60 "//build/config/sanitizers:deps", 60 "//build/config:exe_and_shlib_deps",
61 "//build/win:default_exe_manifest", 61 "//build/win:default_exe_manifest",
62 "//services/service_manager/public/cpp", 62 "//services/service_manager/public/cpp",
63 "//services/service_manager/public/cpp/standalone_service:main", 63 "//services/service_manager/public/cpp/standalone_service:main",
64 ] 64 ]
65 } 65 }
66 66
67 service_manifest("target_manifest") { 67 service_manifest("target_manifest") {
68 name = "service_manager_unittest_target" 68 name = "service_manager_unittest_target"
69 source = "target_manifest.json" 69 source = "target_manifest.json"
70 } 70 }
(...skipping 30 matching lines...) Expand all
101 } 101 }
102 102
103 catalog("catalog") { 103 catalog("catalog") {
104 embedded_services = [ ":manifest" ] 104 embedded_services = [ ":manifest" ]
105 105
106 standalone_services = [ 106 standalone_services = [
107 ":embedder_manifest", 107 ":embedder_manifest",
108 ":target_manifest", 108 ":target_manifest",
109 ] 109 ]
110 } 110 }
OLDNEW
« no previous file with comments | « services/service_manager/tests/lifecycle/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698