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

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: Add remoting_me2me_host, and use that instead of remoting_simple_host. 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 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',
Sergey Ulanov 2011/11/11 00:00:43 Do we need this here? Maybe make it part of remoti
Wez 2011/11/11 00:24:09 We shouldn't need these!
Lambros 2011/11/15 23:27:36 Removed.
+ 'host/capturer_fake_ascii.h',
+ 'host/continue_window.h',
+ 'host/continue_window_linux.cc',
Sergey Ulanov 2011/11/11 00:00:43 same here
Wez 2011/11/11 00:24:09 These are required by ChromotingHost when running
Lambros 2011/11/15 23:27:36 Done (added TODO with bug-report).
+ 'host/disconnect_window_linux.cc',
+ 'host/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