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.cc', | |
Sergey Ulanov
2014/02/09 22:29:54
This file is posix-specific, and I think it won't
psj
2014/02/10 22:57:22
Done. I looked at net.gyp to see if unix_domain_so
| |
116 'host/gnubby_auth_handler.h', | |
117 'host/gnubby_utils.cc', | |
118 'host/gnubby_utils.h', | |
115 'host/heartbeat_sender.cc', | 119 'host/heartbeat_sender.cc', |
116 'host/heartbeat_sender.h', | 120 'host/heartbeat_sender.h', |
117 'host/host_change_notification_listener.cc', | 121 'host/host_change_notification_listener.cc', |
118 'host/host_change_notification_listener.h', | 122 'host/host_change_notification_listener.h', |
119 'host/host_config.cc', | 123 'host/host_config.cc', |
120 'host/host_config.h', | 124 'host/host_config.h', |
121 'host/host_event_logger.h', | 125 'host/host_event_logger.h', |
122 'host/host_event_logger_posix.cc', | 126 'host/host_event_logger_posix.cc', |
123 'host/host_event_logger_win.cc', | 127 'host/host_event_logger_win.cc', |
124 'host/host_exit_codes.cc', | 128 'host/host_exit_codes.cc', |
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
807 '../base/allocator/allocator.gyp:allocator', | 811 '../base/allocator/allocator.gyp:allocator', |
808 ], | 812 ], |
809 }], | 813 }], |
810 ], | 814 ], |
811 }, # end of target 'remoting_me2me_native_messaging_host' | 815 }, # end of target 'remoting_me2me_native_messaging_host' |
812 ], # end of 'targets' | 816 ], # end of 'targets' |
813 }], # OS!="win" | 817 }], # OS!="win" |
814 | 818 |
815 ], # end of 'conditions' | 819 ], # end of 'conditions' |
816 } | 820 } |
OLD | NEW |