| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'variables': { | 6 'variables': { |
| 7 'remoting_host_sources': [ | 7 'remoting_host_sources': [ |
| 8 'host/audio_capturer.cc', | 8 'host/audio_capturer.cc', |
| 9 'host/audio_capturer.h', | 9 'host/audio_capturer.h', |
| 10 'host/audio_capturer_android.cc', | 10 'host/audio_capturer_android.cc', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 'host/chromoting_host.h', | 39 'host/chromoting_host.h', |
| 40 'host/chromoting_host_context.cc', | 40 'host/chromoting_host_context.cc', |
| 41 'host/chromoting_host_context.h', | 41 'host/chromoting_host_context.h', |
| 42 'host/chromoting_messages.cc', | 42 'host/chromoting_messages.cc', |
| 43 'host/chromoting_messages.h', | 43 'host/chromoting_messages.h', |
| 44 'host/chromoting_param_traits.cc', | 44 'host/chromoting_param_traits.cc', |
| 45 'host/chromoting_param_traits.h', | 45 'host/chromoting_param_traits.h', |
| 46 'host/client_session.cc', | 46 'host/client_session.cc', |
| 47 'host/client_session.h', | 47 'host/client_session.h', |
| 48 'host/client_session_control.h', | 48 'host/client_session_control.h', |
| 49 'host/client_session_details.h', |
| 49 'host/clipboard.h', | 50 'host/clipboard.h', |
| 50 'host/clipboard_mac.mm', | 51 'host/clipboard_mac.mm', |
| 51 'host/clipboard_win.cc', | 52 'host/clipboard_win.cc', |
| 52 'host/clipboard_x11.cc', | 53 'host/clipboard_x11.cc', |
| 53 'host/config_file_watcher.cc', | 54 'host/config_file_watcher.cc', |
| 54 'host/config_file_watcher.h', | 55 'host/config_file_watcher.h', |
| 55 'host/config_watcher.h', | 56 'host/config_watcher.h', |
| 56 'host/constants_mac.cc', | 57 'host/constants_mac.cc', |
| 57 'host/constants_mac.h', | 58 'host/constants_mac.h', |
| 58 'host/continue_window.cc', | 59 'host/continue_window.cc', |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 347 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 347 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 348 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 348 'host/it2me/it2me_confirmation_dialog_proxy.h', | 349 'host/it2me/it2me_confirmation_dialog_proxy.h', |
| 349 'host/it2me/it2me_host.cc', | 350 'host/it2me/it2me_host.cc', |
| 350 'host/it2me/it2me_host.h', | 351 'host/it2me/it2me_host.h', |
| 351 'host/it2me/it2me_native_messaging_host.cc', | 352 'host/it2me/it2me_native_messaging_host.cc', |
| 352 'host/it2me/it2me_native_messaging_host.h', | 353 'host/it2me/it2me_native_messaging_host.h', |
| 353 ], | 354 ], |
| 354 } | 355 } |
| 355 } | 356 } |
| OLD | NEW |