summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-05 20:49:23 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-05 20:49:23 +0000
commit3cfca74ef66bbc17cc51dd6afdbb4763aefbd215 (patch)
treeefc9029423a3f738c0ad9210a34fa1dd8dd6003b /remoting/remoting.gyp
parent583335e29fb77b9a18f43c6804b8bfcd1b3f1d52 (diff)
downloadchromium_src-3cfca74ef66bbc17cc51dd6afdbb4763aefbd215.zip
chromium_src-3cfca74ef66bbc17cc51dd6afdbb4763aefbd215.tar.gz
chromium_src-3cfca74ef66bbc17cc51dd6afdbb4763aefbd215.tar.bz2
Removed dependence on remoting/client from remoting/protocol.
Reenable commented targets in remoting.gyp BUG=None TEST=compiles Review URL: http://codereview.chromium.org/4558001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65248 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp54
1 files changed, 27 insertions, 27 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index d651037..f2d962b 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',
@@ -410,17 +410,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
{