OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # TODO(dmaclach): can we pick this up some other way? Right now it's | 7 # TODO(dmaclach): can we pick this up some other way? Right now it's |
8 # duplicated from chrome.gyp | 8 # duplicated from chrome.gyp |
9 'chromium_code': 1, | 9 'chromium_code': 1, |
10 | 10 |
(...skipping 1135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1146 'sources': [ | 1146 'sources': [ |
1147 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_host_plugin_version.rc
', | 1147 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_host_plugin_version.rc
', |
1148 'host/host_ui.rc', | 1148 'host/host_ui.rc', |
1149 'host/plugin/host_plugin.def', | 1149 'host/plugin/host_plugin.def', |
1150 ], | 1150 ], |
1151 }], | 1151 }], |
1152 ], | 1152 ], |
1153 }, # end of target 'remoting_host_plugin' | 1153 }, # end of target 'remoting_host_plugin' |
1154 | 1154 |
1155 { | 1155 { |
| 1156 'target_name': 'remoting_start_host', |
| 1157 'type': 'executable', |
| 1158 'dependencies': [ |
| 1159 'remoting_host_setup_base', |
| 1160 ], |
| 1161 'sources': [ |
| 1162 'host/setup/start_host.cc', |
| 1163 ], |
| 1164 }, # end of target 'remoting_start_host' |
| 1165 |
| 1166 { |
1156 'target_name': 'remoting_webapp', | 1167 'target_name': 'remoting_webapp', |
1157 'type': 'none', | 1168 'type': 'none', |
1158 'dependencies': [ | 1169 'dependencies': [ |
1159 'remoting_host_plugin', | 1170 'remoting_host_plugin', |
1160 ], | 1171 ], |
1161 'sources': [ | 1172 'sources': [ |
1162 'webapp/build-webapp.py', | 1173 'webapp/build-webapp.py', |
1163 'webapp/verify-webapp.py', | 1174 'webapp/verify-webapp.py', |
1164 '<(remoting_version_path)', | 1175 '<(remoting_version_path)', |
1165 '<(chrome_version_path)', | 1176 '<(chrome_version_path)', |
(...skipping 986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2152 '../base/allocator/allocator.gyp:allocator', | 2163 '../base/allocator/allocator.gyp:allocator', |
2153 ], | 2164 ], |
2154 }, | 2165 }, |
2155 ], | 2166 ], |
2156 ], | 2167 ], |
2157 }], # end of 'toolkit_uses_gtk == 1' | 2168 }], # end of 'toolkit_uses_gtk == 1' |
2158 ], # end of 'conditions' | 2169 ], # end of 'conditions' |
2159 }, # end of target 'remoting_unittests' | 2170 }, # end of target 'remoting_unittests' |
2160 ], # end of targets | 2171 ], # end of targets |
2161 } | 2172 } |
OLD | NEW |