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

Unified Diff: remoting/host/linux/BUILD.gn

Issue 2808863003: Fix ASAN component builds by adding proper dependencies to executable targets. (Closed)
Patch Set: Created 3 years, 8 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
Index: remoting/host/linux/BUILD.gn
diff --git a/remoting/host/linux/BUILD.gn b/remoting/host/linux/BUILD.gn
index de5bbba2873b9abfa7d09c9ecb3045162ca25410..6e8a1fbe983d71c7f25eb3ab5eb8b87ab1eaaeb3 100644
--- a/remoting/host/linux/BUILD.gn
+++ b/remoting/host/linux/BUILD.gn
@@ -16,6 +16,7 @@ if (enable_me2me_host) {
deps = [
"//base",
+ "//build/config/sanitizers:deps",
]
libs = [ "pam" ]
« no previous file with comments | « net/tools/transport_security_state_generator/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