Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index e696eb26bcbd6b1eac4e4dcd1fd1739938bd1d8b..7aff1fe3bd5ed19cda2bbfd1ede88c67d28fb786 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -190,6 +190,28 @@ |
}], # 'linux_dump_symbols==1' |
], # end of 'conditions' |
}, # end of target 'linux_symbols' |
+ |
+ { |
+ 'target_name': 'remoting_me2me_host', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ 'remoting_base', |
+ 'remoting_host', |
+ 'remoting_jingle_glue', |
+ '../base/base.gyp:base', |
+ '../base/base.gyp:base_i18n', |
+ '../media/media.gyp:media', |
+ ], |
+ 'sources': [ |
+ 'host/capturer_fake_ascii.cc', |
+ 'host/capturer_fake_ascii.h', |
+ 'host/continue_window.h', |
+ 'host/continue_window_linux.cc', |
+ 'host/disconnect_window_linux.cc', |
+ 'host/me2me_host.cc', |
+ ], |
+ }, # end of target 'remoting_me2me_host' |
+ |
], # end of 'targets' |
}], # 'OS=="linux"' |
], # end of 'conditions' |