| 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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 'host/win/host_service.rc', | 604 'host/win/host_service.rc', |
| 605 'host/win/host_service_resource.h', | 605 'host/win/host_service_resource.h', |
| 606 'host/win/launch_process_with_token.cc', | 606 'host/win/launch_process_with_token.cc', |
| 607 'host/win/launch_process_with_token.h', | 607 'host/win/launch_process_with_token.h', |
| 608 'host/win/worker_process_launcher.cc', | 608 'host/win/worker_process_launcher.cc', |
| 609 'host/win/worker_process_launcher.h', | 609 'host/win/worker_process_launcher.h', |
| 610 'host/win/wts_console_monitor.h', | 610 'host/win/wts_console_monitor.h', |
| 611 'host/win/wts_console_observer.h', | 611 'host/win/wts_console_observer.h', |
| 612 'host/win/wts_session_process_launcher.cc', | 612 'host/win/wts_session_process_launcher.cc', |
| 613 'host/win/wts_session_process_launcher.h', | 613 'host/win/wts_session_process_launcher.h', |
| 614 'host/worker_process_delegate.h', |
| 614 ], | 615 ], |
| 615 'msvs_settings': { | 616 'msvs_settings': { |
| 616 'VCLinkerTool': { | 617 'VCLinkerTool': { |
| 617 'AdditionalDependencies': [ | 618 'AdditionalDependencies': [ |
| 618 'wtsapi32.lib', | 619 'wtsapi32.lib', |
| 619 ], | 620 ], |
| 620 # 2 == /SUBSYSTEM:WINDOWS | 621 # 2 == /SUBSYSTEM:WINDOWS |
| 621 'SubSystem': '2', | 622 'SubSystem': '2', |
| 622 }, | 623 }, |
| 623 }, | 624 }, |
| (...skipping 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1822 '../base/allocator/allocator.gyp:allocator', | 1823 '../base/allocator/allocator.gyp:allocator', |
| 1823 ], | 1824 ], |
| 1824 }, | 1825 }, |
| 1825 ], | 1826 ], |
| 1826 ], | 1827 ], |
| 1827 }], | 1828 }], |
| 1828 ], # end of 'conditions' | 1829 ], # end of 'conditions' |
| 1829 }, # end of target 'remoting_unittests' | 1830 }, # end of target 'remoting_unittests' |
| 1830 ], # end of targets | 1831 ], # end of targets |
| 1831 } | 1832 } |
| OLD | NEW |