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

Unified Diff: remoting/remoting.gyp

Issue 8511029: Initial check-in of Linux virtual Me2Me. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments for me2me.cc. Python changes to follow. 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index c72c907e7dc7b452fc74bc1da222961198741858..1df181bbaf878243495f801059497508b70be3c4 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -193,6 +193,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': [
+ # TODO(lambroslambrou): Remove the dependencies on the Disconnect
+ # and Continue windows for the Me2Me case - crbug.com/104377.
+ 'host/continue_window.h',
+ 'host/continue_window_linux.cc',
+ 'host/disconnect_window_linux.cc',
+ 'host/remoting_me2me_host.cc',
+ ],
+ }, # end of target 'remoting_me2me_host'
+
], # end of 'targets'
}], # 'OS=="linux"'
], # end of 'conditions'

Powered by Google App Engine
This is Rietveld 408576698