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', |
11 'host/audio_capturer_linux.h', | 11 'host/audio_capturer_linux.h', |
12 'host/audio_capturer_mac.cc', | 12 'host/audio_capturer_mac.cc', |
13 'host/audio_capturer_win.cc', | 13 'host/audio_capturer_win.cc', |
14 'host/audio_capturer_win.h', | 14 'host/audio_capturer_win.h', |
15 'host/audio_scheduler.cc', | 15 'host/audio_scheduler.cc', |
16 'host/audio_scheduler.h', | 16 'host/audio_scheduler.h', |
17 'host/audio_silence_detector.cc', | 17 'host/audio_silence_detector.cc', |
18 'host/audio_silence_detector.h', | 18 'host/audio_silence_detector.h', |
19 'host/basic_desktop_environment.cc', | 19 'host/basic_desktop_environment.cc', |
20 'host/basic_desktop_environment.h', | 20 'host/basic_desktop_environment.h', |
21 'host/branding.cc', | 21 'host/branding.cc', |
22 'host/branding.h', | 22 'host/branding.h', |
23 'host/capture_scheduler.cc', | 23 'host/capture_scheduler.cc', |
24 'host/capture_scheduler.h', | 24 'host/capture_scheduler.h', |
25 'host/chromeos/aura_desktop_capturer.cc', | 25 'host/chromeos/aura_desktop_capturer.cc', |
26 'host/chromeos/aura_desktop_capturer.h', | 26 'host/chromeos/aura_desktop_capturer.h', |
27 'host/chromeos/clipboard_aura.cc', | 27 'host/chromeos/clipboard_aura.cc', |
28 'host/chromeos/clipboard_aura.h', | 28 'host/chromeos/clipboard_aura.h', |
| 29 'host/chromeos/display_transform_util.cc', |
| 30 'host/chromeos/display_transform_util.h', |
29 'host/chromeos/message_box.cc', | 31 'host/chromeos/message_box.cc', |
30 'host/chromeos/message_box.h', | 32 'host/chromeos/message_box.h', |
31 'host/chromeos/mouse_cursor_monitor_aura.cc', | 33 'host/chromeos/mouse_cursor_monitor_aura.cc', |
32 'host/chromeos/mouse_cursor_monitor_aura.h', | 34 'host/chromeos/mouse_cursor_monitor_aura.h', |
33 'host/chromium_port_allocator_factory.cc', | 35 'host/chromium_port_allocator_factory.cc', |
34 'host/chromium_port_allocator_factory.h', | 36 'host/chromium_port_allocator_factory.h', |
35 'host/chromoting_host.cc', | 37 'host/chromoting_host.cc', |
36 'host/chromoting_host.h', | 38 'host/chromoting_host.h', |
37 'host/chromoting_host_context.cc', | 39 'host/chromoting_host_context.cc', |
38 'host/chromoting_host_context.h', | 40 'host/chromoting_host_context.h', |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 'host/cast_video_capturer_adapter.h', | 262 'host/cast_video_capturer_adapter.h', |
261 ], | 263 ], |
262 'remoting_it2me_host_static_sources' : [ | 264 'remoting_it2me_host_static_sources' : [ |
263 'host/it2me/it2me_host.cc', | 265 'host/it2me/it2me_host.cc', |
264 'host/it2me/it2me_host.h', | 266 'host/it2me/it2me_host.h', |
265 'host/it2me/it2me_native_messaging_host.cc', | 267 'host/it2me/it2me_native_messaging_host.cc', |
266 'host/it2me/it2me_native_messaging_host.h', | 268 'host/it2me/it2me_native_messaging_host.h', |
267 ], | 269 ], |
268 } | 270 } |
269 } | 271 } |
OLD | NEW |