| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'host/desktop_shape_tracker.h', | 105 'host/desktop_shape_tracker.h', |
| 106 'host/desktop_shape_tracker_mac.cc', | 106 'host/desktop_shape_tracker_mac.cc', |
| 107 'host/desktop_shape_tracker_win.cc', | 107 'host/desktop_shape_tracker_win.cc', |
| 108 'host/desktop_shape_tracker_x11.cc', | 108 'host/desktop_shape_tracker_x11.cc', |
| 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', |
| 116 'host/gnubby_auth_handler_posix.h', |
| 117 'host/gnubby_auth_handler_win.cc', |
| 118 'host/gnubby_auth_handler.h', |
| 119 'host/gnubby_util.cc', |
| 120 'host/gnubby_util.h', |
| 115 'host/heartbeat_sender.cc', | 121 'host/heartbeat_sender.cc', |
| 116 'host/heartbeat_sender.h', | 122 'host/heartbeat_sender.h', |
| 117 'host/host_change_notification_listener.cc', | 123 'host/host_change_notification_listener.cc', |
| 118 'host/host_change_notification_listener.h', | 124 'host/host_change_notification_listener.h', |
| 119 'host/host_config.cc', | 125 'host/host_config.cc', |
| 120 'host/host_config.h', | 126 'host/host_config.h', |
| 121 'host/host_event_logger.h', | 127 'host/host_event_logger.h', |
| 122 'host/host_event_logger_posix.cc', | 128 'host/host_event_logger_posix.cc', |
| 123 'host/host_event_logger_win.cc', | 129 'host/host_event_logger_win.cc', |
| 124 'host/host_exit_codes.cc', | 130 'host/host_exit_codes.cc', |
| (...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 809 '../base/allocator/allocator.gyp:allocator', | 815 '../base/allocator/allocator.gyp:allocator', |
| 810 ], | 816 ], |
| 811 }], | 817 }], |
| 812 ], | 818 ], |
| 813 }, # end of target 'remoting_me2me_native_messaging_host' | 819 }, # end of target 'remoting_me2me_native_messaging_host' |
| 814 ], # end of 'targets' | 820 ], # end of 'targets' |
| 815 }], # OS!="win" | 821 }], # OS!="win" |
| 816 | 822 |
| 817 ], # end of 'conditions' | 823 ], # end of 'conditions' |
| 818 } | 824 } |
| OLD | NEW |