| 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 'includes': [ | 6 'includes': [ |
| 7 'remoting_enable.gypi', | 7 'remoting_enable.gypi', |
| 8 ], | 8 ], |
| 9 | 9 |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 '--define', 'ME2ME_HOST_PATH=<(me2me_host_path)', | 294 '--define', 'ME2ME_HOST_PATH=<(me2me_host_path)', |
| 295 '--define', 'IT2ME_HOST_PATH=<(it2me_host_path)', | 295 '--define', 'IT2ME_HOST_PATH=<(it2me_host_path)', |
| 296 '--variables', '<(branding_path)', | 296 '--variables', '<(branding_path)', |
| 297 '--template', '<(RULE_INPUT_PATH)', | 297 '--template', '<(RULE_INPUT_PATH)', |
| 298 '--locale_output', '<@(_outputs)', | 298 '--locale_output', '<@(_outputs)', |
| 299 'en', | 299 'en', |
| 300 ], | 300 ], |
| 301 }], | 301 }], |
| 302 }, # end of target 'remoting_native_messaging_manifests' | 302 }, # end of target 'remoting_native_messaging_manifests' |
| 303 { | 303 { |
| 304 # GN target: //remoting/host:remoting_start_host |
| 304 'target_name': 'remoting_start_host', | 305 'target_name': 'remoting_start_host', |
| 305 'type': 'executable', | 306 'type': 'executable', |
| 306 'dependencies': [ | 307 'dependencies': [ |
| 307 'remoting_host_setup_base', | 308 'remoting_host_setup_base', |
| 308 ], | 309 ], |
| 309 'sources': [ | 310 'sources': [ |
| 310 'host/setup/host_starter.cc', | 311 'host/setup/host_starter.cc', |
| 311 'host/setup/host_starter.h', | 312 'host/setup/host_starter.h', |
| 312 'host/setup/start_host.cc', | 313 'host/setup/start_host.cc', |
| 313 ], | 314 ], |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 716 # Dummy target for chromeos==1 | 717 # Dummy target for chromeos==1 |
| 717 'target_name': 'remoting_it2me_native_messaging_host', | 718 'target_name': 'remoting_it2me_native_messaging_host', |
| 718 'type': 'executable', | 719 'type': 'executable', |
| 719 }, | 720 }, |
| 720 ], # targets | 721 ], # targets |
| 721 }], # end of chromeos==0 | 722 }], # end of chromeos==0 |
| 722 ], # end of conditions | 723 ], # end of conditions |
| 723 }], # end of OS!="win" and enable_remoting_host==1 | 724 }], # end of OS!="win" and enable_remoting_host==1 |
| 724 ], # end of 'conditions' | 725 ], # end of 'conditions' |
| 725 } | 726 } |
| OLD | NEW |