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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 'host/linux/unicode_to_keysym.cc', | 180 'host/linux/unicode_to_keysym.cc', |
181 'host/linux/unicode_to_keysym.h', | 181 'host/linux/unicode_to_keysym.h', |
182 'host/linux/x11_util.cc', | 182 'host/linux/x11_util.cc', |
183 'host/linux/x11_util.h', | 183 'host/linux/x11_util.h', |
184 'host/linux/x_server_clipboard.cc', | 184 'host/linux/x_server_clipboard.cc', |
185 'host/linux/x_server_clipboard.h', | 185 'host/linux/x_server_clipboard.h', |
186 'host/local_input_monitor.h', | 186 'host/local_input_monitor.h', |
187 'host/local_input_monitor_linux.cc', | 187 'host/local_input_monitor_linux.cc', |
188 'host/local_input_monitor_mac.mm', | 188 'host/local_input_monitor_mac.mm', |
189 'host/local_input_monitor_win.cc', | 189 'host/local_input_monitor_win.cc', |
190 'host/log_to_server.cc', | 190 'host/log_to_server_host.cc', |
191 'host/log_to_server.h', | 191 'host/log_to_server_host.h', |
192 'host/logging.h', | 192 'host/logging.h', |
193 'host/logging_posix.cc', | 193 'host/logging_posix.cc', |
194 'host/logging_win.cc', | 194 'host/logging_win.cc', |
195 'host/me2me_desktop_environment.cc', | 195 'host/me2me_desktop_environment.cc', |
196 'host/me2me_desktop_environment.h', | 196 'host/me2me_desktop_environment.h', |
197 'host/mouse_clamping_filter.cc', | 197 'host/mouse_clamping_filter.cc', |
198 'host/mouse_clamping_filter.h', | 198 'host/mouse_clamping_filter.h', |
199 'host/oauth_token_getter.cc', | 199 'host/oauth_token_getter.cc', |
200 'host/oauth_token_getter.h', | 200 'host/oauth_token_getter.h', |
201 'host/pairing_registry_delegate.cc', | 201 'host/pairing_registry_delegate.cc', |
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
941 }], # mac_breakpad==1 | 941 }], # mac_breakpad==1 |
942 ], # conditions | 942 ], # conditions |
943 }], # OS=mac | 943 }], # OS=mac |
944 ], | 944 ], |
945 }, # end of target 'remoting_it2me_native_messaging_host' | 945 }, # end of target 'remoting_it2me_native_messaging_host' |
946 ], # end of 'targets' | 946 ], # end of 'targets' |
947 }], # OS!="win" | 947 }], # OS!="win" |
948 | 948 |
949 ], # end of 'conditions' | 949 ], # end of 'conditions' |
950 } | 950 } |
OLD | NEW |