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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 'host/linux/x_server_clipboard.h', | 187 'host/linux/x_server_clipboard.h', |
188 'host/local_input_monitor.h', | 188 'host/local_input_monitor.h', |
189 'host/local_input_monitor_linux.cc', | 189 'host/local_input_monitor_linux.cc', |
190 'host/local_input_monitor_mac.mm', | 190 'host/local_input_monitor_mac.mm', |
191 'host/local_input_monitor_win.cc', | 191 'host/local_input_monitor_win.cc', |
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/me2me_window_desktop_environment.cc', |
| 198 'host/me2me_window_desktop_environment.h', |
197 'host/mouse_clamping_filter.cc', | 199 'host/mouse_clamping_filter.cc', |
198 'host/mouse_clamping_filter.h', | 200 'host/mouse_clamping_filter.h', |
199 'host/oauth_token_getter.cc', | 201 'host/oauth_token_getter.cc', |
200 'host/oauth_token_getter.h', | 202 'host/oauth_token_getter.h', |
201 'host/pairing_registry_delegate.cc', | 203 'host/pairing_registry_delegate.cc', |
202 'host/pairing_registry_delegate.h', | 204 'host/pairing_registry_delegate.h', |
203 'host/pairing_registry_delegate_linux.cc', | 205 'host/pairing_registry_delegate_linux.cc', |
204 'host/pairing_registry_delegate_linux.h', | 206 'host/pairing_registry_delegate_linux.h', |
205 'host/pairing_registry_delegate_mac.cc', | 207 'host/pairing_registry_delegate_mac.cc', |
206 'host/pairing_registry_delegate_win.cc', | 208 'host/pairing_registry_delegate_win.cc', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 'host/token_validator_factory_impl.h', | 241 'host/token_validator_factory_impl.h', |
240 'host/usage_stats_consent.h', | 242 'host/usage_stats_consent.h', |
241 'host/usage_stats_consent_mac.cc', | 243 'host/usage_stats_consent_mac.cc', |
242 'host/usage_stats_consent_win.cc', | 244 'host/usage_stats_consent_win.cc', |
243 'host/username.cc', | 245 'host/username.cc', |
244 'host/username.h', | 246 'host/username.h', |
245 'host/video_frame_recorder.cc', | 247 'host/video_frame_recorder.cc', |
246 'host/video_frame_recorder.h', | 248 'host/video_frame_recorder.h', |
247 'host/video_scheduler.cc', | 249 'host/video_scheduler.cc', |
248 'host/video_scheduler.h', | 250 'host/video_scheduler.h', |
| 251 'host/window_capturer_screen_wrapper.cc', |
| 252 'host/window_capturer_screen_wrapper.h', |
249 'host/win/com_imported_mstscax.tlh', | 253 'host/win/com_imported_mstscax.tlh', |
250 'host/win/com_security.cc', | 254 'host/win/com_security.cc', |
251 'host/win/com_security.h', | 255 'host/win/com_security.h', |
252 'host/win/launch_process_with_token.cc', | 256 'host/win/launch_process_with_token.cc', |
253 'host/win/launch_process_with_token.h', | 257 'host/win/launch_process_with_token.h', |
254 'host/win/omaha.cc', | 258 'host/win/omaha.cc', |
255 'host/win/omaha.h', | 259 'host/win/omaha.h', |
256 'host/win/rdp_client.cc', | 260 'host/win/rdp_client.cc', |
257 'host/win/rdp_client.h', | 261 'host/win/rdp_client.h', |
258 'host/win/rdp_client_window.cc', | 262 'host/win/rdp_client_window.cc', |
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
840 }], # mac_breakpad==1 | 844 }], # mac_breakpad==1 |
841 ], # conditions | 845 ], # conditions |
842 }], # OS=mac | 846 }], # OS=mac |
843 ], | 847 ], |
844 }, # end of target 'remoting_it2me_native_messaging_host' | 848 }, # end of target 'remoting_it2me_native_messaging_host' |
845 ], # end of 'targets' | 849 ], # end of 'targets' |
846 }], # OS!="win" | 850 }], # OS!="win" |
847 | 851 |
848 ], # end of 'conditions' | 852 ], # end of 'conditions' |
849 } | 853 } |
OLD | NEW |