| 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",
|
|
|