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

Unified Diff: remoting/remoting.gyp

Issue 8469013: Add remoting_me2me_host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « remoting/host/me2me_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
« no previous file with comments | « remoting/host/me2me_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698