| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 'variables': { 'enable_wexit_time_destructors': 1, }, | 570 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 571 'dependencies': [ | 571 'dependencies': [ |
| 572 '../base/base.gyp:base', | 572 '../base/base.gyp:base', |
| 573 '../google_apis/google_apis.gyp:google_apis', | 573 '../google_apis/google_apis.gyp:google_apis', |
| 574 'remoting_host', | 574 'remoting_host', |
| 575 ], | 575 ], |
| 576 'defines': [ | 576 'defines': [ |
| 577 'VERSION=<(version_full)', | 577 'VERSION=<(version_full)', |
| 578 ], | 578 ], |
| 579 'sources': [ | 579 'sources': [ |
| 580 'host/setup/daemon_controller.cc', |
| 580 'host/setup/daemon_controller.h', | 581 'host/setup/daemon_controller.h', |
| 581 'host/setup/daemon_controller_linux.cc', | 582 'host/setup/daemon_controller_delegate_linux.cc', |
| 582 'host/setup/daemon_controller_mac.mm', | 583 'host/setup/daemon_controller_delegate_linux.h', |
| 583 'host/setup/daemon_controller_win.cc', | 584 'host/setup/daemon_controller_delegate_mac.h', |
| 585 'host/setup/daemon_controller_delegate_mac.mm', |
| 586 'host/setup/daemon_controller_delegate_win.cc', |
| 587 'host/setup/daemon_controller_delegate_win.h', |
| 584 'host/setup/daemon_installer_win.cc', | 588 'host/setup/daemon_installer_win.cc', |
| 585 'host/setup/daemon_installer_win.h', | 589 'host/setup/daemon_installer_win.h', |
| 586 'host/setup/host_starter.cc', | 590 'host/setup/host_starter.cc', |
| 587 'host/setup/host_starter.h', | 591 'host/setup/host_starter.h', |
| 588 'host/setup/native_messaging_host.cc', | 592 'host/setup/native_messaging_host.cc', |
| 589 'host/setup/native_messaging_host.h', | 593 'host/setup/native_messaging_host.h', |
| 590 'host/setup/native_messaging_reader.cc', | 594 'host/setup/native_messaging_reader.cc', |
| 591 'host/setup/native_messaging_reader.h', | 595 'host/setup/native_messaging_reader.h', |
| 592 'host/setup/native_messaging_writer.cc', | 596 'host/setup/native_messaging_writer.cc', |
| 593 'host/setup/native_messaging_writer.h', | 597 'host/setup/native_messaging_writer.h', |
| (...skipping 2356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2950 '../base/allocator/allocator.gyp:allocator', | 2954 '../base/allocator/allocator.gyp:allocator', |
| 2951 ], | 2955 ], |
| 2952 }, | 2956 }, |
| 2953 ], | 2957 ], |
| 2954 ], | 2958 ], |
| 2955 }], # end of 'toolkit_uses_gtk == 1' | 2959 }], # end of 'toolkit_uses_gtk == 1' |
| 2956 ], # end of 'conditions' | 2960 ], # end of 'conditions' |
| 2957 }, # end of target 'remoting_unittests' | 2961 }, # end of target 'remoting_unittests' |
| 2958 ], # end of targets | 2962 ], # end of targets |
| 2959 } | 2963 } |
| OLD | NEW |