Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 756643006: Remote assistance on Chrome OS Part IX - Input injection on Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Ozone_input_injection
Patch Set: Add UsbCode to DomCode API Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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_rotation_filter_ozone.cc',
29 'host/chromeos/message_box.cc', 30 'host/chromeos/message_box.cc',
30 'host/chromeos/message_box.h', 31 'host/chromeos/message_box.h',
31 'host/chromeos/mouse_cursor_monitor_aura.cc', 32 'host/chromeos/mouse_cursor_monitor_aura.cc',
32 'host/chromeos/mouse_cursor_monitor_aura.h', 33 'host/chromeos/mouse_cursor_monitor_aura.h',
33 'host/chromium_port_allocator_factory.cc', 34 'host/chromium_port_allocator_factory.cc',
34 'host/chromium_port_allocator_factory.h', 35 'host/chromium_port_allocator_factory.h',
35 'host/chromoting_host.cc', 36 'host/chromoting_host.cc',
36 'host/chromoting_host.h', 37 'host/chromoting_host.h',
37 'host/chromoting_host_context.cc', 38 'host/chromoting_host_context.cc',
38 'host/chromoting_host_context.h', 39 'host/chromoting_host_context.h',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'host/desktop_session_proxy.h', 80 'host/desktop_session_proxy.h',
80 'host/desktop_shape_tracker.h', 81 'host/desktop_shape_tracker.h',
81 'host/desktop_shape_tracker_mac.cc', 82 'host/desktop_shape_tracker_mac.cc',
82 'host/desktop_shape_tracker_win.cc', 83 'host/desktop_shape_tracker_win.cc',
83 'host/desktop_shape_tracker_linux.cc', 84 'host/desktop_shape_tracker_linux.cc',
84 'host/disconnect_window_chromeos.cc', 85 'host/disconnect_window_chromeos.cc',
85 'host/disconnect_window_linux.cc', 86 'host/disconnect_window_linux.cc',
86 'host/disconnect_window_mac.h', 87 'host/disconnect_window_mac.h',
87 'host/disconnect_window_mac.mm', 88 'host/disconnect_window_mac.mm',
88 'host/disconnect_window_win.cc', 89 'host/disconnect_window_win.cc',
90 'host/display_rotation_filter.cc',
91 'host/display_rotation_filter.h',
89 'host/dns_blackhole_checker.cc', 92 'host/dns_blackhole_checker.cc',
90 'host/dns_blackhole_checker.h', 93 'host/dns_blackhole_checker.h',
91 'host/gnubby_auth_handler.h', 94 'host/gnubby_auth_handler.h',
92 'host/gnubby_auth_handler_posix.cc', 95 'host/gnubby_auth_handler_posix.cc',
93 'host/gnubby_auth_handler_posix.h', 96 'host/gnubby_auth_handler_posix.h',
94 'host/gnubby_auth_handler_win.cc', 97 'host/gnubby_auth_handler_win.cc',
95 'host/gnubby_socket.cc', 98 'host/gnubby_socket.cc',
96 'host/gnubby_socket.h', 99 'host/gnubby_socket.h',
97 'host/heartbeat_sender.cc', 100 'host/heartbeat_sender.cc',
98 'host/heartbeat_sender.h', 101 'host/heartbeat_sender.h',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'host/cast_video_capturer_adapter.h', 265 'host/cast_video_capturer_adapter.h',
263 ], 266 ],
264 'remoting_it2me_host_static_sources' : [ 267 'remoting_it2me_host_static_sources' : [
265 'host/it2me/it2me_host.cc', 268 'host/it2me/it2me_host.cc',
266 'host/it2me/it2me_host.h', 269 'host/it2me/it2me_host.h',
267 'host/it2me/it2me_native_messaging_host.cc', 270 'host/it2me/it2me_native_messaging_host.cc',
268 'host/it2me/it2me_native_messaging_host.h', 271 'host/it2me/it2me_native_messaging_host.h',
269 ], 272 ],
270 } 273 }
271 } 274 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698