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

Unified Diff: remoting/host/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/BUILD.gn ('k') | remoting/host/it2me/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index b46d035110807efbbe1550a1ac1b81cbd0e4afb4..82cdea7e2ca78aefe1f96d7cf99515e7ffdf472c 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -551,7 +551,7 @@ if (enable_remoting_host) {
]
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
@@ -755,7 +755,7 @@ if (enable_me2me_host) {
deps = [
":remoting_me2me_host_static",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//remoting/base:breakpad",
"//remoting/host/installer:credits",
"//remoting/resources",
« no previous file with comments | « ppapi/BUILD.gn ('k') | remoting/host/it2me/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698