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

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: Address feedback (wez) 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',
(...skipping 12 matching lines...) Expand all
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/message_box.cc', 29 'host/chromeos/message_box.cc',
30 'host/chromeos/message_box.h', 30 'host/chromeos/message_box.h',
31 'host/chromeos/mouse_cursor_monitor_aura.cc', 31 'host/chromeos/mouse_cursor_monitor_aura.cc',
32 'host/chromeos/mouse_cursor_monitor_aura.h', 32 'host/chromeos/mouse_cursor_monitor_aura.h',
33 'host/chromeos/point_transformer.cc',
34 'host/chromeos/point_transformer.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',
39 'host/chromoting_messages.cc', 41 'host/chromoting_messages.cc',
40 'host/chromoting_messages.h', 42 'host/chromoting_messages.h',
41 'host/chromoting_param_traits.cc', 43 'host/chromoting_param_traits.cc',
42 'host/chromoting_param_traits.h', 44 'host/chromoting_param_traits.h',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698