| 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_linux.cc', | 10 'host/audio_capturer_linux.cc', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 'host/chromeos/clipboard_aura.cc', | 29 'host/chromeos/clipboard_aura.cc', |
| 30 'host/chromeos/clipboard_aura.h', | 30 'host/chromeos/clipboard_aura.h', |
| 31 'host/chromeos/message_box.cc', | 31 'host/chromeos/message_box.cc', |
| 32 'host/chromeos/message_box.h', | 32 'host/chromeos/message_box.h', |
| 33 'host/chromeos/mouse_cursor_monitor_aura.cc', | 33 'host/chromeos/mouse_cursor_monitor_aura.cc', |
| 34 'host/chromeos/mouse_cursor_monitor_aura.h', | 34 'host/chromeos/mouse_cursor_monitor_aura.h', |
| 35 'host/chromeos/point_transformer.cc', | 35 'host/chromeos/point_transformer.cc', |
| 36 'host/chromeos/point_transformer.h', | 36 'host/chromeos/point_transformer.h', |
| 37 'host/chromeos/skia_bitmap_desktop_frame.cc', | 37 'host/chromeos/skia_bitmap_desktop_frame.cc', |
| 38 'host/chromeos/skia_bitmap_desktop_frame.h', | 38 'host/chromeos/skia_bitmap_desktop_frame.h', |
| 39 'host/chromium_port_allocator_factory.cc', | |
| 40 'host/chromium_port_allocator_factory.h', | |
| 41 'host/chromoting_host.cc', | 39 'host/chromoting_host.cc', |
| 42 'host/chromoting_host.h', | 40 'host/chromoting_host.h', |
| 43 'host/chromoting_host_context.cc', | 41 'host/chromoting_host_context.cc', |
| 44 'host/chromoting_host_context.h', | 42 'host/chromoting_host_context.h', |
| 45 'host/chromoting_messages.cc', | 43 'host/chromoting_messages.cc', |
| 46 'host/chromoting_messages.h', | 44 'host/chromoting_messages.h', |
| 47 'host/chromoting_param_traits.cc', | 45 'host/chromoting_param_traits.cc', |
| 48 'host/chromoting_param_traits.h', | 46 'host/chromoting_param_traits.h', |
| 49 'host/client_session.cc', | 47 'host/client_session.cc', |
| 50 'host/client_session.h', | 48 'host/client_session.h', |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 333 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 336 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 334 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 337 'host/it2me/it2me_confirmation_dialog_proxy.h', | 335 'host/it2me/it2me_confirmation_dialog_proxy.h', |
| 338 'host/it2me/it2me_host.cc', | 336 'host/it2me/it2me_host.cc', |
| 339 'host/it2me/it2me_host.h', | 337 'host/it2me/it2me_host.h', |
| 340 'host/it2me/it2me_native_messaging_host.cc', | 338 'host/it2me/it2me_native_messaging_host.cc', |
| 341 'host/it2me/it2me_native_messaging_host.h', | 339 'host/it2me/it2me_native_messaging_host.h', |
| 342 ], | 340 ], |
| 343 } | 341 } |
| 344 } | 342 } |
| OLD | NEW |