Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index df6c2b03644b5879295a3f55ec395854bf846862..1ada42086e6ec3680a35d758422d718e8e76e6bf 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -273,6 +273,16 @@ |
}], # 'linux_dump_symbols==1' |
], # end of 'conditions' |
}, # end of target 'linux_symbols' |
+ { |
+ 'target_name': 'remoting_start_host', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ 'remoting_host_setup_base', |
+ ], |
+ 'sources': [ |
+ 'host/setup/start_host.cc', |
+ ], |
+ }, # end of target 'remoting_start_host' |
], # end of 'targets' |
}], # 'OS=="linux"' |