summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_linux.gypi
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2014-09-10 13:19:40 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-10 20:29:38 +0000
commit67945b28c51b5d550ad7ea87a798a409b373346b (patch)
tree7beae6f892ee93e8f535d416390bf67989f74c06 /remoting/remoting_host_linux.gypi
parent82f0d05dc80c22754f2976d63813dfc6dabdd67c (diff)
downloadchromium_src-67945b28c51b5d550ad7ea87a798a409b373346b.zip
chromium_src-67945b28c51b5d550ad7ea87a798a409b373346b.tar.gz
chromium_src-67945b28c51b5d550ad7ea87a798a409b373346b.tar.bz2
Enable start_host compilation on Windows and Mac.
BUG=386441 Review URL: https://codereview.chromium.org/471243002 Cr-Commit-Position: refs/heads/master@{#294214}
Diffstat (limited to 'remoting/remoting_host_linux.gypi')
-rw-r--r--remoting/remoting_host_linux.gypi19
1 files changed, 0 insertions, 19 deletions
diff --git a/remoting/remoting_host_linux.gypi b/remoting/remoting_host_linux.gypi
index 02cd091..843b5bc 100644
--- a/remoting/remoting_host_linux.gypi
+++ b/remoting/remoting_host_linux.gypi
@@ -116,25 +116,6 @@
# }], # 'linux_dump_symbols==1'
# ], # end of 'conditions'
# }, # end of target 'remoting_linux_symbols'
- {
- 'target_name': 'remoting_start_host',
- 'type': 'executable',
- 'dependencies': [
- 'remoting_host_setup_base',
- ],
- 'sources': [
- 'host/setup/host_starter.cc',
- 'host/setup/host_starter.h',
- 'host/setup/start_host.cc',
- ],
- 'conditions': [
- ['use_allocator!="none"', {
- 'dependencies': [
- '../base/allocator/allocator.gyp:allocator',
- ],
- }],
- ],
- }, # end of target 'remoting_start_host'
], # end of 'targets'
}], # 'OS=="linux"'