| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 'host/disconnect_window_linux.cc', | 109 'host/disconnect_window_linux.cc', |
| 110 'host/disconnect_window_mac.h', | 110 'host/disconnect_window_mac.h', |
| 111 'host/disconnect_window_mac.mm', | 111 'host/disconnect_window_mac.mm', |
| 112 'host/disconnect_window_win.cc', | 112 'host/disconnect_window_win.cc', |
| 113 'host/dns_blackhole_checker.cc', | 113 'host/dns_blackhole_checker.cc', |
| 114 'host/dns_blackhole_checker.h', | 114 'host/dns_blackhole_checker.h', |
| 115 'host/gnubby_auth_handler_posix.cc', | 115 'host/gnubby_auth_handler_posix.cc', |
| 116 'host/gnubby_auth_handler_posix.h', | 116 'host/gnubby_auth_handler_posix.h', |
| 117 'host/gnubby_auth_handler_win.cc', | 117 'host/gnubby_auth_handler_win.cc', |
| 118 'host/gnubby_auth_handler.h', | 118 'host/gnubby_auth_handler.h', |
| 119 'host/gnubby_util.cc', | 119 'host/gnubby_socket.cc', |
| 120 'host/gnubby_util.h', | 120 'host/gnubby_socket.h', |
| 121 'host/heartbeat_sender.cc', | 121 'host/heartbeat_sender.cc', |
| 122 'host/heartbeat_sender.h', | 122 'host/heartbeat_sender.h', |
| 123 'host/host_change_notification_listener.cc', | 123 'host/host_change_notification_listener.cc', |
| 124 'host/host_change_notification_listener.h', | 124 'host/host_change_notification_listener.h', |
| 125 'host/host_config.cc', | 125 'host/host_config.cc', |
| 126 'host/host_config.h', | 126 'host/host_config.h', |
| 127 'host/host_event_logger.h', | 127 'host/host_event_logger.h', |
| 128 'host/host_event_logger_posix.cc', | 128 'host/host_event_logger_posix.cc', |
| 129 'host/host_event_logger_win.cc', | 129 'host/host_event_logger_win.cc', |
| 130 'host/host_exit_codes.cc', | 130 'host/host_exit_codes.cc', |
| (...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 806 '../base/allocator/allocator.gyp:allocator', | 806 '../base/allocator/allocator.gyp:allocator', |
| 807 ], | 807 ], |
| 808 }], | 808 }], |
| 809 ], | 809 ], |
| 810 }, # end of target 'remoting_it2me_native_messaging_host' | 810 }, # end of target 'remoting_it2me_native_messaging_host' |
| 811 ], # end of 'targets' | 811 ], # end of 'targets' |
| 812 }], # OS!="win" | 812 }], # OS!="win" |
| 813 | 813 |
| 814 ], # end of 'conditions' | 814 ], # end of 'conditions' |
| 815 } | 815 } |
| OLD | NEW |