summaryrefslogtreecommitdiffstats
path: root/remoting/host
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host')
-rw-r--r--remoting/host/BUILD.gn2
-rw-r--r--remoting/host/it2me/BUILD.gn1
2 files changed, 3 insertions, 0 deletions
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 73cd018..339e1e6 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -410,6 +410,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
]
deps = [
+ "//build/config/sanitizers:deps",
"//remoting/host/setup",
]
@@ -469,6 +470,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
deps = [
":remoting_me2me_host_static",
":credits",
+ "//build/config/sanitizers:deps",
]
}
}
diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn
index 076c21b..ad47b90 100644
--- a/remoting/host/it2me/BUILD.gn
+++ b/remoting/host/it2me/BUILD.gn
@@ -42,6 +42,7 @@ if (!is_win && enable_remoting_host) {
deps = [
":common",
+ "//build/config/sanitizers:deps",
"//remoting/host",
"//remoting/host/native_messaging",
"//remoting/proto",