OLD | NEW |
1 | 1 |
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'variables': { | 7 'variables': { |
8 # TODO(dmaclach): can we pick this up some other way? Right now it's | 8 # TODO(dmaclach): can we pick this up some other way? Right now it's |
9 # duplicated from chrome.gyp | 9 # duplicated from chrome.gyp |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 ], | 313 ], |
314 'dependencies': [ | 314 'dependencies': [ |
315 '../base/base.gyp:base', | 315 '../base/base.gyp:base', |
316 'remoting_elevated_controller', | 316 'remoting_elevated_controller', |
317 'remoting_protocol', | 317 'remoting_protocol', |
318 'remoting_version_resources', | 318 'remoting_version_resources', |
319 ], | 319 ], |
320 'sources': [ | 320 'sources': [ |
321 'host/branding.cc', | 321 'host/branding.cc', |
322 'host/branding.h', | 322 'host/branding.h', |
| 323 'host/daemon_controller_common_win.cc', |
| 324 'host/daemon_controller_common_win.h', |
323 'host/elevated_controller.rc', | 325 'host/elevated_controller.rc', |
324 'host/elevated_controller_module_win.cc', | 326 'host/elevated_controller_module_win.cc', |
325 'host/elevated_controller_win.cc', | 327 'host/elevated_controller_win.cc', |
326 'host/elevated_controller_win.h', | 328 'host/elevated_controller_win.h', |
327 'host/verify_config_window_win.cc', | 329 'host/verify_config_window_win.cc', |
328 'host/verify_config_window_win.h', | 330 'host/verify_config_window_win.h', |
329 '<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc' | 331 '<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc' |
330 ], | 332 ], |
331 'msvs_settings': { | 333 'msvs_settings': { |
332 'VCLinkerTool': { | 334 'VCLinkerTool': { |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
609 'remoting_host', | 611 'remoting_host', |
610 'remoting_jingle_glue', | 612 'remoting_jingle_glue', |
611 '../third_party/npapi/npapi.gyp:npapi', | 613 '../third_party/npapi/npapi.gyp:npapi', |
612 ], | 614 ], |
613 'sources': [ | 615 'sources': [ |
614 'host/branding.cc', | 616 'host/branding.cc', |
615 'host/branding.h', | 617 'host/branding.h', |
616 'host/it2me_host_user_interface.cc', | 618 'host/it2me_host_user_interface.cc', |
617 'host/it2me_host_user_interface.h', | 619 'host/it2me_host_user_interface.h', |
618 'host/plugin/daemon_controller.h', | 620 'host/plugin/daemon_controller.h', |
| 621 'host/daemon_controller_common_win.cc', |
| 622 'host/daemon_controller_common_win.h', |
619 'host/plugin/daemon_controller_linux.cc', | 623 'host/plugin/daemon_controller_linux.cc', |
620 'host/plugin/daemon_controller_mac.cc', | 624 'host/plugin/daemon_controller_mac.cc', |
621 'host/plugin/daemon_controller_win.cc', | 625 'host/plugin/daemon_controller_win.cc', |
622 'host/plugin/daemon_installer_win.cc', | 626 'host/plugin/daemon_installer_win.cc', |
623 'host/plugin/daemon_installer_win.h', | 627 'host/plugin/daemon_installer_win.h', |
624 'host/plugin/host_log_handler.cc', | 628 'host/plugin/host_log_handler.cc', |
625 'host/plugin/host_log_handler.h', | 629 'host/plugin/host_log_handler.h', |
626 'host/plugin/host_plugin.cc', | 630 'host/plugin/host_plugin.cc', |
627 'host/plugin/host_plugin_resource.h', | 631 'host/plugin/host_plugin_resource.h', |
628 'host/plugin/host_plugin_utils.cc', | 632 'host/plugin/host_plugin_utils.cc', |
(...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1542 '../base/allocator/allocator.gyp:allocator', | 1546 '../base/allocator/allocator.gyp:allocator', |
1543 ], | 1547 ], |
1544 }, | 1548 }, |
1545 ], | 1549 ], |
1546 ], | 1550 ], |
1547 }], | 1551 }], |
1548 ], # end of 'conditions' | 1552 ], # end of 'conditions' |
1549 }, # end of target 'remoting_unittests' | 1553 }, # end of target 'remoting_unittests' |
1550 ], # end of targets | 1554 ], # end of targets |
1551 } | 1555 } |
OLD | NEW |