Index: remoting/host/linux/BUILD.gn |
diff --git a/remoting/host/linux/BUILD.gn b/remoting/host/linux/BUILD.gn |
index 62e93e2da48fa84b10867ed149b4200051f86d32..4cb1b29bcc4c66fbeb2777ac2e113748b59ed005 100644 |
--- a/remoting/host/linux/BUILD.gn |
+++ b/remoting/host/linux/BUILD.gn |
@@ -90,7 +90,7 @@ source_set("x11") { |
] |
} |
-target("executable", "remoting_native_messaging_host") { |
+executable("remoting_native_messaging_host") { |
configs += [ "//build/config/compiler:wexit_time_destructors" ] |
sources = [ |
@@ -101,6 +101,7 @@ target("executable", "remoting_native_messaging_host") { |
deps = [ |
"//base", |
+ "//build/config:exe_and_shlib_deps", |
"//net", |
"//remoting/base:breakpad", |
"//remoting/host", |