| 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 'dependencies': [ | 610 'dependencies': [ |
| 611 '../base/base.gyp:base', | 611 '../base/base.gyp:base', |
| 612 '../google_apis/google_apis.gyp:google_apis', | 612 '../google_apis/google_apis.gyp:google_apis', |
| 613 'remoting_host', | 613 'remoting_host', |
| 614 ], | 614 ], |
| 615 'defines': [ | 615 'defines': [ |
| 616 'VERSION=<(version_full)', | 616 'VERSION=<(version_full)', |
| 617 ], | 617 ], |
| 618 'sources': [ | 618 'sources': [ |
| 619 'host/setup/daemon_controller.h', | 619 'host/setup/daemon_controller.h', |
| 620 'host/setup/daemon_controller.cc', |
| 620 'host/setup/daemon_controller_linux.cc', | 621 'host/setup/daemon_controller_linux.cc', |
| 621 'host/setup/daemon_controller_mac.cc', | 622 'host/setup/daemon_controller_mac.cc', |
| 622 'host/setup/daemon_controller_win.cc', | 623 'host/setup/daemon_controller_win.cc', |
| 623 'host/setup/daemon_installer_win.cc', | 624 'host/setup/daemon_installer_win.cc', |
| 624 'host/setup/daemon_installer_win.h', | 625 'host/setup/daemon_installer_win.h', |
| 625 'host/setup/host_starter.cc', | 626 'host/setup/host_starter.cc', |
| 626 'host/setup/host_starter.h', | 627 'host/setup/host_starter.h', |
| 627 'host/setup/native_messaging_host.cc', | 628 'host/setup/native_messaging_host.cc', |
| 628 'host/setup/native_messaging_host.h', | 629 'host/setup/native_messaging_host.h', |
| 629 'host/setup/native_messaging_reader.cc', | 630 'host/setup/native_messaging_reader.cc', |
| (...skipping 2169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2799 '../base/allocator/allocator.gyp:allocator', | 2800 '../base/allocator/allocator.gyp:allocator', |
| 2800 ], | 2801 ], |
| 2801 }, | 2802 }, |
| 2802 ], | 2803 ], |
| 2803 ], | 2804 ], |
| 2804 }], # end of 'toolkit_uses_gtk == 1' | 2805 }], # end of 'toolkit_uses_gtk == 1' |
| 2805 ], # end of 'conditions' | 2806 ], # end of 'conditions' |
| 2806 }, # end of target 'remoting_unittests' | 2807 }, # end of target 'remoting_unittests' |
| 2807 ], # end of targets | 2808 ], # end of targets |
| 2808 } | 2809 } |
| OLD | NEW |