summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorgarykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 22:58:07 +0000
committergarykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 22:58:07 +0000
commita4e8599648179473e375e8c6146ce9845c240ea1 (patch)
tree8ddc22b3d9eb2620307449ed39cf28444570f7ba /remoting
parent7e24ec474cdcf17f2c97b6e8a7a153d790a032c1 (diff)
downloadchromium_src-a4e8599648179473e375e8c6146ce9845c240ea1.zip
chromium_src-a4e8599648179473e375e8c6146ce9845c240ea1.tar.gz
chromium_src-a4e8599648179473e375e8c6146ce9845c240ea1.tar.bz2
Comment out broken chromoting targets
TBR ajwong BUG=broken waterfall TEST=verifed they were no longer present - build works locally before/after Review URL: http://codereview.chromium.org/4529001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65123 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/remoting.gyp54
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
{