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

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

Issue 2899403004: Add missing dependencies on exe_and_shlib_deps (Chromium repo) (Closed)
Patch Set: Rebase 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/examples/ppapi_example.gni ('k') | remoting/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « ppapi/examples/ppapi_example.gni ('k') | remoting/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698