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

Unified Diff: services/service_manager/public/cpp/service.gni

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/win/BUILD.gn ('k') | services/service_manager/tests/connect/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/public/cpp/service.gni
diff --git a/services/service_manager/public/cpp/service.gni b/services/service_manager/public/cpp/service.gni
index 6fce5888f010832aef616cf6f207eeb9515b6958..73ecc4a7fe6e35e5762d199d28266a81b4e7f569 100644
--- a/services/service_manager/public/cpp/service.gni
+++ b/services/service_manager/public/cpp/service.gni
@@ -84,7 +84,7 @@ template("service") {
data_deps = service_data_deps
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//services/service_manager/public/cpp/standalone_service:main",
]
« no previous file with comments | « sandbox/win/BUILD.gn ('k') | services/service_manager/tests/connect/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698