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_host_linux.gypi', | 7 'remoting_host_linux.gypi', |
8 'remoting_host_mac.gypi', | 8 'remoting_host_mac.gypi', |
9 'remoting_host_win.gypi', | 9 'remoting_host_win.gypi', |
10 ], | 10 ], |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 'host/pin_hash.h', | 211 'host/pin_hash.h', |
212 'host/policy_hack/policy_watcher.cc', | 212 'host/policy_hack/policy_watcher.cc', |
213 'host/policy_hack/policy_watcher.h', | 213 'host/policy_hack/policy_watcher.h', |
214 'host/policy_hack/policy_watcher_linux.cc', | 214 'host/policy_hack/policy_watcher_linux.cc', |
215 'host/policy_hack/policy_watcher_mac.mm', | 215 'host/policy_hack/policy_watcher_mac.mm', |
216 'host/policy_hack/policy_watcher_win.cc', | 216 'host/policy_hack/policy_watcher_win.cc', |
217 'host/register_support_host_request.cc', | 217 'host/register_support_host_request.cc', |
218 'host/register_support_host_request.h', | 218 'host/register_support_host_request.h', |
219 'host/remote_input_filter.cc', | 219 'host/remote_input_filter.cc', |
220 'host/remote_input_filter.h', | 220 'host/remote_input_filter.h', |
| 221 'host/remoting_me2me_host.cc', |
221 'host/resizing_host_observer.cc', | 222 'host/resizing_host_observer.cc', |
222 'host/resizing_host_observer.h', | 223 'host/resizing_host_observer.h', |
223 'host/sas_injector.h', | 224 'host/sas_injector.h', |
224 'host/sas_injector_win.cc', | 225 'host/sas_injector_win.cc', |
225 'host/screen_controls.h', | 226 'host/screen_controls.h', |
226 'host/screen_resolution.cc', | 227 'host/screen_resolution.cc', |
227 'host/screen_resolution.h', | 228 'host/screen_resolution.h', |
228 'host/server_log_entry_host.cc', | 229 'host/server_log_entry_host.cc', |
229 'host/server_log_entry_host.h', | 230 'host/server_log_entry_host.h', |
230 'host/session_manager_factory.cc', | 231 'host/session_manager_factory.cc', |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 'host/setup/daemon_controller.cc', | 419 'host/setup/daemon_controller.cc', |
419 'host/setup/daemon_controller.h', | 420 'host/setup/daemon_controller.h', |
420 'host/setup/daemon_controller_delegate_linux.cc', | 421 'host/setup/daemon_controller_delegate_linux.cc', |
421 'host/setup/daemon_controller_delegate_linux.h', | 422 'host/setup/daemon_controller_delegate_linux.h', |
422 'host/setup/daemon_controller_delegate_mac.h', | 423 'host/setup/daemon_controller_delegate_mac.h', |
423 'host/setup/daemon_controller_delegate_mac.mm', | 424 'host/setup/daemon_controller_delegate_mac.mm', |
424 'host/setup/daemon_controller_delegate_win.cc', | 425 'host/setup/daemon_controller_delegate_win.cc', |
425 'host/setup/daemon_controller_delegate_win.h', | 426 'host/setup/daemon_controller_delegate_win.h', |
426 'host/setup/daemon_installer_win.cc', | 427 'host/setup/daemon_installer_win.cc', |
427 'host/setup/daemon_installer_win.h', | 428 'host/setup/daemon_installer_win.h', |
| 429 'host/setup/me2me_native_messaging_host.cc', |
| 430 'host/setup/me2me_native_messaging_host.h', |
428 'host/setup/oauth_client.cc', | 431 'host/setup/oauth_client.cc', |
429 'host/setup/oauth_client.h', | 432 'host/setup/oauth_client.h', |
430 'host/setup/oauth_helper.cc', | 433 'host/setup/oauth_helper.cc', |
431 'host/setup/oauth_helper.h', | 434 'host/setup/oauth_helper.h', |
432 'host/setup/pin_validator.cc', | 435 'host/setup/pin_validator.cc', |
433 'host/setup/pin_validator.h', | 436 'host/setup/pin_validator.h', |
434 'host/setup/service_client.cc', | 437 'host/setup/service_client.cc', |
435 'host/setup/service_client.h', | 438 'host/setup/service_client.h', |
436 'host/setup/test_util.cc', | 439 'host/setup/test_util.cc', |
437 'host/setup/test_util.h', | 440 'host/setup/test_util.h', |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
586 'remoting_infoplist_strings', | 589 'remoting_infoplist_strings', |
587 'remoting_me2me_host_static', | 590 'remoting_me2me_host_static', |
588 'remoting_protocol', | 591 'remoting_protocol', |
589 ], | 592 ], |
590 'defines': [ | 593 'defines': [ |
591 'VERSION=<(version_full)', | 594 'VERSION=<(version_full)', |
592 ], | 595 ], |
593 'sources': [ | 596 'sources': [ |
594 'host/host_main.cc', | 597 'host/host_main.cc', |
595 'host/host_main.h', | 598 'host/host_main.h', |
596 'host/remoting_me2me_host.cc', | |
597 ], | 599 ], |
598 'conditions': [ | 600 'conditions': [ |
599 ['OS=="mac"', { | 601 ['OS=="mac"', { |
600 'mac_bundle': 1, | 602 'mac_bundle': 1, |
601 'variables': { | 603 'variables': { |
602 'host_bundle_id': '<!(python <(version_py_path) -f <(branding_p
ath) -t "@MAC_HOST_BUNDLE_ID@")', | 604 'host_bundle_id': '<!(python <(version_py_path) -f <(branding_p
ath) -t "@MAC_HOST_BUNDLE_ID@")', |
603 }, | 605 }, |
604 'xcode_settings': { | 606 'xcode_settings': { |
605 'INFOPLIST_FILE': 'host/remoting_me2me_host-Info.plist', | 607 'INFOPLIST_FILE': 'host/remoting_me2me_host-Info.plist', |
606 'INFOPLIST_PREPROCESS': 'YES', | 608 'INFOPLIST_PREPROCESS': 'YES', |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
672 'remoting_breakpad', | 674 'remoting_breakpad', |
673 'remoting_host', | 675 'remoting_host', |
674 'remoting_host_setup_base', | 676 'remoting_host_setup_base', |
675 'remoting_infoplist_strings', | 677 'remoting_infoplist_strings', |
676 'remoting_native_messaging_base', | 678 'remoting_native_messaging_base', |
677 ], | 679 ], |
678 'defines': [ | 680 'defines': [ |
679 'VERSION=<(version_full)', | 681 'VERSION=<(version_full)', |
680 ], | 682 ], |
681 'sources': [ | 683 'sources': [ |
682 'host/setup/me2me_native_messaging_host.cc', | |
683 'host/setup/me2me_native_messaging_host.h', | |
684 'host/setup/me2me_native_messaging_host_entry_point.cc', | 684 'host/setup/me2me_native_messaging_host_entry_point.cc', |
685 'host/setup/me2me_native_messaging_host_main.cc', | 685 'host/setup/me2me_native_messaging_host_main.cc', |
686 'host/setup/me2me_native_messaging_host_main.h', | 686 'host/setup/me2me_native_messaging_host_main.h', |
687 ], | 687 ], |
688 'conditions': [ | 688 'conditions': [ |
689 ['OS=="linux" and use_allocator!="none"', { | 689 ['OS=="linux" and use_allocator!="none"', { |
690 'dependencies': [ | 690 'dependencies': [ |
691 '../base/allocator/allocator.gyp:allocator', | 691 '../base/allocator/allocator.gyp:allocator', |
692 ], | 692 ], |
693 }], | 693 }], |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
840 }], # mac_breakpad==1 | 840 }], # mac_breakpad==1 |
841 ], # conditions | 841 ], # conditions |
842 }], # OS=mac | 842 }], # OS=mac |
843 ], | 843 ], |
844 }, # end of target 'remoting_it2me_native_messaging_host' | 844 }, # end of target 'remoting_it2me_native_messaging_host' |
845 ], # end of 'targets' | 845 ], # end of 'targets' |
846 }], # OS!="win" | 846 }], # OS!="win" |
847 | 847 |
848 ], # end of 'conditions' | 848 ], # end of 'conditions' |
849 } | 849 } |
OLD | NEW |