diff options
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index d4ae91f..53a7d57 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -276,22 +276,22 @@ ], }, # end of target 'chromoting_client' - { - 'target_name': 'chromoting_simple_host', - 'type': 'executable', - 'dependencies': [ - 'chromoting_base', - 'chromoting_host', - 'chromoting_jingle_glue', - '../base/base.gyp:base', - '../base/base.gyp:base_i18n', - ], - 'sources': [ - 'host/capturer_fake_ascii.cc', - 'host/capturer_fake_ascii.h', - 'host/simple_host_process.cc', - ], - }, # end of target 'chromoting_simple_host' + #{ + # 'target_name': 'chromoting_simple_host', + # 'type': 'executable', + # 'dependencies': [ + # 'chromoting_base', + # 'chromoting_host', + # 'chromoting_jingle_glue', + # '../base/base.gyp:base', + # '../base/base.gyp:base_i18n', + # ], + # 'sources': [ + # 'host/capturer_fake_ascii.cc', + # 'host/capturer_fake_ascii.h', + # 'host/simple_host_process.cc', + # ], + #}, # end of target 'chromoting_simple_host' { 'target_name': 'chromoting_host_keygen', @@ -407,17 +407,17 @@ ], }, # end of target 'chromoting_protocol' - { - 'target_name': 'chromotocol_test_client', - 'type': 'executable', - 'dependencies': [ - 'chromoting_base', - 'chromoting_protocol', - ], - 'sources': [ - 'protocol/protocol_test_client.cc', - ], - }, # end of target 'chromotocol_test_client' + #{ + # 'target_name': 'chromotocol_test_client', + # 'type': 'executable', + # 'dependencies': [ + # 'chromoting_base', + # 'chromoting_protocol', + # ], + # 'sources': [ + # 'protocol/protocol_test_client.cc', + # ], + #}, # end of target 'chromotocol_test_client' # Remoting unit tests { |