Index: remoting/remoting_host_linux.gypi |
diff --git a/remoting/remoting_host_linux.gypi b/remoting/remoting_host_linux.gypi |
index 02cd0911199c1f81418133571021b5b1e4817040..843b5bc191af9af76176a8b478ac452eed962f1c 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"' |